| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp_swap.h | 123 typedef uint8_t Valtype; 130 typedef uint16_t Valtype; 137 typedef uint32_t Valtype; 144 typedef uint64_t Valtype; 160 typedef typename Valtype_base<size>::Valtype Valtype; 162 static inline Valtype 163 convert_host(Valtype v) 170 typedef Valtype_base<8>::Valtype Valtype; 172 static inline Valtype 173 convert_host(Valtype v) [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | reloc.h | 403 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rel() typedef 404 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() 405 Valtype addend = elfcpp::Swap<valsize, big_endian>::readval(wv); in rel() 408 writeval(wv, static_cast<Valtype>(value)); in rel() 417 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype in rel_unaligned() 418 Valtype; in rel_unaligned() typedef 419 Valtype addend = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view); in rel_unaligned() 422 writeval(view, static_cast<Valtype>(value)); in rel_unaligned() 436 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rel() typedef 437 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() [all …]
|
| D | int_encoding.h | 102 typename elfcpp::Valtype_base<valsize>::Valtype value) in insert_into_vector() 115 typename elfcpp::Valtype_base<valsize>::Valtype 118 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() 129 typename elfcpp::Valtype_base<valsize>::Valtype 132 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() 144 typename elfcpp::Valtype_base<valsize>::Valtype 147 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer()
|
| D | sparc.cc | 546 typename elfcpp::Swap<size, big_endian>::Valtype value, in rela() 547 typename elfcpp::Swap<size, big_endian>::Valtype addend) in rela() 549 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rela() typedef 550 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 551 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela() 552 Valtype reloc = ((value + addend) >> right_shift); in rela() 569 typename elfcpp::Swap<valsize, big_endian>::Valtype addend) in rela() 571 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rela() typedef 572 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 573 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela() [all …]
|
| D | arm.cc | 3098 static inline typename elfcpp::Swap<32, big_endian>::Valtype 3100 typename elfcpp::Swap<32, big_endian>::Valtype val) in extract_arm_movw_movt_addend() 3109 static inline typename elfcpp::Swap<32, big_endian>::Valtype 3111 typename elfcpp::Swap<32, big_endian>::Valtype val, in insert_val_arm_movw_movt() 3112 typename elfcpp::Swap<32, big_endian>::Valtype x) in insert_val_arm_movw_movt() 3132 static inline typename elfcpp::Swap<32, big_endian>::Valtype 3134 typename elfcpp::Swap<32, big_endian>::Valtype val) in extract_thumb_movw_movt_addend() 3146 static inline typename elfcpp::Swap<32, big_endian>::Valtype 3148 typename elfcpp::Swap<32, big_endian>::Valtype val, in insert_val_thumb_movw_movt() 3149 typename elfcpp::Swap<32, big_endian>::Valtype x) in insert_val_thumb_movw_movt() [all …]
|
| D | mips.cc | 972 typedef typename elfcpp::Swap<8, big_endian>::Valtype Valtype8; 973 typedef typename elfcpp::Swap<16, big_endian>::Valtype Valtype16; 974 typedef typename elfcpp::Swap<32, big_endian>::Valtype Valtype32; 1585 typedef typename elfcpp::Swap<size, big_endian>::Valtype Valtype; typedef in __anon01a7b5720111::Mips_relobj 1846 Valtype 1851 Valtype 1856 Valtype 1861 Valtype 1866 Valtype 1962 Valtype gprmask_; [all …]
|
| D | tilegx.cc | 822 typename elfcpp::Swap<size, big_endian>::Valtype addend, in rela() 826 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rela() typedef 827 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 828 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela() 829 Valtype reloc = 0; in rela() 849 typename elfcpp::Swap<size, big_endian>::Valtype addend, in rela_ua() 853 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype in rela_ua() 854 Valtype; in rela_ua() typedef 856 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv); in rela_ua() 857 Valtype reloc = 0; in rela_ua() [all …]
|
| D | aarch64.cc | 78 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insntype; 433 typedef typename elfcpp::Elf_types<size>::Elf_Addr Valtype; typedef in __anon104791220111::Output_data_got_aarch64 467 Valtype dynamic_addr = dynamic == NULL ? 0 : dynamic->address(); in do_write() 550 typedef typename elfcpp::Swap<size, big_endian>::Valtype Valtype; in do_write() typedef 551 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() 552 Valtype x; in do_write() 1140 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insntype; in do_write() 1330 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insntype; in do_write() 1994 typedef typename elfcpp::Swap<32,big_endian>::Valtype Insntype; in fix_errata_and_relocate_erratum_stubs() 2082 typedef typename elfcpp::Swap<32,big_endian>::Valtype Insntype; in try_fix_erratum_843419_optimized() [all …]
|
| D | dwarf_reader.h | 765 inline typename elfcpp::Valtype_base<valsize>::Valtype 770 inline typename elfcpp::Valtype_base<valsize>::Valtype 773 inline typename elfcpp::Valtype_base<32>::Valtype
|
| D | powerpc.cc | 2075 typedef typename elfcpp::Swap<fieldsize, big_endian>::Valtype Valtype; in rela() typedef 2076 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 2085 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask, in rela() 2089 typedef typename elfcpp::Swap<fieldsize, big_endian>::Valtype Valtype; in rela() typedef 2090 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 2091 Valtype val = elfcpp::Swap<fieldsize, big_endian>::readval(wv); in rela() 2096 Valtype reloc = value; in rela() 2116 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask, in rela_ua() 2120 typedef typename elfcpp::Swap_unaligned<fieldsize, big_endian>::Valtype in rela_ua() 2121 Valtype; in rela_ua() typedef [all …]
|
| D | reloc.cc | 1453 typedef typename elfcpp::Swap<size, big_endian>::Valtype Valtype; in reverse_words() typedef 1454 Valtype* vview = reinterpret_cast<Valtype*>(view); in reverse_words() 1458 Valtype tmp = vview[i]; in reverse_words()
|
| D | dwarf_reader.cc | 1662 inline typename elfcpp::Valtype_base<valsize>::Valtype 1665 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() 1675 inline typename elfcpp::Valtype_base<valsize>::Valtype 1678 typename elfcpp::Valtype_base<valsize>::Valtype return_value; in read_from_pointer() 1688 inline typename elfcpp::Valtype_base<32>::Valtype 1691 typename elfcpp::Valtype_base<32>::Valtype return_value; in read_3bytes_from_pointer()
|
| D | output.h | 2444 typedef typename elfcpp::Elf_types<got_size>::Elf_Addr Valtype; typedef 2547 add_constant(Valtype constant) in add_constant() 2553 add_constant_pair(Valtype c1, Valtype c2) in add_constant_pair() 2558 replace_constant(unsigned int i, Valtype constant) in replace_constant() 2630 explicit Got_entry(Valtype constant) in Got_entry() 2654 Valtype constant;
|
| D | x86_64.cc | 4230 typedef typename elfcpp::Swap<32, false>::Valtype Valtype; in pcrela32_check() typedef 4231 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela32_check() 4247 typedef typename elfcpp::Swap<32, false>::Valtype Valtype; in pcrela32_check() typedef 4248 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela32_check()
|
| D | s390.cc | 916 typedef typename elfcpp::Swap<fieldsize, true>::Valtype Valtype; in rela() typedef 917 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 918 Valtype val = elfcpp::Swap<fieldsize, true>::readval(view); in rela()
|
| D | output.cc | 1375 Valtype val = 0; in write() 1400 val = convert_types<Valtype, Sized_symbol<32>::Value_type>(v); in write() 1410 val = convert_types<Valtype, Sized_symbol<64>::Value_type>(v); in write() 1453 val = convert_types<Valtype, uint64_t>(lval); in write()
|
| D | ChangeLog-2016 | 1098 (Mips_relocate_functions::Valtype): New type.
|
| D | ChangeLog-0815 | 4106 (Output_data_got_powerpc::got_base_offset): Return Valtype. 16597 constant 0xFFFF to type Valtype.
|