/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 131 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main() 163 if (auxv->a_type == AT_BASE) { in show_map()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | auxv.h | 77 #define AT_BASE 7 /* ld.so base addr */ macro
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 120 case AT_BASE: in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 120 case AT_BASE: in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 131 case AT_BASE:
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 115 case AT_BASE: in _setup()
|
/titanic_50/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 402 case AT_BASE: in brand_post_init()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 103 if (auxvp->a_type == AT_BASE) { in get_ldbase()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | brand.c | 701 case AT_BASE: in brand_solaris_elfexec() 960 case AT_BASE: in brand_solaris_elfexec()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 118 @ MSG_ER_NOBASE "couldn't find auxv tag 'AT_BASE'"
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 632 AUX(av, AT_BASE, entrypt); in read_elf32() 1023 AUX64(av, AT_BASE, entrypt); in read_elf64()
|
/titanic_50/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1080 if (Pgetauxval(Pr, AT_BASE) != -1L && in main()
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 256 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kproc.c | 1029 if ((at_base = kp_getauxval(kp, AT_BASE)) == -1L) { in mdb_kproc_tgt_create()
|
H A D | mdb_proc.c | 2208 AT_BASE) != -1L && Prd_agent(t->t_pshandle) == NULL) { in pt_activate_common()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 815 { AT_BASE, "AT_BASE", at_null },
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 436 if (Pgetauxval(Pr, AT_BASE) != -1L && in main()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 432 if (Pgetauxval(P, AT_BASE) != -1L && in load_static_maps() 2132 Pgetauxval(P, AT_BASE))) != NULL) in object_name_to_map()
|
H A D | Pcore.c | 2605 base_addr = Pgetauxval(P, AT_BASE);
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 739 ADDAUX(aux, AT_BASE, voffset) in elfexec()
|