Searched refs:sectionHeaders (Results 1 – 3 of 3) sorted by relevance
339 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument340 sections.reserve(sectionHeaders.size()); in parseSections()343 for (const SectionHeader &sec : sectionHeaders) { in parseSections()531 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument592 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() argument832 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 …]
194 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders,200 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
38 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()40 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()