Searched refs:Reltype (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | target-reloc.h | 58 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in scan_relocs() typedef 65 Reltype reloc(prelocs); in scan_relocs() 272 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in relocate_section() typedef 284 Reltype reloc(prelocs); in relocate_section() 551 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in scan_relocatable_relocs() typedef 558 Reltype reloc(prelocs); in scan_relocatable_relocs() 630 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in relocate_relocs() typedef 660 Reltype reloc(prelocs); in relocate_relocs()
|
D | gc.h | 189 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in gc_process_relocs() typedef 227 Reltype reloc(prelocs); in gc_process_relocs()
|
D | arm.cc | 3281 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype; in thm_abs5() typedef 3284 Reltype addend = (val & 0x7e0U) >> 6; in thm_abs5() 3285 Reltype x = psymval->value(object, addend); in thm_abs5() 3300 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype; in abs12() typedef 3303 Reltype addend = val & 0x0fffU; in abs12() 3304 Reltype x = psymval->value(object, addend); in abs12() 3374 typedef typename elfcpp::Swap<16, big_endian>::Valtype Reltype; in thm_jump6() typedef 3378 Reltype addend = (((val & 0x0200) >> 3) | ((val & 0x00f8) >> 2)); in thm_jump6() 3379 Reltype x = (psymval->value(object, addend) - address); in thm_jump6() 3543 typedef typename elfcpp::Swap<32, big_endian>::Valtype Reltype; in thm_movw() typedef [all …]
|
D | reloc.cc | 617 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in incremental_relocs_scan_reltype() typedef 624 Reltype reloc(prelocs); in incremental_relocs_scan_reltype() 1241 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in split_stack_adjust_reltype() typedef 1251 Reltype reloc(pr); in split_stack_adjust_reltype() 1343 Reltype reloc(pr); in split_stack_adjust_reltype()
|
D | powerpc.cc | 1767 Reltype; in scan_opd_relocs() typedef 1777 Reltype reloc(prelocs); in scan_opd_relocs() 7946 Reltype; in relocate_relocs() typedef 7971 Reltype reloc(prelocs); in relocate_relocs()
|
D | aarch64.cc | 3802 typedef typename Reloc_types<sh_type,size,big_endian>::Reloc Reltype; in scan_reloc_section_for_stubs() typedef 3815 Reltype reloc(prelocs); in scan_reloc_section_for_stubs()
|
D | mips.cc | 8448 Reltype; in relocate_special_relocatable() typedef 8460 Reltype reloc(preloc_in); in relocate_special_relocatable()
|