Searched refs:NextSectionIndex (Results 1 – 2 of 2) sorted by relevance
66 uint32_t &NextSectionIndex) { in extractSections() argument77 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()80 std::make_unique<Section>(constructSection(*Curr, NextSectionIndex))); in extractSections()86 MachOObj.getSection(NextSectionIndex++); in extractSections()118 uint32_t NextSectionIndex = 1; in readLoadCommands() local128 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()136 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
71 uint32_t NextSectionIndex = 1; in removeSections() local78 (*I)->Index = NextSectionIndex++; in removeSections()