/toolchain/binutils/binutils-2.25/gold/ |
D | reloc-types.h | 43 typedef typename elfcpp::Rel<size, big_endian> Reloc; 48 get_reloc_addend(const Reloc*) 52 get_reloc_addend_noerror(const Reloc*) 61 copy_reloc_addend(Reloc_write*, const Reloc*) 68 typedef typename elfcpp::Rela<size, big_endian> Reloc; 73 get_reloc_addend(const Reloc* p) 77 get_reloc_addend_noerror(const Reloc* p) 86 copy_reloc_addend(Reloc_write* to, const Reloc* from)
|
D | sparc.cc | 3201 typedef Sparc_relocate_functions<size, big_endian> Reloc; in relocate() typedef 3289 Reloc::ua16(view, object, psymval, addend); in relocate() 3303 Reloc::ua32(view, object, psymval, addend); in relocate() 3312 Reloc::disp8(view, object, psymval, addend, address); in relocate() 3316 Reloc::disp16(view, object, psymval, addend, address); in relocate() 3320 Reloc::disp32(view, object, psymval, addend, address); in relocate() 3324 Reloc::disp64(view, object, psymval, addend, address); in relocate() 3329 Reloc::wdisp30(view, object, psymval, addend, address); in relocate() 3335 Reloc::wdisp22(view, object, psymval, addend, address); in relocate() 3339 Reloc::wdisp19(view, object, psymval, addend, address); in relocate() [all …]
|
D | copy-relocs.h | 53 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reloc; typedef 71 const Reloc& rel, 139 Output_section*, const Reloc& rel);
|
D | copy-relocs.cc | 45 const Reloc& rel, in copy_reloc() 179 const Reloc& rel) in save()
|
D | target-reloc.h | 58 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in scan_relocs() 272 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in relocate_section() 551 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in scan_relocatable_relocs() 630 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in relocate_relocs()
|
D | powerpc.cc | 1766 typedef typename Reloc_types<elfcpp::SHT_RELA, size, big_endian>::Reloc in scan_opd_relocs() 6818 typedef Powerpc_relocate_functions<size, big_endian> Reloc; in relocate() typedef 7453 typename Reloc::Overflow_check overflow = Reloc::CHECK_NONE; in relocate() 7460 overflow = Reloc::CHECK_BITFIELD; in relocate() 7465 overflow = Reloc::CHECK_SIGNED; in relocate() 7469 overflow = Reloc::CHECK_BITFIELD; in relocate() 7476 overflow = Reloc::CHECK_BITFIELD; in relocate() 7478 overflow = Reloc::CHECK_LOW_INSN; in relocate() 7508 overflow = Reloc::CHECK_HIGH_INSN; in relocate() 7521 overflow = Reloc::CHECK_LOW_INSN; in relocate() [all …]
|
D | aarch64.cc | 1151 typedef AArch64_relocate_functions<size, big_endian> Reloc; in aarch64_valid_for_adrp_p() typedef 1152 int64_t adrp_imm = (Reloc::Page(dest) - Reloc::Page(location)) >> 12; in aarch64_valid_for_adrp_p() 3802 typedef typename Reloc_types<sh_type,size,big_endian>::Reloc Reltype; in scan_reloc_section_for_stubs() 6824 typedef AArch64_relocate_functions<size, big_endian> Reloc; in relocate() typedef 6904 typename Reloc::Status reloc_status = Reloc::STATUS_OKAY; in relocate() 6921 reloc_status = Reloc::template rela_ua<64>( in relocate() 6934 reloc_status = Reloc::template rela_ua<32>( in relocate() 6947 reloc_status = Reloc::template rela_ua<16>( in relocate() 6952 reloc_status = Reloc::template pcrela_ua<64>( in relocate() 6957 reloc_status = Reloc::template pcrela_ua<32>( in relocate() [all …]
|
D | reloc.cc | 617 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in incremental_relocs_scan_reltype() 1089 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reloc; in incremental_relocs_write_reltype() typedef 1108 Reloc reloc(prelocs); in incremental_relocs_write_reltype() 1241 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in split_stack_adjust_reltype()
|
D | gc.h | 189 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reltype; in gc_process_relocs()
|
D | arm.cc | 350 typedef std::pair<size_t, section_size_type> Reloc; typedef in __anon5653a9be0111::Stub_template 372 std::vector<Reloc> relocs_; 1825 32, big_endian>::Reloc& /* reloc */) const; 1837 const typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc&) const; 1853 big_endian>::Reloc& reloc) const in operator ()() 4422 this->relocs_.push_back(Reloc(i, offset)); in Stub_template() 4431 this->relocs_.push_back(Reloc(i, offset)); in Stub_template() 4437 this->relocs_.push_back(Reloc(i, offset)); in Stub_template() 7157 const typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc&) const in operator ()() 10217 typedef typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc Reltype; in relocate_special_relocatable() [all …]
|
D | mips.cc | 8447 typedef typename Reloc_types<elfcpp::SHT_REL, size, big_endian>::Reloc in relocate_special_relocatable()
|
D | ChangeLog | 3938 * sparc.cc (Reloc::wdisp10): New relocation method. 3939 (Reloc::h34): Likewise. 10055 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
D | doobjcmp | 73 echo Reloc ok. 75 echo -n Reloc differences...
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | ru.po | 6286 #~ msgid "Unrecognized Reloc Type" 6287 #~ msgstr "Не распознан тип перемещения (Reloc Type)" 6349 #~ msgid "Reloc size error in section %s"
|
D | fi.po | 6797 #~ msgid "Unrecognized Reloc Type" 6798 #~ msgstr "Tunnistamaton Reloc-tyyppi" 6860 #~ msgid "Reloc size error in section %s" 6861 #~ msgstr "Reloc-kokovirhe lohkossa %s"
|
D | id.po | 394 msgid "Unrecognized Reloc Type" 3583 msgid "Reloc size error in section %s"
|
D | fr.po | 6288 #~ msgid "Unrecognized Reloc Type" 6351 #~ msgid "Reloc size error in section %s"
|
D | es.po | 6284 #~ msgid "Unrecognized Reloc Type" 6347 #~ msgid "Reloc size error in section %s"
|
D | vi.po | 6271 #~ msgid "Unrecognized Reloc Type" 6343 #~ msgid "Reloc size error in section %s"
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2007 | 1974 * doc/as.texinfo (Reloc): Document.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog | 1412 (avr_reloc_map): Reloc R_AVR_LDS_STS_16 is mapped to
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | as.texinfo | 4292 * Reloc:: @code{.reloc @var{offset}, @var{reloc_name}[, @var{expression}]} 6036 @node Reloc
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | ru.po | 8312 msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d" 12963 msgid "Reloc %d not supported by object file format"
|
D | fi.po | 13920 msgid "Reloc %d not supported by object file format" 17818 #~ msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d" 17819 #~ msgstr "Luvaton Reloc-tyyppi kohteessa ”md_estimate_size_before_relax” riville: %d"
|
D | id.po | 8453 msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d" 13348 msgid "Reloc %d not supported by object file format"
|