Searched refs:AT_BASE (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h86 #define AT_BASE 7 /* Interpreter's base address. */ macro
171 #define AT_BASE 7 /* Interpreter's base address. */ macro
/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c131 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) {
163 if (auxv->a_type == AT_BASE) {
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h77 #define AT_BASE 7 /* ld.so base addr */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c115 case AT_BASE:
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c120 case AT_BASE:
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c131 case AT_BASE:
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c120 case AT_BASE:
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c402 case AT_BASE:
403 /* Hide AT_BASE if static binary */
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c103 if (auxvp->a_type == AT_BASE) {
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c701 case AT_BASE:
960 case AT_BASE:
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c256 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) {
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c1080 if (Pgetauxval(Pr, AT_BASE) != -1L &&
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c797 { AT_BASE, "AT_BASE", at_null },
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c632 AUX(av, AT_BASE, entrypt);
1023 AUX64(av, AT_BASE, entrypt);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c45 * order to bootstrap, the target uses the AT_BASE and AT_ENTRY aux vector
1029 if ((at_base = kp_getauxval(kp, AT_BASE)) == -1L) {
1030 warn("auxv for proc %p is missing AT_BASE\n", proc);
H A Dmdb_proc.c2203 * If we have a libproc handle and AT_BASE is set, the process or core
2208 AT_BASE) != -1L && Prd_agent(t->t_pshandle) == NULL) {
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c432 if (Pgetauxval(P, AT_BASE) != -1L &&
1614 * is interpreter name associated with the AT_BASE mapping.
2132 Pgetauxval(P, AT_BASE))) != NULL)
H A DPcore.c2653 * Get the AT_BASE auxv element. If this is missing (-1), then
2656 base_addr = Pgetauxval(P, AT_BASE);
2661 * AT_BASE auxv element tells us the address where it was mapped,
2682 * If we have an AT_BASE element, name the mapping at that address
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c436 if (Pgetauxval(Pr, AT_BASE) != -1L &&
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c466 * AT_BASE
826 ADDAUX(aux, AT_BASE, voffset)

Completed in 129 milliseconds