Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c70 StdSec_t *stdsecs; in input() local
167 for (cnt = 0, stdsecs = &StdSecs[cnt]; stdsecs->ss_name; cnt++, in input()
168 ndx++, stdsecs = &StdSecs[cnt]) { in input()
173 outsec.os_name = stdsecs->ss_name; in input()
174 outsec.os_type = stdsecs->ss_type; in input()
175 outsec.os_flags = stdsecs->ss_flags; in input()