Searched refs:constructSection (Results 1 – 3 of 3) sorted by relevance
50 Section constructSection(SectionType Sec, uint32_t Index);52 template <> Section constructSection(MachO::section Sec, uint32_t Index) { in constructSection() function56 template <> Section constructSection(MachO::section_64 Sec, uint32_t Index) { in constructSection() function77 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()80 std::make_unique<Section>(constructSection(*Curr, NextSectionIndex))); in extractSections()
45 Expected<MachOYAML::Section> constructSection(SectionType Sec,117 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() function in MachODumper177 constructSection(Sec, Sections.size() + 1)) { in extractSections()
102 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function130 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData()145 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()