Home
last modified time | relevance | path

Searched refs:NextSectionIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOReader.cpp63 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections() argument
78 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()
83 MachOObj.getSection(NextSectionIndex++); in extractSections()
120 uint32_t NextSectionIndex = 1; in readLoadCommands() local
139 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
155 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
HDMachOObject.cpp106 uint32_t NextSectionIndex = 1; in removeSections() local
113 (*I)->Index = NextSectionIndex++; in removeSections()