Searched refs:gotoff (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elflink.c | 8604 bfd_vma gotoff; member 8621 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets() 8622 gofarg->gotoff += gofarg->got_elt_size; in elf_gc_allocate_got_offsets() 8639 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local 8649 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets() 8651 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets() 8677 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets() 8678 gotoff += got_elt_size; in bfd_elf_gc_common_finalize_got_offsets() 8687 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
|
H A D | elf32-frv.c | 724 unsigned gotoff:1; member 879 e2->gotoff |= e1->gotoff; in frvfdpic_pic_merge_early_relocs_info() 4174 picrel->gotoff = 1;
|
H A D | elflink.h | 8380 bfd_vma gotoff; local 8385 gotoff = 0; 8387 gotoff = bed->got_header_size; 8413 local_got[j] = gotoff; 8414 gotoff += ARCH_SIZE / 8; 8425 (PTR) &gotoff);
|
H A D | ChangeLog-0203 | 4943 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.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elflink.c | 9772 bfd_vma gotoff; member 9789 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets() 9790 gofarg->gotoff += gofarg->got_elt_size; in elf_gc_allocate_got_offsets() 9807 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local 9817 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets() 9819 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets() 9845 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets() 9846 gotoff += got_elt_size; in bfd_elf_gc_common_finalize_got_offsets() 9855 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
|
H A D | elf32-bfin.c | 1235 unsigned gotoff:1; member 1387 e2->gotoff |= e1->gotoff; in bfinfdpic_pic_merge_early_relocs_info() 4664 picrel->gotoff = 1; in bfinfdpic_check_relocs()
|
H A D | elf32-frv.c | 1095 unsigned gotoff:1; member 1263 e2->gotoff |= e1->gotoff; in frvfdpic_pic_merge_early_relocs_info() 6247 picrel->gotoff = 1;
|
H A D | ChangeLog-0203 | 4943 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.
|
H A D | ChangeLog-2004 | 2503 and gotoff relocations if the symbol doesn't bind locally. Use
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0203 | 2910 * 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
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-0203 | 2910 * 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
|
H A D | ChangeLog-2005 | 1901 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | ChangeLog-9103 | 234 * s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | ChangeLog-9103 | 268 * s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 13122 (GOTOFF_P): Extend to allow gotoff plus constant.
|