Searched defs:TempSec (Results 1 – 2 of 2) sorted by relevance
83 MachOYAML::Section TempSec; in constructSectionCommon() local126 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local135 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection() local
110 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection() local 137 auto TempSec = constructSection<MachO::section>(Sec); writeLoadCommandData() local 152 auto TempSec = constructSection<MachO::section_64>(Sec); writeLoadCommandData() local [all...]