Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c2852 if (ofl->ofl_maptext || ofl->ofl_mapdata) in ld_map_post_process()
2855 for (APLIST_TRAVERSE(ofl->ofl_maptext, idx, isp)) { in ld_map_post_process()
H A Dsections.c3539 if (aplist_append(&ofl->ofl_maptext, isec, AL_CNT_OFL_MAPSECS) == NULL) in ld_make_text()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h406 APlist *ofl_maptext; /* mapfile added text sections */ member