reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELF.h
   68   return createError(Msg);
  195       return createError("invalid e_phentsize: " +
  200       return createError("program headers are longer than binary of size " +
  221       Err = createError("PT_NOTE header has invalid offset (0x" +
  240       Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) +
  313     return createError("invalid section index: " + Twine(Index));
  325     return createError(
  383     return createError("unable to get symbol from section " +
  394     return createError("section " + getSecIndexForError(this, Sec) +
  401     return createError("section " + getSecIndexForError(this, Sec) +
  407     return createError("section " + getSecIndexForError(this, Sec) +
  414     return createError("unaligned data");
  488     return createError("section header string table index " + Twine(Index) +
  498     return createError("invalid buffer: the size (" + Twine(Object.size()) +
  511     return createError("invalid e_shentsize in ELF header: " +
  517     return createError(
  524     return createError("invalid alignment of section headers");
  534     return createError("invalid number of sections specified in the NULL "
  540     return createError(
  549     return createError("section table goes past the end of file");
  568     return createError("section " + getSecIndexForError(this, Section) +
  573     return createError("unable to access section " +
  606     return createError("SHT_STRTAB string table section " +
  609     return createError("SHT_STRTAB string table section " +
  639     return createError("SHT_SYMTAB_SHNDX section is linked with " +
  646     return createError("SHT_SYMTAB_SHNDX has " + Twine(V.size()) +
  669     return createError(
  697     return createError("a section " + getSecIndexForError(this, Section) +
include/llvm/Object/ELFObjectFile.h
  920     return createError("Section is not SHT_RELA");
lib/DebugInfo/DWARF/DWARFContext.cpp
 1678               ErrorPolicy EP = HandleError(createError(
lib/Object/Decompressor.cpp
   23     return createError("zlib is not available");
   38     return createError("corrupted compressed section header");
   44     return createError("corrupted uncompressed section size");
   56     return createError("corrupted compressed section header");
   63     return createError("unsupported compression type");
lib/Object/ELF.cpp
  361     return createError("invalid packed relocation header");
  379     return createError(ErrStr);
  386       return createError("relocation group unexpectedly large");
  420         return createError(ErrStr);
  424       return createError(ErrStr);
  543     return createError("invalid empty dynamic section");
  547     return createError("malformed dynamic section");
  551     return createError("dynamic sections must be DT_NULL terminated");
  575     return createError("virtual address is not in any segment: 0x" +
  581     return createError("virtual address is not in any segment: 0x" +
lib/Object/ELFObjectFile.cpp
   77     return createError("Insufficient alignment");
   85       return createError("Invalid ELF data");
   92       return createError("Invalid ELF data");
   94   return createError("Invalid ELF class");
tools/llvm-elfabi/ELFObjHandler.cpp
   50     return createError(
   71   return createError(Stream.str().c_str());
   84     return createError("No .dynamic section found");
  119     return createError(
  123     return createError(
  127     return createError(
tools/llvm-objdump/ELFDump.cpp
   49   return createError("dynamic string table not found");
tools/llvm-readobj/DwarfCFIEHPrinter.h
   73         reportError(object::createError(
  128         object::createError("only version 1 of .eh_frame_hdr is supported"),
  134     reportError(object::createError("unexpected encoding eh_frame_ptr_enc"),
  140     reportError(object::createError("unexpected encoding fde_count_enc"),
  146     reportError(object::createError("unexpected encoding table_enc"),
  166       reportError(object::createError("initial_location is out of order"),
tools/llvm-readobj/ELFDumper.cpp
  145       reportWarning(createError("invalid section size (" + Twine(Size) +
  381         reportWarning(createError(Msg), FileName);
  790     reportError(createError("Invalid version entry"), ObjF->getFileName());
  804     reportError(createError("Invalid string offset"), ObjF->getFileName());
 1455         createError(
 1468       reportWarning(createError("The SHT_DYNAMIC section '" + Name +
 1474       reportWarning(createError("The SHT_DYNAMIC section '" + Name +
 1518       reportWarning(createError("no valid dynamic table was found"),
 1529     reportWarning(createError("SHT_DYNAMIC section header and PT_DYNAMIC "
 1535     reportWarning(createError("no valid dynamic table was found"),
 1545           createError(
 1551         createError(
 1696           createError("Unable to parse DT_" +
 1740               createError(
 1789         reportError(createError(Twine("unknown DT_PLTREL value of ") +
 2213     reportError(createError("No dynamic symbol section"), ObjF->getFileName());
 2398           createError("MIPS_GOTSYM exceeds a number of dynamic symbols"),
 2403       reportError(createError("There is no not empty GOT section at 0x" +
 3428               createError(".hash section is invalid: bucket " + Twine(Ch) +
 3648         createError("unable to get name of the dynamic symbol with index " +
 3977               createError(".hash section is invalid: bucket " + Twine(C) +
 4067   reportError(createError("--addrsig: not implemented"), this->FileName);
 4743         createError("could not identify function symbol for stack size entry"),
 4789           createError("cannot identify the section for relocation symbol '" +
 4794       reportWarning(createError("relocation symbol '" +
 4927       reportWarning(createError("section " + StackSizeSectionName +
 5117     reportError(createError(".MIPS.abiflags section has a wrong size"),
 5767       return createError(Err);