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

/osnet-11/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c402 case AT_BASE:
403 /* Hide AT_BASE if static binary */
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c431 if (Pgetauxval(P, AT_BASE) != -1L &&
1659 * is interpreter name associated with the AT_BASE mapping.
2162 Pgetauxval(P, AT_BASE))) != NULL)
H A DPcore.c2012 * Get the AT_BASE auxv element. If this is missing (-1), then
2015 base_addr = Pgetauxval(P, AT_BASE);
2020 * AT_BASE auxv element tells us the address where it was mapped,
2041 * If we have an AT_BASE element, name the mapping at that address
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h917 #define AT_BASE 7 /* Base address of interpreter */ macro

Completed in 52 milliseconds