Searched defs:outsec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c70 OutSec_t outsec; local
95 outsec.os_name = basename(file);
96 outsec.os_type = SHT_PROGBITS;
97 outsec.os_flags = SHF_ALLOC;
98 outsec.os_ndx = ndx;
115 if ((outsec.os_size = status.st_size) == 0) {
121 if ((outsec.os_addr = mmap(0, outsec.os_size, PROT_READ,
130 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t),
148 namesz = strlen(outsec
223 OutSec_t *outsec, *outsymtab, *outstrtab, *outshstrtab; local
[all...]

Completed in 57 milliseconds