Home
last modified time | relevance | path

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

/openbsd/libexec/ld.so/m88k/
H A Dldasm.S47 #define AUX_base 7 macro
93 ld %r4, %r31, 4 * AUX_base| ldoff
/openbsd/libexec/ld.so/
H A Dboot.c99 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
H A Dloader.c658 ehdr = (Elf_Ehdr *)dl_data[AUX_base]; in _dl_boot()
660 (Elf_Phdr *)((char *)dl_data[AUX_base] + ehdr->e_phoff), in _dl_boot()
661 ehdr->e_phnum, OBJTYPE_LDR, dl_data[AUX_base], dyn_loff); in _dl_boot()
/openbsd/libexec/ld.so/mips64/
H A Dboot_md.c97 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
/openbsd/libexec/ld.so/hppa/
H A Dboot_md.c95 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
/openbsd/lib/csu/
H A Dboot.h120 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
/openbsd/lib/csu/mips64/
H A Dboot_md.h129 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
/openbsd/libexec/ld.so/sparc64/
H A Dldasm.S125 ldx [%l2], %o2 ! loff = dl_data[AUX_base];
/openbsd/lib/csu/hppa/
H A Dboot_md.h117 loff = dl_data[AUX_base]; /* XXX assumes ld.so is linked at 0x0 */ in _dl_boot_bind()
/openbsd/lib/libc/dlfcn/
H A Dinit.c113 case AUX_base: in _libc_preinit()
/openbsd/sys/sys/
H A Dexec_elf.h725 AUX_base = 7, /* base addr for ld.so or static PIE */ enumerator
/openbsd/sys/dev/dt/
H A Ddt_dev.c677 if (auxv[i].au_id == AUX_base) in dt_ioctl_get_auxbase()
/openbsd/sys/kern/
H A Dexec_elf.c998 a->au_id = AUX_base; in exec_elf_fixup()