Searched refs:_DYNAMIC (Results 1 – 25 of 44) sorted by relevance
12
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_linux.cpp | 50 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/ |
| D | ignore_init.c | 51 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/ |
| D | memprof_linux.cpp | 42 extern ElfW(Dyn) _DYNAMIC[]; 63 return &_DYNAMIC; in MemprofDoesNotSupportStaticLinkage()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | auxv.c | 43 extern int _DYNAMIC; 44 #pragma weak _DYNAMIC macro 64 if (&_DYNAMIC != NULL) in __init_elf_aux_vector()
|
| /freebsd-12-stable/libexec/rtld-elf/amd64/ |
| D | rtld_start.S | 164 .weak _DYNAMIC 165 .hidden _DYNAMIC 166 lea _DYNAMIC(%rip),%rax
|
| /freebsd-12-stable/stand/efi/loader/arch/arm64/ |
| D | start.S | 160 adrp x1, _DYNAMIC 161 add x1, x1, :lo12:_DYNAMIC
|
| /freebsd-12-stable/stand/arm/uboot/ |
| D | start.S | 34 .weak _DYNAMIC 100 .word _DYNAMIC
|
| /freebsd-12-stable/libexec/rtld-elf/sparc64/ |
| D | rtld_start.S | 74 .weak _DYNAMIC 80 call _DYNAMIC + 8
|
| /freebsd-12-stable/libexec/rtld-elf/powerpc64/ |
| D | rtld_start.S | 35 .extern _DYNAMIC 59 .llong _DYNAMIC-.
|
| /freebsd-12-stable/libexec/rtld-elf/powerpc/ |
| D | rtld_start.S | 35 .extern _DYNAMIC 64 .long _DYNAMIC-.
|
| D | rtld_machdep.h | 40 #define rtld_dynamic(obj) (&_DYNAMIC)
|
| /freebsd-12-stable/lib/csu/aarch64/ |
| D | crt1.c | 72 if (&_DYNAMIC != NULL) in __start()
|
| /freebsd-12-stable/lib/csu/riscv/ |
| D | crt1.c | 79 if (&_DYNAMIC != NULL) in __start()
|
| /freebsd-12-stable/stand/efi/loader/arch/amd64/ |
| D | start.S | 50 lea _DYNAMIC(%rip), %rsi
|
| /freebsd-12-stable/lib/csu/i386/ |
| D | crt1_c.c | 59 if (&_DYNAMIC != NULL) { in _start1()
|
| /freebsd-12-stable/stand/mips/uboot/ |
| D | start.S | 33 .weak _DYNAMIC
|
| /freebsd-12-stable/lib/csu/amd64/ |
| D | crt1.c | 62 if (&_DYNAMIC != NULL) { in _start()
|
| /freebsd-12-stable/stand/efi/loader/arch/i386/ |
| D | start.S | 53 addl $_DYNAMIC-0b, %ebx
|
| /freebsd-12-stable/lib/csu/powerpc/ |
| D | crt1.c | 86 if (&_DYNAMIC != NULL) in _start()
|
| /freebsd-12-stable/lib/csu/powerpc64/ |
| D | crt1.c | 85 if (&_DYNAMIC != NULL) in _start()
|
| /freebsd-12-stable/lib/csu/mips/ |
| D | crt1.c | 74 if (&_DYNAMIC != NULL) in __start()
|
| /freebsd-12-stable/lib/csu/sparc64/ |
| D | crt1.c | 86 if (&_DYNAMIC != NULL) in _start()
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | sol2-c1.asm | 47 .weak _DYNAMIC 81 ! Now check to see if we have an _DYNAMIC table, and if so then 86 movl $_DYNAMIC,%eax
|
| D | sol2-gc1.asm | 50 .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/ |
| D | crt1.c | 104 if (&_DYNAMIC != NULL) in __start()
|
12