Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dx86_64.cc3501 typedef X86_64_relocate_functions<size> Reloc_funcs; in relocate() typedef
3583 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate()
3593 Reloc_funcs::rela64(view, object, psymval, addend); in relocate()
3597 Reloc_funcs::pcrela64(view, object, psymval, addend, in relocate()
3602 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
3603 Reloc_funcs::CHECK_UNSIGNED); in relocate()
3607 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
3608 Reloc_funcs::CHECK_SIGNED); in relocate()
3613 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
3618 Reloc_funcs::rela16(view, object, psymval, addend); in relocate()
[all …]
H A Dmips.cc10186 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate_special_relocatable() typedef
10260 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate_special_relocatable()
10264 reloc_status = Reloc_funcs::rel26(paddend, object, psymval, in relocate_special_relocatable()
10277 case Reloc_funcs::STATUS_OKAY: in relocate_special_relocatable()
10279 case Reloc_funcs::STATUS_OVERFLOW: in relocate_special_relocatable()
10283 case Reloc_funcs::STATUS_BAD_RELOC: in relocate_special_relocatable()
11362 typedef Mips_relocate_functions<size, big_endian> Reloc_funcs; in relocate() typedef
11363 typename Reloc_funcs::Status reloc_status = Reloc_funcs::STATUS_OKAY; in relocate()
11627 Reloc_funcs::mips_reloc_unshuffle(view, r_type, false); in relocate()
11688 reloc_status = Reloc_funcs::rel16(view, object, psymval, r_addend, in relocate()
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dx86_64.cc4661 typedef X86_64_relocate_functions<size> Reloc_funcs; in relocate() typedef
4745 typename Reloc_funcs::Reloc_status rstatus = Reloc_funcs::RELOC_OK; in relocate()
4755 Reloc_funcs::rela64(view, object, psymval, addend); in relocate()
4759 Reloc_funcs::pcrela64(view, object, psymval, addend, in relocate()
4764 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4765 Reloc_funcs::CHECK_UNSIGNED); in relocate()
4769 rstatus = Reloc_funcs::rela32_check(view, object, psymval, addend, in relocate()
4770 Reloc_funcs::CHECK_SIGNED); in relocate()
4775 rstatus = Reloc_funcs::pcrela32_check(view, object, psymval, addend, in relocate()
4780 Reloc_funcs::rela16(view, object, psymval, addend); in relocate()
[all …]