OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weakdef
(Results
1 - 25
of
44
) sorted by null
1
2
/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
/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-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
...]
elf32-bfin.c
[
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-cr16.c
[
all
...]
elf32-cris.c
[
all
...]
elf32-lm32.c
[
all
...]
elf32-m32r.c
[
all
...]
elf32-or1k.c
[
all
...]
elf64-sh64.c
[
all
...]
elf32-tilepro.c
[
all
...]
elfxx-tilegx.c
[
all
...]
elf32-microblaze.c
[
all
...]
elf32-tic6x.c
[
all
...]
elfxx-sparc.c
[
all
...]
elf-m10300.c
[
all
...]
elf32-hppa.c
1060
/* If called to transfer flags for a
weakdef
during processing
[
all
...]
elf32-i386.c
[
all
...]
elf32-m68k.c
[
all
...]
elf32-metag.c
[
all
...]
elf32-nios2.c
[
all
...]
Completed in 987 milliseconds
1
2