Lines Matching refs:createError
359 return createError("offset (0x" + Twine::utohexstr(Offset) + in createDRI()
448 return createError("invalid section linked to " + describe(Obj, Sec) + in getLinkAsSymtab()
452 return createError( in getLinkAsSymtab()
461 return createError( in getLinkAsSymtab()
467 return createError("unable to read symbols from the " + describe(Obj, Sec) + in getLinkAsSymtab()
484 return createError("the " + describe(Sec) + " is misaligned"); in getVersionTable()
489 return createError("cannot read content of " + describe(Sec) + ": " + in getVersionTable()
904 return createError("unable to read an entry with index " + Twine(R.Symbol) + in getRelocationTarget()
1026 return createError( in getSymbolSectionIndex()
2157 createError("SHT_DYNSYM section header and DT_SYMTAB disagree about " in parseDynamicTable()
2590 return createError("the hash table at 0x" + Twine::utohexstr(SecOffset) + in checkHashTable()
2597 return createError("the hash table at offset 0x" + in checkHashTable()
2633 return createError("unable to dump the SHT_GNU_HASH " in checkGNUHashTable()
2666 return createError("no dynamic symbol table found"); in getGnuHashTableChains()
2672 return createError("the dynamic symbol table is empty"); in getGnuHashTableChains()
2686 return createError( in getGnuHashTableChains()
3040 return createError("cannot find PLTGOT dynamic tag"); in findGOT()
3042 return createError("cannot find MIPS_LOCAL_GOTNO dynamic tag"); in findGOT()
3044 return createError("cannot find MIPS_GOTSYM dynamic tag"); in findGOT()
3048 return createError("DT_MIPS_GOTSYM value (" + Twine(*DtGotSym) + in findGOT()
3054 return createError("there is no non-empty GOT section at 0x" + in findGOT()
3090 return createError("cannot find MIPS_PLTGOT dynamic tag"); in findPLT()
3092 return createError("cannot find JMPREL dynamic tag"); in findPLT()
3096 return createError("there is no non-empty PLTGOT section at 0x" + in findPLT()
3101 return createError("there is no non-empty RELPLT section at 0x" + in findPLT()
3110 return createError("unable to read PLTGOT section content: " + in findPLT()
3117 return createError("unable to get a symbol table linked to the " + in findPLT()
3125 return createError("unable to get a string table for the " + in findPLT()
3355 return createError("the .MIPS.options section has an invalid size (0x" + in readMipsOptions()
3364 return createError("a descriptor of size 0x" + Twine::utohexstr(Size) + in readMipsOptions()
3377 return createError( in readMipsOptions()
4623 reportWarning(createError("SHF_COMPRESSED section '" + Name + in printSectionDetails()
5195 return createError(Err); in toULEB128Array()
5212 return createError("unable to decode " + describe(Obj, Sec) + ": " + in decodeAddrsigSection()
5831 return createError("the note of size 0x" + Twine::utohexstr(Desc.size()) + in readCoreNote()
5835 return createError("the note is not NUL terminated"); in readCoreNote()
5842 return createError("unable to read file mappings (found " + in readCoreNote()
5856 return createError( in readCoreNote()
6776 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
6977 return createError(ErrPrefix + toString(DataOrErr.takeError())); in getMipsAbiFlagsSection()
6980 return createError(ErrPrefix + "it has a wrong size (" + in getMipsAbiFlagsSection()