Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp62 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections() argument
76 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()
81 MachOObj.getSection(NextSectionIndex++); in extractSections()
118 uint32_t NextSectionIndex = 1; in readLoadCommands() local
128 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
136 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
H A DObject.cpp73 uint32_t NextSectionIndex = 1; in removeSections() local
80 (*I)->Index = NextSectionIndex++; in removeSections()