Searched refs:Pgetauxval (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 131 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main()
|
/illumos-gate/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 | 131 Pgetauxval;
|
H A D | Pzone.c | 219 if ((addr = Pgetauxval(P, AT_SUN_BRANDNAME)) == -1) in Pbrandname()
|
H A D | libproc.h | 587 extern long Pgetauxval(struct ps_prochandle *, int);
|
H A D | Psymtab.c | 454 if (Pgetauxval(P, AT_BASE) != -1L && in load_static_maps() 892 Pgetauxval(struct ps_prochandle *P, int type) in Pgetauxval() function 2531 Pgetauxval(P, AT_ENTRY))) != NULL || (mptr = exec_map(P)) != NULL)) in object_name_to_map() 2535 Pgetauxval(P, AT_BASE))) != NULL) in object_name_to_map()
|
H A D | Pcore.c | 2711 if ((pagesize = Pgetauxval(P, AT_PAGESZ)) == -1) { 2759 base_addr = Pgetauxval(P, AT_BASE); 2817 if ((addr = Pgetauxval(P, AT_ENTRY)) != (uintptr_t)-1L)
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1083 if (Pgetauxval(Pr, AT_BASE) != -1L && in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 55 Pgetauxval.3proc \
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 262 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main()
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 473 if (Pgetauxval(Pr, AT_BASE) != -1L && in main()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 77 file path=usr/share/man/man3proc/Pgetauxval.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2272 if (t->t_pshandle != NULL && Pgetauxval(t->t_pshandle, in pt_activate_common()
|