Home
last modified time | relevance | path

Searched refs:os_mstrsyms (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2817 if (aplist_append(&osp->os_mstrsyms, sdp, in ld_gather_strmerge()
3054 for (APLIST_TRAVERSE(osp->os_mstrsyms, idx, sdp)) { in ld_strmerge_sec()
3124 libld_free(osp->os_mstrsyms); in ld_strmerge_sec()
3125 osp->os_mstrsyms = NULL; in ld_strmerge_sec()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1005 APlist *os_mstrsyms; /* symbols affected by string merge */ member