Searched refs:gotplt (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dgotplt.d1 #source: gotplt.s
3 #ld: -shared -mshelf32 --version-script=$srcdir/$subdir/gotplt.map
7 # Make sure that gotplt relocations of forced local symbols
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-ifunc.c162 asection *plt, *gotplt, *relplt; local
242 gotplt = htab->sgotplt;
253 gotplt = htab->igotplt;
266 gotplt->size += got_entry_size;
H A Delf32-i386.c3045 asection *plt, *gotplt, *base_got;
3057 gotplt = htab->elf.sgotplt;
3062 gotplt = htab->elf.igotplt;
3194 relocation += gotplt->output_offset;
3200 - gotplt->output_section->vma
3201 - gotplt->output_offset);
3204 relocation += gotplt->output_offset;
3210 relocation -= (gotplt->output_section->vma
3211 + gotplt->output_offset);
4164 asection *plt, *gotplt, *relpl
3043 asection *plt, *gotplt, *base_got; local
4162 asection *plt, *gotplt, *relplt; local
[all...]
H A Delf64-x86-64.c2932 asection *gotplt;
2934 gotplt = htab->elf.sgotplt;
2936 gotplt = htab->elf.igotplt;
2937 relocation -= (gotplt->output_section->vma
2938 - gotplt->output_offset);
3802 asection *plt, *gotplt, *relplt;
3809 gotplt = htab->elf.sgotplt;
3815 gotplt = htab->elf.igotplt;
3826 || gotplt == NULL
3862 (gotplt
2930 asection *gotplt; local
3800 asection *plt, *gotplt, *relplt; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-ifunc.c162 asection *plt, *gotplt, *relplt; local
238 gotplt = htab->sgotplt;
249 gotplt = htab->igotplt;
262 gotplt->size += got_entry_size;
H A Delf32-i386.c3042 asection *plt, *gotplt, *base_got;
3054 gotplt = htab->elf.sgotplt;
3059 gotplt = htab->elf.igotplt;
3191 relocation += gotplt->output_offset;
3197 - gotplt->output_section->vma
3198 - gotplt->output_offset);
3201 relocation += gotplt->output_offset;
3207 relocation -= (gotplt->output_section->vma
3208 + gotplt->output_offset);
4161 asection *plt, *gotplt, *relpl
3040 asection *plt, *gotplt, *base_got; local
4159 asection *plt, *gotplt, *relplt; local
[all...]
H A Delf32-tic6x.c1640 asection *plt, *gotplt, *relplt; local
1647 gotplt = htab->elf.sgotplt;
1658 || gotplt == NULL
1704 gotplt->contents + got_section_offset);
1707 rela.r_offset = (gotplt->output_section->vma
1708 + gotplt->output_offset
H A Delf64-x86-64.c3933 asection *plt, *gotplt, *relplt;
3941 gotplt = htab->elf.sgotplt;
3947 gotplt = htab->elf.igotplt;
3958 || gotplt == NULL
3994 (gotplt->output_section->vma
3995 + gotplt->output_offset
4019 gotplt->contents + got_offset);
4022 rela.r_offset = (gotplt->output_section->vma
4023 + gotplt->output_offset
3931 asection *plt, *gotplt, *relplt; local

Completed in 263 milliseconds