Searched refs:_DYNAMIC (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/lib/csu/common/
H A Dignore_init.c42 extern int _DYNAMIC;
43 #pragma weak _DYNAMIC macro
69 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/amd64/
H A Dcrt1.c66 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/i386-elf/
H A Dcrt1_c.c65 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/sys/boot/i386/efi/
H A Dstart.S39 * We calculate the base address along with _DYNAMIC, relocate us and finally
53 addl $_DYNAMIC-0b, %ebx
/freebsd-10.0-release/lib/libc/gen/
H A Dauxv.c40 extern int _DYNAMIC;
41 #pragma weak _DYNAMIC macro
61 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/mips/
H A Dcrt1.c76 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/powerpc/
H A Dcrt1.c90 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/powerpc64/
H A Dcrt1.c89 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/lib/csu/sparc64/
H A Dcrt1.c90 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/libexec/rtld-elf/arm/
H A Drtld_machdep.h38 #define rtld_dynamic(obj) (&_DYNAMIC)
H A Drtld_start.S53 add r0, r1, r0 /* &_DYNAMIC */
69 .word _DYNAMIC(GOT)
/freebsd-10.0-release/libexec/rtld-elf/ia64/
H A Drtld_machdep.h47 #define rtld_dynamic(obj) (&_DYNAMIC)
/freebsd-10.0-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S71 * Find the address of _DYNAMIC by disassembling a call instruction to it.
74 .weak _DYNAMIC
80 call _DYNAMIC + 8
/freebsd-10.0-release/lib/csu/arm/
H A Dcrt1.c106 if (&_DYNAMIC != NULL)
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_machdep.h39 ((const Elf_Dyn *)((obj)->relocbase + (Elf_Addr)&_DYNAMIC))
/freebsd-10.0-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h39 ((const Elf_Dyn *)((obj)->relocbase + (Elf_Addr)&_DYNAMIC))
/freebsd-10.0-release/libexec/rtld-elf/mips/
H A Drtld_machdep.h39 #define rtld_dynamic(obj) (&_DYNAMIC)
H A Drtld_start.S63 PTR_LA a0, _DYNAMIC
66 PTR_ADDU a0, a1, a0 /* &_DYNAMIC */
/freebsd-10.0-release/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h38 #define rtld_dynamic(obj) (&_DYNAMIC)
H A Drtld_start.S35 .extern _DYNAMIC
53 * _DYNAMIC section and the GOT. Add these to the PC to
59 * value of _DYNAMIC. Subtract this value from the absolute
64 .long _DYNAMIC-.
75 lwz %r4,0(%r3) /* offset to _DYNAMIC */
76 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
80 lwz %r4,0(%r4) /* linker &_DYNAMIC, from got[0] */
83 bl reloc_non_plt_self@plt /* reloc_non_plt_self(&_DYNAMIC,base) */
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h38 #define rtld_dynamic(obj) (&_DYNAMIC)
H A Drtld_start.S35 .extern _DYNAMIC
53 * _DYNAMIC section and the GOT. Add these to the PC to
59 .llong _DYNAMIC-.
62 ld %r4,0(%r3) /* offset to _DYNAMIC */
63 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
68 bl reloc_non_plt_self /* reloc_non_plt_self(&_DYNAMIC,base) */
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm47 .weak _DYNAMIC
81 ! Now check to see if we have an _DYNAMIC table, and if so then
86 movl $_DYNAMIC,%eax
H A 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-10.0-release/contrib/binutils/include/coff/
H A Decoff.h74 #define _DYNAMIC ".dynamic" macro

Completed in 140 milliseconds

12