Home
last modified time | relevance | path

Searched refs:gotoff (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c11084 bfd_vma gotoff; member
11101 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets()
11102 gofarg->gotoff += gofarg->got_elt_size; in elf_gc_allocate_got_offsets()
11119 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local
11129 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets()
11131 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets()
11157 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
11158 gotoff += got_elt_size; in bfd_elf_gc_common_finalize_got_offsets()
11167 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
DChangeLog-02034943 for the gotoff, gotplt and pltoff relocations.
4944 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4951 for gotoff, gotplt and pltoff relocations.
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-02032910 * config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
2912 (s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
2913 (s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
2917 (tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
2919 (tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
/freebsd-12-stable/contrib/binutils/include/elf/
DChangeLog-9103268 * s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
/freebsd-12-stable/contrib/gcc/
DChangeLog-20027079 (GOTOFF_P): Extend to allow gotoff plus constant.
DChangeLog-200440838 (frv_asm_output_mi_thunk): Use 12-bit funcdesc gotoff for -fpic.