Searched refs:SectionContents (Results 1 – 4 of 4) sorted by relevance
142 StringRef SectionContents);161 StringRef SectionContents, StringRef Block);173 StringRef SectionContents,202 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()213 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()226 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()241 StringRef SectionContents; member in __anon685e90ee0111::COFFObjectDumpDelegate294 StringRef SectionContents, in resolveSymbolName() argument297 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()[all …]
58 extern bool SectionContents;
191 bool objdump::SectionContents; member in objdump2252 if (SectionContents) in dumpObject()2435 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()2597 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
1963 if (SectionContents) in ProcessMachO()