Searched refs:hlook (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c4295 struct elf_link_hash_entry *hlook;
4301 hlook = weaks;
4302 weaks = hlook->u.weakdef;
4303 hlook->u.weakdef = NULL;
4305 BFD_ASSERT (hlook->root.type == bfd_link_hash_defined
4306 || hlook->root.type == bfd_link_hash_defweak
4307 || hlook->root.type == bfd_link_hash_common
4308 || hlook->root.type == bfd_link_hash_indirect);
4309 slook = hlook->root.u.def.section;
4310 vlook = hlook
4286 struct elf_link_hash_entry *hlook; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c5063 struct elf_link_hash_entry *hlook;
5068 hlook = weaks;
5069 weaks = hlook->u.weakdef;
5070 hlook->u.weakdef = NULL;
5072 BFD_ASSERT (hlook->root.type == bfd_link_hash_defined
5073 || hlook->root.type == bfd_link_hash_defweak
5074 || hlook->root.type == bfd_link_hash_common
5075 || hlook->root.type == bfd_link_hash_indirect);
5076 slook = hlook->root.u.def.section;
5077 vlook = hlook
5054 struct elf_link_hash_entry *hlook; local
[all...]

Completed in 140 milliseconds