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
95 outsec.os_type = SHT_PROGBITS; in input()
96 outsec.os_flags = SHF_ALLOC; in input()
97 outsec.os_ndx = ndx; in input()
120 if ((outsec.os_addr = mmap(0, outsec.os_size, PROT_READ, in input()
176 outsec.os_ndx = ndx; in input()
177 outsec.os_size = 0; in input()
178 outsec.os_addr = 0; in input()
414 outsymtab = outsec; in output()
418 outshstrtab = outsec; in output()
[all …]