Searched refs:MachHeaderSection (Results 1 – 5 of 5) sorted by relevance
26 class MachHeaderSection; variable
85 class MachHeaderSection final : public SyntheticSection {87 MachHeaderSection();792 MachHeaderSection *header = nullptr;
22 class MachHeaderSection; variable
79 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection88 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()93 uint64_t MachHeaderSection::getSize() const { in getSize()124 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
73 MachHeaderSection *header = nullptr;1324 in.header = make<MachHeaderSection>(); in createSyntheticSections()