Home
last modified time | relevance | path

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

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