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.cpp339 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument
340 sections.reserve(sectionHeaders.size()); in parseSections()
343 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
531 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument
592 sectionHeaders[relInfo.r_symbolnum - 1]; in parseRelocations()
646 totalAddend - sectionHeaders[minuendInfo.r_symbolnum - 1].addr; in parseRelocations()
797 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols() argument
832 uint64_t sectionAddr = sectionHeaders[i].addr; in parseSymbols()
833 uint32_t sectionAlign = 1u << sectionHeaders[i].align; in parseSymbols()
1005 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.cpp38 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()
40 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()