Searched refs:Pgetauxval (Results 1 – 12 of 12) sorted by relevance
/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()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 130 if ((addr = Pgetauxval(P, AT_SUN_EXECNAME)) != (uintptr_t)-1L && in Pfindexec()
|
H A D | mapfile-vers | 120 Pgetauxval;
|
H A D | libproc.h | 564 extern long Pgetauxval(struct ps_prochandle *, int);
|
H A D | Pzone.c | 219 if ((addr = Pgetauxval(P, AT_SUN_BRANDNAME)) == -1) in Pbrandname()
|
H A D | Psymtab.c | 432 if (Pgetauxval(P, AT_BASE) != -1L && in load_static_maps() 857 Pgetauxval(struct ps_prochandle *P, int type) in Pgetauxval() function 2128 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL)) in object_name_to_map() 2132 Pgetauxval(P, AT_BASE))) != NULL) in object_name_to_map()
|
H A D | Pcore.c | 2557 if ((pagesize = Pgetauxval(P, AT_PAGESZ)) == -1) { 2605 base_addr = Pgetauxval(P, AT_BASE); 2663 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
|
H A D | llib-lproc | 231 long Pgetauxval(struct ps_prochandle *Pr, int type);
|
/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/ptools/pmap/ |
H A D | pmap.c | 436 if (Pgetauxval(Pr, AT_BASE) != -1L && in main()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2207 if (t->t_pshandle != NULL && Pgetauxval(t->t_pshandle, in pt_activate_common()
|