Lines Matching refs:utohexstr
138 "unable to read data at 0x" + Twine::utohexstr(Offset) + in getAsArrayRef()
139 " of size 0x" + Twine::utohexstr(Size) + " (" + SizePrintName + in getAsArrayRef()
141 Twine::utohexstr(ObjSize)); in getAsArrayRef()
152 Msg += ("invalid " + SizePrintName + " (0x" + Twine::utohexstr(Size) + ")") in getAsArrayRef()
156 (" or " + EntSizePrintName + " (0x" + Twine::utohexstr(EntSize) + ")") in getAsArrayRef()
358 return createError("offset (0x" + Twine::utohexstr(Offset) + in createDRI()
359 ") + size (0x" + Twine::utohexstr(Size) + in createDRI()
361 Twine::utohexstr(Obj.getBufSize()) + ")"); in createDRI()
1008 Desc = (Name + "+0x" + Twine::utohexstr(*Offset)).str(); in getSymbolSectionIndex()
1013 Twine::utohexstr(Ndx) + " (" + Desc + ")"); in getSymbolSectionIndex()
1834 Twine::utohexstr(DynamicPhdr->p_offset) + ") + file size (0x" + in findDynamic()
1835 Twine::utohexstr(DynamicPhdr->p_filesz) + in findDynamic()
1837 Twine::utohexstr(ObjF.getMemoryBufferRef().getBufferSize()) + ")"); in findDynamic()
2089 Twine::utohexstr(Val) + in parseDynamicTable()
2091 Twine::utohexstr(sizeof(Elf_Sym)) + ")"); in parseDynamicTable()
2169 "the dynamic string table at 0x" + Twine::utohexstr(Offset) + in parseDynamicTable()
2170 " goes past the end of the file (0x" + Twine::utohexstr(FileSize) + in parseDynamicTable()
2171 ") with DT_STRSZ = 0x" + Twine::utohexstr(StringTableSize)); in parseDynamicTable()
2226 "the size (0x" + Twine::utohexstr(DerivedSize) + in parseDynamicTable()
2227 ") of the dynamic symbol table at 0x" + Twine::utohexstr(Offset) + in parseDynamicTable()
2229 Twine::utohexstr(FileSize) + ") and will be ignored"); in parseDynamicTable()
2383 return (Twine("0x") + utohexstr(Value, /*LowerCase=*/true)).str(); in getDynamicEntry()
2540 reportUniqueWarning("string table at offset 0x" + Twine::utohexstr(Offset) + in getDynamicString()
2550 Twine::utohexstr(DynamicStringTable.size()) + in getDynamicString()
2552 Twine::utohexstr(FileSize) + ")", in getDynamicString()
2557 ": unable to read the string at 0x" + Twine::utohexstr(Offset + Value) + in getDynamicString()
2559 Twine::utohexstr(Offset + DynamicStringTable.size()) + ")", in getDynamicString()
2564 Twine::utohexstr(Offset + Value) + in getDynamicString()
2615 return createError("the hash table at 0x" + Twine::utohexstr(SecOffset) + in checkHashTable()
2623 Twine::utohexstr(SecOffset) + in checkHashTable()
2625 Twine::utohexstr(Obj.getBufSize()) + ")" + Msg); in checkHashTable()
2660 Twine::utohexstr(TableOffset) + in checkGNUHashTable()
3079 Twine::utohexstr(*DtPltGot)); in findGOT()
3121 Twine::utohexstr(*DtMipsPltGot)); in findPLT()
3126 Twine::utohexstr(*DtJmpRel)); in findPLT()
3365 Twine::utohexstr(ContentsOrErr->size()) + ")"); in printMipsReginfo()
3380 Twine::utohexstr(SecData.size()) + ")"); in readMipsOptions()
3388 return createError("a descriptor of size 0x" + Twine::utohexstr(Size) + in readMipsOptions()
3389 " at offset 0x" + Twine::utohexstr(Offset) + in readMipsOptions()
3392 Twine::utohexstr(SecSize)); in readMipsOptions()
3404 " has an invalid size (0x" + Twine::utohexstr(Size) + in readMipsOptions()
3405 "), the expected size is 0x" + Twine::utohexstr(ExpectedSize)); in readMipsOptions()
3600 OS << utohexstr(e.e_ident[ELF::EI_VERSION]); in printFileHeaders()
3624 Str = "Processor Specific: (" + utohexstr(e.e_type, /*LowerCase=*/true) + ")"; in printFileHeaders()
3626 Str = "OS Specific: (" + utohexstr(e.e_type, /*LowerCase=*/true) + ")"; in printFileHeaders()
3628 Str = "<unknown>: " + utohexstr(e.e_type, /*LowerCase=*/true); in printFileHeaders()
3634 Str = "0x" + utohexstr(e.e_version); in printFileHeaders()
3636 Str = "0x" + utohexstr(e.e_entry); in printFileHeaders()
3684 Str = "0x" + utohexstr(e.e_flags); in printFileHeaders()
3717 Twine::utohexstr(Sym.st_name) + in getGroups()
3719 Twine::utohexstr(Strings.size())); in getGroups()
3865 Addend += utohexstr(RelAddend, /*LowerCase=*/true); in printRelRelaReloc()
3900 << utohexstr(Offset, /*LowerCase=*/true) << " contains " << Reg.Size << " bytes:\n"; in printDynamicRelocHeader()
3958 << utohexstr(Offset, /*LowerCase=*/true) << " contains " << EntriesNum in printRelocations()
3973 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()
3975 return "LOPROC+0x" + utohexstr(Type - SHT_LOPROC); in getSectionTypeOffsetString()
3977 return "LOUSER+0x" + utohexstr(Type - SHT_LOUSER); in getSectionTypeOffsetString()
3978 return "0x" + utohexstr(Type) + ": <unknown>"; in getSectionTypeOffsetString()
4031 << "0x" << utohexstr(this->Obj.getHeader().e_shoff, /*LowerCase=*/true) << ":\n\n"; in printSectionHeaders()
4211 Fields[5].Str.append(" | " + utohexstr(Other, /*LowerCase=*/true)); in printSymbol()
4220 Fields[5].Str.append(" | " + utohexstr(Other, /*LowerCase=*/true)); in printSymbol()
4358 Twine::utohexstr(SymsTotal) + ")"); in printGnuHashTableSymbols()
4443 << "0x" << utohexstr(this->Obj.getHeader().e_shoff, /*LowerCase=*/true) << ":\n\n"; in printSectionDetails()
4673 Twine::utohexstr(Phdr.p_offset) + ": " + Msg); in printProgramHeaders()
4678 Twine::utohexstr(this->Obj.getBufSize()) + ")"); in printProgramHeaders()
4782 return WarnAndReturn(nullptr, "symbol at 0x" + Twine::utohexstr(SymOffset) + in getSymbolForReloc()
4784 Twine::utohexstr(FileSize) + ")"); in getSymbolForReloc()
5367 ("Unknown (" + Twine::utohexstr(Desc[0] & NT_MEMTAG_LEVEL_MASK) + ")") in getAndroidNoteProperties()
5440 OS << " 0x" << utohexstr(Addr, /*LowerCase=*/true) << ": 0x" in printMemtag()
5441 << utohexstr(BytesToTag, /*LowerCase=*/true) << "\n"; in printMemtag()
5502 OS << "0x" << utohexstr(Value); in getFreeBSDNote()
5504 OS << "(0x" << utohexstr(Value) << ")"; in getFreeBSDNote()
5680 return createError("the note of size 0x" + Twine::utohexstr(Desc.size()) + in readCoreNote()
5682 Twine::utohexstr(Bytes * 2)); in readCoreNote()
5693 Twine::utohexstr(Desc.size()) + " is too short"); in readCoreNote()
5707 Twine(I) + ": the note of size 0x" + Twine::utohexstr(Desc.size()) + in readCoreNote()
6122 Twine::utohexstr(Sec.sh_addr) + in getMemtagGlobalsSectionContents()
6124 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents()
6191 Twine::utohexstr(MemtagGlobalsSz) + in printMemtag()
6193 Twine::utohexstr(Contents.size()) + ")"); in printMemtag()
6557 Twine::utohexstr(Offset) + ") into " + in printStackSize()
6921 W.printString("Type", TypeStr + " (0x" + utohexstr(E.e_type) + ")"); in printFileHeaders()
7587 Twine::utohexstr(AM.Addr) + ") in " + this->describe(*Sec)); in printBBAddrMaps()
7716 W.printHex("0x" + utohexstr(Addr), BytesToTag); in printMemtag()