Lines Matching refs:createError
359 return createError("offset (0x" + Twine::utohexstr(Offset) +
448 return createError("invalid section linked to " + describe(Obj, Sec) +
452 return createError(
461 return createError(
467 return createError("unable to read symbols from the " + describe(Obj, Sec) +
484 return createError("the " + describe(Sec) + " is misaligned");
489 return createError("cannot read content of " + describe(Sec) + ": " +
904 return createError("unable to read an entry with index " + Twine(R.Symbol) +
1026 return createError(
2170 createError("SHT_DYNSYM section header and DT_SYMTAB disagree about "
2603 return createError("the hash table at 0x" + Twine::utohexstr(SecOffset) +
2610 return createError("the hash table at offset 0x" +
2646 return createError("unable to dump the SHT_GNU_HASH "
2679 return createError("no dynamic symbol table found");
2685 return createError("the dynamic symbol table is empty");
2699 return createError(
3053 return createError("cannot find PLTGOT dynamic tag");
3055 return createError("cannot find MIPS_LOCAL_GOTNO dynamic tag");
3057 return createError("cannot find MIPS_GOTSYM dynamic tag");
3061 return createError("DT_MIPS_GOTSYM value (" + Twine(*DtGotSym) +
3067 return createError("there is no non-empty GOT section at 0x" +
3103 return createError("cannot find MIPS_PLTGOT dynamic tag");
3105 return createError("cannot find JMPREL dynamic tag");
3109 return createError("there is no non-empty PLTGOT section at 0x" +
3114 return createError("there is no non-empty RELPLT section at 0x" +
3123 return createError("unable to read PLTGOT section content: " +
3130 return createError("unable to get a symbol table linked to the " +
3138 return createError("unable to get a string table for the " +
3368 return createError("the .MIPS.options section has an invalid size (0x" +
3377 return createError("a descriptor of size 0x" + Twine::utohexstr(Size) +
3390 return createError(
4639 reportWarning(createError("SHF_COMPRESSED section '" + Name +
5211 return createError(Err);
5228 return createError("unable to decode " + describe(Obj, Sec) + ": " +
5855 return createError("the note of size 0x" + Twine::utohexstr(Desc.size()) +
5859 return createError("the note is not NUL terminated");
5866 return createError("unable to read file mappings (found " +
5880 return createError(
6802 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) +
7003 return createError(ErrPrefix + toString(DataOrErr.takeError()));
7006 return createError(ErrPrefix + "it has a wrong size (" +