Searched refs:MachHeaderSection (Results 1 – 6 of 6) sorted by relevance
24 class MachHeaderSection; variable47 Symbol *addDSOHandle(const MachHeaderSection *);
23 class MachHeaderSection; variable197 DSOHandle(const MachHeaderSection *header) in DSOHandle()200 const MachHeaderSection *header;
96 class MachHeaderSection : public SyntheticSection {98 MachHeaderSection();479 MachHeaderSection *header = nullptr;
44 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection47 void MachHeaderSection::addLoadCommand(LoadCommand *lc) { in addLoadCommand()52 uint64_t MachHeaderSection::getSize() const { in getSize()56 void MachHeaderSection::writeTo(uint8_t *buf) const { in writeTo()
129 Symbol *SymbolTable::addDSOHandle(const MachHeaderSection *header) { in addDSOHandle()
59 MachHeaderSection *header = nullptr;738 in.header = make<MachHeaderSection>(); in createSyntheticSections()