Searched refs:constructSection (Results 1 – 3 of 3) sorted by relevance
49 Section constructSection(const MachO::section &Sec, uint32_t Index) { in constructSection() function53 Section constructSection(const MachO::section_64 &Sec, uint32_t Index) { in constructSection() function76 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()
49 Expected<MachOYAML::Section> constructSection(SectionType Sec,121 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper131 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() function in MachODumper181 constructSection(Sec, Sections.size() + 1)) { in extractSections()
104 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function132 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData()147 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()