Searched refs:SectionContents (Results 1 – 4 of 4) sorted by relevance
203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()241 StringRef SectionContents; member in __anon6fbc88770111::COFFObjectDumpDelegate297 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()298 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()301 SectionContents.data()); in resolveSymbolName()322 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()323 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()986 StringRef SectionContents = in printCodeViewSymbolSection() local988 StringRef Data = SectionContents; in printCodeViewSymbolSection()1039 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()[all …]
58 extern bool SectionContents;
191 bool objdump::SectionContents; member in objdump2335 if (SectionContents) in dumpObject()2518 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()2680 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
1963 if (SectionContents) in ProcessMachO()