Searched refs:TempSec (Results 1 – 1 of 1) sorted by relevance
103 SectionType TempSec; in constructSection() local106 TempSec.addr = Sec.addr; in constructSection()107 TempSec.size = Sec.size; in constructSection()108 TempSec.offset = Sec.offset; in constructSection()109 TempSec.align = Sec.align; in constructSection()110 TempSec.reloff = Sec.reloff; in constructSection()111 TempSec.nreloc = Sec.nreloc; in constructSection()112 TempSec.flags = Sec.flags; in constructSection()115 return TempSec; in constructSection()132 MachO::swapStruct(TempSec); in writeLoadCommandData()[all …]