Searched refs:TempSec (Results 1 – 2 of 2) sorted by relevance
85 TempSec.addr = Sec.addr; in constructSectionCommon()86 TempSec.size = Sec.size; in constructSectionCommon()94 TempSec.reserved3 = 0; in constructSectionCommon()96 TempSec.content = in constructSectionCommon()100 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()119 return TempSec; in constructSectionCommon()126 if (TempSec) in constructSection()127 TempSec->reserved3 = 0; in constructSection()128 return TempSec; in constructSection()135 if (TempSec) in constructSection()[all …]
109 SectionType TempSec; in constructSection() local112 TempSec.addr = Sec.addr; in constructSection()113 TempSec.size = Sec.size; in constructSection()114 TempSec.offset = Sec.offset; in constructSection()115 TempSec.align = Sec.align; in constructSection()116 TempSec.reloff = Sec.reloff; in constructSection()117 TempSec.nreloc = Sec.nreloc; in constructSection()118 TempSec.flags = Sec.flags; in constructSection()121 return TempSec; in constructSection()138 MachO::swapStruct(TempSec); in writeLoadCommandData()[all …]