HomeSort by relevance Sort by last modified time
    Searched full:weakdef (Results 1 - 25 of 59) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
weak-call.s 3 .weak weakdef
4 call8 weakdef
5 weakdef: label
weak-call.d 9 00000000 R_XTENSA_SLOT0_OP weakdef
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
weakdef-2.d 3 # error-output: weakdef-2.l
  /external/clang/test/CodeGen/
pragma-weak.c 23 // CHECK-LABEL: define weak void @weakdef()
29 #pragma weak weakdef macro
30 void weakdef(void) {} function
  /external/llvm/test/MC/MachO/
weakdef.s 102 // CHECK-NEXT: WeakDef (0x80)
113 // CHECK-NEXT: WeakDef (0x80)
symbol-flags.s 221 // CHECK: WeakDef (0x80)
232 // CHECK: WeakDef (0x80)
243 // CHECK: WeakDef (0x80)
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i370.c 473 || h->u.weakdef != NULL
485 if (h->u.weakdef != NULL)
487 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
488 || h->u.weakdef->root.type == bfd_link_hash_defweak);
489 h->root.u.def.section = h->u.weakdef->root.u.def.section;
490 h->root.u.def.value = h->u.weakdef->root.u.def.value;
    [all...]
elf32-lm32.c     [all...]
elf32-vax.c 925 || h->u.weakdef != NULL
1001 if (h->u.weakdef != NULL)
1003 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1004 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1005 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1006 h->root.u.def.value = h->u.weakdef->root.u.def.value;
    [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...]
elf32-tilepro.c     [all...]
elfxx-tilegx.c     [all...]
elf32-tic6x.c     [all...]