Searched defs:mod_info_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h114 typedef struct mod_info mod_info_t; typedef in typeref:struct:mod_info
120 extern mod_info_t modules;
150 mod_info_t *module; /* bookkeeping, not printed */
181 extern nltype *nllookup(mod_info_t *, Address, Address *);
183 extern void get_syms(char *, mod_info_t *);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h212 typedef struct mod_info mod_info_t; typedef in typeref:struct:mod_info
220 mod_info_t modules;
232 mod_info_t *module; /* module to which this belongs */
378 void process_namelist(mod_info_t *);
383 nltype *nllookup(mod_info_t *, pctype, pctype *);

Completed in 59 milliseconds