Searched refs:plt_offset (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xstormy16.c889 bfd_vma *plt_offset;
892 plt_offset = &h->plt.offset;
894 plt_offset = elf_local_got_offsets (input_bfd) + r_symndx;
900 BFD_ASSERT (*plt_offset == (bfd_vma) -1);
906 BFD_ASSERT (*plt_offset != (bfd_vma) -1);
910 if ((*plt_offset & 1) == 0)
917 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset);
918 *plt_offset |= 1;
923 + (*plt_offset & -2));
886 bfd_vma *plt_offset; local
H A Dsunos.c629 bfd_vma plt_offset;
705 ret->plt_offset = 0;
1693 BFD_ASSERT (h->plt_offset != 0
1728 if (h->plt_offset == 0)
1732 h->plt_offset = splt->size;
1969 || h->plt_offset != 0
2009 if (h->plt_offset == 0)
2013 h->plt_offset = splt->size;
2194 if (h->plt_offset != 0)
2203 p = splt->contents + h->plt_offset;
628 bfd_vma plt_offset; member in struct:sunos_link_hash_entry
[all...]
H A Delf64-hppa.c56 bfd_vma plt_offset; member in struct:elf64_hppa_dyn_hash_entry
1076 dyn_h->plt_offset = x->ofs;
1078 if (dyn_h->plt_offset < 0x2000)
1079 elf64_hppa_hash_table (x->info)->gp_offset = dyn_h->plt_offset;
2013 plt_offset is the offset within the PLT section at which to
2019 bfd_put_64 (splt->owner, value, splt->contents + dyn_h->plt_offset);
2021 bfd_put_64 (splt->owner, value, splt->contents + dyn_h->plt_offset + 0x8);
2029 rel.r_offset = (dyn_h->plt_offset + splt->output_offset
2060 Note the plt_offset value is the value of the PLT entry relative to
2066 value = dyn_h->plt_offset
[all...]
H A Delfxx-ia64.c79 bfd_vma plt_offset; member in struct:elfNN_ia64_dyn_sym_info
2665 dyn_i->plt_offset = offset;
4558 index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4560 loc = plt_sec->contents + dyn_i->plt_offset;
4564 elfNN_ia64_install_value (loc+2, -dyn_i->plt_offset, R_IA64_PCREL21B);
4568 + dyn_i->plt_offset);
H A Delf-hppa.h1813 value = (dyn_h->plt_offset

Completed in 124 milliseconds