Home
last modified time | relevance | path

Searched refs:is_iplt (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc4075 plt_off(typename Plt_stub_entries::const_iterator p, bool* is_iplt) const in plt_off()
4080 *is_iplt = (gsym->type() == elfcpp::STT_GNU_IFUNC in plt_off()
4086 *is_iplt = true; in plt_off()
4100 bool is_iplt; in plt_call_size() local
4101 Address plt_addr = this->plt_off(p, &is_iplt); in plt_call_size()
4102 if (is_iplt) in plt_call_size()
4593 bool is_iplt; in do_write() local
4594 Address pltoff = this->plt_off(cs, &is_iplt); in do_write()
4596 if (is_iplt) in do_write()
4785 bool is_iplt; in do_write() local
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delf32-arm.c2983 unsigned int is_iplt : 1; member
3259 ret->is_iplt = FALSE; in elf32_arm_link_hash_newfunc()
3699 BFD_ASSERT (!eind->is_iplt); in elf32_arm_copy_indirect_symbol()
3869 if (hash == NULL || hash->is_iplt) in arm_type_of_stub()
9247 if (h == NULL || eh->is_iplt) in elf32_arm_final_link_relocate()
14478 eh->is_iplt = 1; in allocate_dynrelocs_for_symbol()
14491 || eh->is_iplt in allocate_dynrelocs_for_symbol()
14494 elf32_arm_allocate_plt_entry (info, eh->is_iplt, &h->plt, &eh->plt); in allocate_dynrelocs_for_symbol()
15309 if (!eh->is_iplt) in elf32_arm_finish_dynamic_symbol()
15333 else if (eh->is_iplt && eh->plt.noncall_refcount != 0) in elf32_arm_finish_dynamic_symbol()
DChangeLog-20112902 Change tls_type to a bitfield and add is_iplt.
2911 elf32_arm_link_hash_entry. Assert the is_iplt has not yet been set.