Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c69 OutSec_t outsec; in input() local
94 outsec.os_name = basename(file); in input()
95 outsec.os_type = SHT_PROGBITS; in input()
96 outsec.os_flags = SHF_ALLOC; in input()
97 outsec.os_ndx = ndx; in input()
114 if ((outsec.os_size = status.st_size) == 0) { in input()
120 if ((outsec.os_addr = mmap(0, outsec.os_size, PROT_READ, in input()
129 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
147 namesz = strlen(outsec.os_name) + 1; in input()
173 outsec.os_name = stdsecs->ss_name; in input()
[all …]