Home
last modified time | relevance | path

Searched refs:AUX_entry (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/libexec/ld.so/
Dboot.c86 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
95 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
Dloader.c769 DL_DEB(("entry point: 0x%lx\n", dl_data[AUX_entry])); in _dl_boot()
774 return(dl_data[AUX_entry]); in _dl_boot()
/openbsd/src/libexec/ld.so/mips64/
Dboot_md.c84 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
93 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
/openbsd/src/libexec/ld.so/hppa/
Dboot_md.c82 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
91 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
/openbsd/src/lib/csu/
Dboot.h107 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
116 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
/openbsd/src/libexec/ld.so/powerpc/
Dldasm.S29 #define AUX_entry 9 macro
40 stwu 1, (-16 -((AUX_entry+3)*4))(1) # Some space.
/openbsd/src/lib/csu/mips64/
Dboot_md.h116 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
125 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
/openbsd/src/libexec/ld.so/m88k/
Dldasm.S48 #define AUX_entry 9 macro
71 subu %r31, %r31, (4 * (AUX_entry + 1))
/openbsd/src/lib/csu/hppa/
Dboot_md.h104 for (n = 0; n <= AUX_entry; n++) in _dl_boot_bind()
113 if (auxstack->au_id > AUX_entry) in _dl_boot_bind()
/openbsd/src/libexec/ld.so/alpha/
Dldasm.S57 #define AUX_entry 9 macro
77 lda sp, -((AUX_entry + 1) * 8)(sp)
/openbsd/src/libexec/ld.so/powerpc64/
Dldasm.S29 #define AUX_entry 9 macro
45 stdu %r1, (-64 -((AUX_entry+3)*8))(%r1) # Some space.
/openbsd/src/sys/sys/
Dexec_elf.h727 AUX_entry = 9, /* a.out entry */ enumerator
/openbsd/src/sys/kern/
Dexec_elf.c1006 a->au_id = AUX_entry; in exec_elf_fixup()