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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
weak-call.s 3 .weak weakdef
4 call8 weakdef
5 weakdef: label
  /external/clang/test/CodeGen/
pragma-weak.c 23 // CHECK-LABEL: define weak void @weakdef()
29 #pragma weak weakdef macro
30 void weakdef(void) {} function
  /toolchain/binutils/binutils-2.25/bfd/
elf-bfd.h 209 struct elf_link_hash_entry *weakdef;
208 struct elf_link_hash_entry *weakdef; member in union:elf_link_hash_entry::__anon115400
    [all...]
elflink.c 605 if (h->u.weakdef != NULL
606 && h->u.weakdef->dynindx == -1)
608 if (! bfd_elf_link_record_dynamic_symbol (info, h->u.weakdef))
2501 struct elf_link_hash_entry *weakdef = h->u.weakdef; local
    [all...]

Completed in 290 milliseconds