HomeSort by relevance Sort by last modified time
    Searched defs:undefs_tail (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
linker.c 480 table->undefs_tail = NULL;
676 if (table->undefs_tail != NULL)
677 table->undefs_tail->u.undef.next = h;
680 table->undefs_tail = h;
705 if (h == table->undefs_tail)
708 table->undefs_tail = NULL;
712 table->undefs_tail = (struct bfd_link_hash_entry *)
971 struct bfd_link_hash_entry *undefs_tail; local
    [all...]
elflink.c 608 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root)
5268 struct bfd_link_hash_entry *undefs_tail; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 194 struct bfd_link_hash_entry *undefs_tail;
193 struct bfd_link_hash_entry *undefs_tail; member in struct:bfd_link_hash_table
    [all...]

Completed in 74 milliseconds