Lines Matching refs:utohexstr

203   return createError("entry with offset 0x" + Twine::utohexstr(Offset) +  in getStringTableEntry()
205 Twine::utohexstr(StringTable.Size) + " is invalid"); in getStringTableEntry()
383 Twine::utohexstr(OffsetToRaw) + " and size 0x" + in getSectionContents()
384 Twine::utohexstr(SectionSize) + " goes past the end of the file"); in getSectionContents()
425 Twine::utohexstr(OffsetToLoaderSection) + in getLoaderSectionAddress()
426 " and size 0x" + Twine::utohexstr(SizeOfLoaderSection) + in getLoaderSectionAddress()
719 " data with offset 0x" + Twine::utohexstr(StartPtr) + in getRawData()
720 " and size 0x" + Twine::utohexstr(Size) + in getRawData()
954 Twine::utohexstr(Sec.FileOffsetToRelocationInfo) + " and size 0x" + in relocations()
955 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations()
986 Twine::utohexstr(Offset) + " and size 0x" + in parseStringTable()
987 Twine::utohexstr(Size) + in parseStringTable()
1030 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1031 " and size 0x" + Twine::utohexstr(LengthOfImportFileTable) + in getImportFileTable()
1038 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1039 " and size 0x" + Twine::utohexstr(LengthOfImportFileTable) + in getImportFileTable()
1083 Twine::utohexstr(CurOffset) + " and size 0x" + in create()
1084 Twine::utohexstr(SectionHeadersSize) + in create()
1108 Twine::utohexstr(CurOffset) + " and size 0x" + in create()
1109 Twine::utohexstr(SymbolTableSize) + " goes past the end of the file"); in create()