Home
last modified time | relevance | path

Searched refs:_DYNAMIC (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_linux.cpp50 extern "C" void* _DYNAMIC;
54 extern Elf_Dyn _DYNAMIC;
58 extern ElfW(Dyn) _DYNAMIC[];
88 return &_DYNAMIC; in AsanDoesNotSupportStaticLinkage()
/freebsd-12-stable/lib/csu/common/
Dignore_init.c51 extern int _DYNAMIC;
52 #pragma weak _DYNAMIC macro
111 if (&_DYNAMIC != NULL) in handle_static_init()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_linux.cpp42 extern ElfW(Dyn) _DYNAMIC[];
63 return &_DYNAMIC; in MemprofDoesNotSupportStaticLinkage()
/freebsd-12-stable/lib/libc/gen/
Dauxv.c43 extern int _DYNAMIC;
44 #pragma weak _DYNAMIC macro
64 if (&_DYNAMIC != NULL) in __init_elf_aux_vector()
/freebsd-12-stable/libexec/rtld-elf/amd64/
Drtld_start.S164 .weak _DYNAMIC
165 .hidden _DYNAMIC
166 lea _DYNAMIC(%rip),%rax
/freebsd-12-stable/stand/efi/loader/arch/arm64/
Dstart.S160 adrp x1, _DYNAMIC
161 add x1, x1, :lo12:_DYNAMIC
/freebsd-12-stable/stand/arm/uboot/
Dstart.S34 .weak _DYNAMIC
100 .word _DYNAMIC
/freebsd-12-stable/libexec/rtld-elf/sparc64/
Drtld_start.S74 .weak _DYNAMIC
80 call _DYNAMIC + 8
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
Drtld_start.S35 .extern _DYNAMIC
59 .llong _DYNAMIC-.
/freebsd-12-stable/libexec/rtld-elf/powerpc/
Drtld_start.S35 .extern _DYNAMIC
64 .long _DYNAMIC-.
Drtld_machdep.h40 #define rtld_dynamic(obj) (&_DYNAMIC)
/freebsd-12-stable/lib/csu/aarch64/
Dcrt1.c72 if (&_DYNAMIC != NULL) in __start()
/freebsd-12-stable/lib/csu/riscv/
Dcrt1.c79 if (&_DYNAMIC != NULL) in __start()
/freebsd-12-stable/stand/efi/loader/arch/amd64/
Dstart.S50 lea _DYNAMIC(%rip), %rsi
/freebsd-12-stable/lib/csu/i386/
Dcrt1_c.c59 if (&_DYNAMIC != NULL) { in _start1()
/freebsd-12-stable/stand/mips/uboot/
Dstart.S33 .weak _DYNAMIC
/freebsd-12-stable/lib/csu/amd64/
Dcrt1.c62 if (&_DYNAMIC != NULL) { in _start()
/freebsd-12-stable/stand/efi/loader/arch/i386/
Dstart.S53 addl $_DYNAMIC-0b, %ebx
/freebsd-12-stable/lib/csu/powerpc/
Dcrt1.c86 if (&_DYNAMIC != NULL) in _start()
/freebsd-12-stable/lib/csu/powerpc64/
Dcrt1.c85 if (&_DYNAMIC != NULL) in _start()
/freebsd-12-stable/lib/csu/mips/
Dcrt1.c74 if (&_DYNAMIC != NULL) in __start()
/freebsd-12-stable/lib/csu/sparc64/
Dcrt1.c86 if (&_DYNAMIC != NULL) in _start()
/freebsd-12-stable/contrib/gcc/config/i386/
Dsol2-c1.asm47 .weak _DYNAMIC
81 ! Now check to see if we have an _DYNAMIC table, and if so then
86 movl $_DYNAMIC,%eax
Dsol2-gc1.asm50 .weak _DYNAMIC
84 ! Now check to see if we have an _DYNAMIC table, and if so then
89 movl $_DYNAMIC,%eax
/freebsd-12-stable/lib/csu/arm/
Dcrt1.c104 if (&_DYNAMIC != NULL) in __start()

12