Searched refs:MachHeaderSection (Results 1 – 5 of 5) sorted by relevance
27 class MachHeaderSection; variable
86 class MachHeaderSection final : public SyntheticSection {88 MachHeaderSection();592 MachHeaderSection *header = nullptr;
58 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection67 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()72 uint64_t MachHeaderSection::getSize() const { in getSize()93 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
24 class MachHeaderSection; variable
70 MachHeaderSection *header = nullptr;1125 in.header = make<MachHeaderSection>(); in createSyntheticSections()