Home
last modified time | relevance | path

Searched defs:l_hdr64 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/sgs/include/
H A Dprofile.h64 typedef struct l_hdr64 { /* Linker profile buffer header */ struct
65 unsigned int hd_magic; /* identifier for file */
66 unsigned int hd_version; /* version for rtld prof file */
67 lwp_mutex_t hd_mutex; /* Provides for process locking */
68 u_longlong_t hd_hpc; /* Relative high pc address */
69 unsigned int hd_psize; /* Size of profil(2) buffer */
70 unsigned int hd_fsize; /* Size of file */
71 unsigned int hd_ncndx; /* Next (and last) index into */
72 unsigned int hd_lcndx; /* call graph arc structure */
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1597 L_hdr64 l_hdr64; in openpfile() local