Home
last modified time | relevance | path

Searched refs:sectionHeaders (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp341 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument
342 sections.reserve(sectionHeaders.size()); in parseSections()
345 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
533 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument
594 sectionHeaders[relInfo.r_symbolnum - 1]; in parseRelocations()
648 totalAddend - sectionHeaders[minuendInfo.r_symbolnum - 1].addr; in parseRelocations()
799 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols() argument
834 uint64_t sectionAddr = sectionHeaders[i].addr; in parseSymbols()
835 uint32_t sectionAlign = 1u << sectionHeaders[i].align; in parseSymbols()
1007 ArrayRef<SectionHeader> sectionHeaders; in parse() local
[all …]
H A DInputFiles.h194 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders,
200 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
H A DObjC.cpp39 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()
41 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()