/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | elf.h | 79 #define AT_NULL 0 /* Terminates the vector. */ macro 164 #define AT_NULL 0 /* Terminates the vector. */ macro
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 253 while (auxv->a_type != AT_NULL) { in ps_pbrandname() 258 if (auxv->a_type == AT_NULL) in ps_pbrandname()
|
H A D | mdb_kproc.c | 156 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) { in kp_getauxval() 1023 kp->kp_auxv[kp->kp_nauxv - 1].a_type = AT_NULL; in mdb_kproc_tgt_create()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | auxv.h | 71 #define AT_NULL 0 macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getauxv.c | 73 buf[nauxv].a_type = AT_NULL; in _getaux()
|
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 162 while (auxv->a_type != AT_NULL) { in show_map()
|
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 143 while (auxvp->a_type != AT_NULL) { in brand_ldb_getauxval32()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 104 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 103 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/illumos-gate/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 402 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in brand_post_init()
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 161 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 109 ap->a_type != AT_NULL; ap++) in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 108 ap->a_type != AT_NULL; ap++) in __rtld()
|
/illumos-gate/usr/src/lib/libkvm/common/ |
H A D | kvm_getcmd.c | 121 if (u->u_auxv[0].a_type != AT_NULL) { in kvm_getcmd32()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 931 ADDAUX(aux, AT_NULL, 0) in elfexec() 940 ADDAUX(aux, AT_NULL, 0) in elfexec() 941 ADDAUX(aux, AT_NULL, 0) in elfexec() 945 ADDAUX(aux, AT_NULL, 0) in elfexec()
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 828 { AT_NULL, "AT_NULL", at_null }, 896 for (i = 0; auxvp[i].a_type != AT_NULL; i++) in get_auxv()
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 547 AUX(av, AT_NULL, 0); in read_elf32() 931 AUX64(av, AT_NULL, 0); in read_elf64()
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 220 while (auxvp->a_type != AT_NULL) { in _rd_reset32()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 507 case AT_NULL: in dump_auxv() 512 if (type != AT_NULL) in dump_auxv()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 902 for (auxv = P->auxv; auxv->a_type != AT_NULL; auxv++) { in Pgetauxval() 917 static const auxv_t empty = { AT_NULL, 0L }; in Pgetauxvec()
|
H A D | Pcore.c | 1093 P->auxv[n].a_type = AT_NULL; in note_auxv()
|
H A D | Pcontrol.c | 162 auxv[naux].a_type = AT_NULL; in Pread_aux_live()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1239 while (args.dla_auxv->a_type != AT_NULL) { in init_auxv_data()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 263 for (ndx = 0; (oauxv[ndx].a_type != AT_NULL); ndx++) in stack_cleanup()
|