Searched refs:sectionHeaders (Results 1 – 3 of 3) sorted by relevance
341 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument342 sections.reserve(sectionHeaders.size()); in parseSections()345 for (const SectionHeader &sec : sectionHeaders) { in parseSections()533 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument594 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() argument834 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 …]
194 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders,200 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
39 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()41 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()