Home
last modified time | relevance | path

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

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