Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2837 (aplist_append(&osp->os_mstrrels, rsp, in ld_gather_strmerge()
2998 for (APLIST_TRAVERSE(osp->os_mstrrels, idx, rsp)) { in ld_strmerge_sec()
3126 libld_free(osp->os_mstrrels); in ld_strmerge_sec()
3127 osp->os_mstrrels = NULL; in ld_strmerge_sec()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1006 APlist *os_mstrrels; /* section relocs affected by... */ member