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

/haiku-buildtools/binutils/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
/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dreloc64.s207 movabs $xtrn@gotplt, %rax
208 bad add $xtrn@gotplt, %rax
209 bad mov $xtrn@gotplt, %eax
210 bad mov $xtrn@gotplt, %ax
211 bad mov $xtrn@gotplt, %al
212 bad mov xtrn@gotplt(%rbx), %eax
213 bad mov xtrn@gotplt(%ebx), %eax
214 bad call xtrn@gotplt
217 .quad xtrn@gotplt
218 bad .long xtrn@gotplt
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf-ifunc.c119 asection *plt, *gotplt, *relplt; local
212 gotplt = htab->sgotplt;
223 gotplt = htab->igotplt;
238 gotplt->size += got_entry_size;
H A Delf32-i386.c3988 asection *plt, *gotplt, *base_got;
4006 gotplt = htab->elf.sgotplt;
4011 gotplt = htab->elf.igotplt;
4077 - gotplt->output_section->vma
4078 - gotplt->output_offset);
4088 relocation += (gotplt->output_section->vma
4089 + gotplt->output_offset);
4094 relocation += gotplt->output_offset;
4194 relocation -= (gotplt->output_section->vma
4195 + gotplt
3985 asection *plt, *gotplt, *base_got; local
5333 asection *plt, *gotplt, *relplt; local
5503 asection *plt, *got, *gotplt; local
[all...]
H A Delf64-s390.c1038 of the number of gotplt references that exist for this
1528 /* We simply add the number of gotplt references to the number
3363 asection *plt, *gotplt, *relplt; local
3375 gotplt = htab->elf.igotplt;
3384 (gotplt->output_section->vma +
3385 gotplt->output_offset + got_offset
3406 gotplt->contents + got_offset);
3409 rela.r_offset = (gotplt->output_section->vma
3410 + gotplt->output_offset
H A Delf64-x86-64.c5816 asection *plt, *gotplt, *relplt, *resolved_plt;
5825 gotplt = htab->elf.sgotplt;
5831 gotplt = htab->elf.igotplt;
5843 || gotplt == NULL
5922 plt_got_pcrel_offset = (gotplt->output_section->vma
5923 + gotplt->output_offset
5949 gotplt->contents + got_offset);
5952 rela.r_offset = (gotplt->output_section->vma
5953 + gotplt->output_offset
5814 asection *plt, *gotplt, *relplt, *resolved_plt; local
H A Delf32-s390.c1114 of the number of gotplt references that exist for this
1594 /* We simply add the number of gotplt references to the number
3445 asection *plt, *gotplt, *relplt; local
3453 gotplt = htab->elf.igotplt;
3462 got_offset = igotiplt_offset + gotplt->output_offset;
3485 (gotplt->output_section->vma
3550 gotplt->contents + igotiplt_offset);
3553 rela.r_offset = gotplt->output_section->vma + got_offset;
H A Delf32-tic6x.c1736 asection *plt, *gotplt, *relplt; local
1743 gotplt = htab->elf.sgotplt;
1754 || gotplt == NULL
1800 gotplt->contents + got_section_offset);
1803 rela.r_offset = (gotplt->output_section->vma
1804 + gotplt->output_offset
H A Delfnn-aarch64.c7914 the got, plt, gotplt and their relocation sections are all created in the
8657 asection *plt, *gotplt, *relplt; local
8664 gotplt = htab->root.sgotplt;
8670 gotplt = htab->root.igotplt;
8699 gotplt_entry_address = gotplt->output_section->vma +
8700 gotplt->output_offset + got_offset;
8725 gotplt->contents + got_offset);
8812 asection *plt, *gotplt, *relplt; local
8822 gotplt = htab->root.sgotplt;
8828 gotplt
[all...]
H A Delf32-arc.c83 gotplt, enumerator in enum:dyn_section_types

Completed in 286 milliseconds