Searched refs:sectionHeaders (Results 1 – 5 of 5) sorted by relevance
33 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()35 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()
301 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument302 sections.reserve(sectionHeaders.size()); in parseSections()305 for (const SectionHeader &sec : sectionHeaders) { in parseSections()642 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument704 sectionHeaders[relInfo.r_symbolnum - 1]; in parseRelocations()933 uint64_t sectionAddr = sectionHeaders[i].addr; in parseSymbols()934 uint32_t sectionAlign = 1u << sectionHeaders[i].align; in parseSymbols()1090 ArrayRef<SectionHeader> sectionHeaders; in parse() local1093 sectionHeaders = ArrayRef<SectionHeader>{ in parse()1095 parseSections(sectionHeaders); in parse()[all …]
185 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders,191 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
14 ;; FIXME: currently only fileHeader and sectionHeaders are supported in XCOFF64.
13 ;; FIXME: currently only fileHeader and sectionHeaders are supported in XCOFF64.