Searched refs:NextSectionIndex (Results 1 – 2 of 2) sorted by relevance
63 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections() argument78 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()83 MachOObj.getSection(NextSectionIndex++); in extractSections()120 uint32_t NextSectionIndex = 1; in readLoadCommands() local139 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()155 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
106 uint32_t NextSectionIndex = 1; in removeSections() local113 (*I)->Index = NextSectionIndex++; in removeSections()