Home
last modified time | relevance | path

Searched refs:Reloc_funcs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc10328 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate_special_relocatable() typedef
10402 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate_special_relocatable()
10406 reloc_status = Reloc_funcs::rel26(paddend, object, psymval, in relocate_special_relocatable()
10419 case Reloc_funcs::STATUS_OKAY: in relocate_special_relocatable()
10421 case Reloc_funcs::STATUS_OVERFLOW: in relocate_special_relocatable()
10427 case Reloc_funcs::STATUS_BAD_RELOC: in relocate_special_relocatable()
11532 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate() typedef
11533 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate()
11793 Reloc_funcs::mips_reloc_unshuffle(view, r_type, false); in relocate()
11867 reloc_status = Reloc_funcs::rel16(view, object, psymval, r_addend, in relocate()
[all …]
H A Dx86_64.cc4283 typedef X86_64_relocate_functions<size> Reloc_funcs; in relocate() typedef
4365 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate()
4375 Reloc_funcs::rela64(view, object, psymval, addend); in relocate()
4379 Reloc_funcs::pcrela64(view, object, psymval, addend, in relocate()
4384 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4385 Reloc_funcs::CHECK_UNSIGNED); in relocate()
4389 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4390 Reloc_funcs::CHECK_SIGNED); in relocate()
4394 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
4399 Reloc_funcs::rela16(view, object, psymval, addend); in relocate()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc10290 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate_special_relocatable() typedef
10364 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate_special_relocatable()
10368 reloc_status = Reloc_funcs::rel26(paddend, object, psymval, in relocate_special_relocatable()
10381 case Reloc_funcs::STATUS_OKAY: in relocate_special_relocatable()
10383 case Reloc_funcs::STATUS_OVERFLOW: in relocate_special_relocatable()
10389 case Reloc_funcs::STATUS_BAD_RELOC: in relocate_special_relocatable()
11494 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate() typedef
11495 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate()
11755 Reloc_funcs::mips_reloc_unshuffle(view, r_type, false); in relocate()
11829 reloc_status = Reloc_funcs::rel16(view, object, psymval, r_addend, in relocate()
[all …]
H A Dx86_64.cc4691 typedef X86_64_relocate_functions<size> Reloc_funcs; in relocate() typedef
4775 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate()
4785 Reloc_funcs::rela64(view, object, psymval, addend); in relocate()
4789 Reloc_funcs::pcrela64(view, object, psymval, addend, in relocate()
4794 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4795 Reloc_funcs::CHECK_UNSIGNED); in relocate()
4799 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4800 Reloc_funcs::CHECK_SIGNED); in relocate()
4805 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
4810 Reloc_funcs::rela16(view, object, psymval, addend); in relocate()
[all …]