Searched refs:gotplt_offset (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-cris.c770 bfd_size_type gotplt_offset;
878 ret->gotplt_offset = 0;
1149 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0)
1158 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset;
2105 bfd_vma gotplt_offset
2106 = elf_cris_hash_entry (h)->gotplt_offset;
2109 bfd_boolean has_gotplt = gotplt_offset != 0;
2116 .got.plt) for which gotplt_offset is adjusted, because while
2123 ? gotplt_offset/4 - 2 - 3 : gotplt_offset/
766 bfd_size_type gotplt_offset; member in struct:elf_cris_link_hash_entry
2098 bfd_vma gotplt_offset local
[all...]
H A Delf32-arm.c9906 bfd_vma gotplt_offset; local
9977 gotplt_offset = arm_plt->got_offset;
10021 gotplt_offset = (bfd_vma) -1;
11057 value = sgot->output_offset + gotplt_offset;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-cris.c781 bfd_size_type gotplt_offset;
837 ret->gotplt_offset = 0;
1083 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0)
1093 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset;
1591 bfd_vma gotplt_offset
1592 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset;
1595 bfd_boolean has_gotplt = gotplt_offset != 0;
1603 bfd_vma gotplt_index = gotplt_offset/4 - 3;
1612 ? gotplt_offset
2331 /* By not setting gotplt_offset (
777 bfd_size_type gotplt_offset; member in struct:elf_cris_link_hash_entry
1584 bfd_vma gotplt_offset local
[all...]
/haiku-buildtools/binutils/gold/
H A Dmips.cc7511 unsigned int gotplt_offset = 2 * got_entry_size; local
7525 ++p, gotplt_pov += got_entry_size, gotplt_offset += got_entry_size)
7530 uint32_t gotplt_entry_addr = (gotplt_addr + gotplt_offset);

Completed in 236 milliseconds