Searched refs:NextSectionIndex (Results 1 – 2 of 2) sorted by relevance
62 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections() argument76 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()81 MachOObj.getSection(NextSectionIndex++); in extractSections()118 uint32_t NextSectionIndex = 1; in readLoadCommands() local137 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()153 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
105 uint32_t NextSectionIndex = 1; in removeSections() local112 (*I)->Index = NextSectionIndex++; in removeSections()