Home
last modified time | relevance | path

Searched refs:Dbg_map_parse (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h384 #define Dbg_map_parse Dbg64_map_parse macro
615 #define Dbg_map_parse Dbg32_map_parse macro
898 extern void Dbg_map_parse(Lm_list *, const char *, int);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmap.c224 Dbg_map_parse(Lm_list *lml, const char *file, int version) in Dbg_map_parse() function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c2395 DBG_CALL(Dbg_map_parse(ofl->ofl_lml, mapfile, mf->mf_version)); in ld_map_parse()