Home
last modified time | relevance | path

Searched refs:AT_SUN_LDDATA (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h175 #define AT_SUN_LDDATA 2016 /* dynamic linkers data segment */ macro
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c437 case AT_SUN_LDDATA: in brand_post_init()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c699 case AT_SUN_LDDATA: in brand_solaris_elfexec()
976 case AT_SUN_LDDATA: in brand_solaris_elfexec()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c221 if (auxvp->a_type == AT_SUN_LDDATA) { in _rd_reset32()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c854 { AT_SUN_LDDATA, "AT_SUN_LDDATA", at_null },
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c834 ADDAUX(aux, AT_SUN_LDDATA, voffset + lddata) in elfexec()