Searched defs:l_hdr64 (Results 1 – 2 of 2) sorted by relevance
64 typedef struct l_hdr64 { /* Linker profile buffer header */ struct65 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 */
1597 L_hdr64 l_hdr64; in openpfile() local