Searched refs:MachHeaderSection (Results 1 – 5 of 5) sorted by relevance
27 class MachHeaderSection; variable
87 class MachHeaderSection final : public SyntheticSection {89 MachHeaderSection();625 MachHeaderSection *header = nullptr;
78 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection87 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()92 uint64_t MachHeaderSection::getSize() const { in getSize()113 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
23 class MachHeaderSection; variable
73 MachHeaderSection *header = nullptr;1209 in.header = make<MachHeaderSection>(); in createSyntheticSections()