Searched refs:TempSec (Results 1 – 2 of 2) sorted by relevance
83 TempSec.addr = Sec.addr; in constructSectionCommon()84 TempSec.size = Sec.size; in constructSectionCommon()92 TempSec.reserved3 = 0; in constructSectionCommon()94 TempSec.content = in constructSectionCommon()98 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()117 return TempSec; in constructSectionCommon()124 if (TempSec) in constructSection()125 TempSec->reserved3 = 0; in constructSection()126 return TempSec; in constructSection()133 if (TempSec) in constructSection()[all …]
105 SectionType TempSec; in constructSection() local108 TempSec.addr = Sec.addr; in constructSection()109 TempSec.size = Sec.size; in constructSection()110 TempSec.offset = Sec.offset; in constructSection()111 TempSec.align = Sec.align; in constructSection()112 TempSec.reloff = Sec.reloff; in constructSection()113 TempSec.nreloc = Sec.nreloc; in constructSection()114 TempSec.flags = Sec.flags; in constructSection()117 return TempSec; in constructSection()134 MachO::swapStruct(TempSec); in writeLoadCommandData()[all …]