Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h80 #define AT_IGNORE 1 /* Ignored entry. */ macro
165 #define AT_IGNORE 1 /* Ignored entry. */ macro
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c405 ap->a_type = AT_IGNORE; in brand_post_init()
434 ap->a_type = AT_IGNORE; in brand_post_init()
440 ap->a_type = AT_IGNORE; in brand_post_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h72 #define AT_IGNORE 1 macro
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c986 up->u_auxv[i].a_type = AT_IGNORE; in brand_solaris_elfexec()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c829 { AT_IGNORE, "AT_IGNORE", at_null },
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c523 case AT_IGNORE: in dump_auxv()