Searched refs:mf_text (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h97 char *mf_text; /* Text of mapfile */ member in struct:__anon1697
100 Lineno mf_lineno; /* Line # within mf_text */
H A Dmap_core.c1350 arg_mf.mf_text = arg_mf.mf_next;
1352 arg_mf.mf_text = arg_mf.mf_next = tail;
2338 mf->mf_text = mf->mf_name + name_len;
2339 if (read(mapfile_fd, mf->mf_text, stat_buf.st_size) !=
2348 mf->mf_text[stat_buf.st_size] = '\0';
2349 mf->mf_next = mf->mf_text;

Completed in 178 milliseconds