Searched refs:outsec (Results 1 – 1 of 1) sorted by relevance
70 OutSec_t outsec; in input() local95 outsec.os_name = basename(file); in input()96 outsec.os_type = SHT_PROGBITS; in input()97 outsec.os_flags = SHF_ALLOC; in input()98 outsec.os_ndx = ndx; in input()115 if ((outsec.os_size = status.st_size) == 0) { in input()121 if ((outsec.os_addr = mmap(0, outsec.os_size, PROT_READ, in input()130 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()148 namesz = strlen(outsec.os_name) + 1; in input()174 outsec.os_name = stdsecs->ss_name; in input()[all …]