Home
last modified time | relevance | path

Searched refs:MachHeaderSection (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/
H A DSymbolTable.h26 class MachHeaderSection; variable
H A DSyntheticSections.h85 class MachHeaderSection final : public SyntheticSection {
87 MachHeaderSection();
792 MachHeaderSection *header = nullptr;
H A DSymbols.h22 class MachHeaderSection; variable
H A DSyntheticSections.cpp79 MachHeaderSection::MachHeaderSection() in MachHeaderSection() function in MachHeaderSection
88 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()
H A DWriter.cpp73 MachHeaderSection *header = nullptr;
1324 in.header = make<MachHeaderSection>(); in createSyntheticSections()