Lines Matching defs:reportError
217 void reportError(const Twine &Msg);
218 void reportError(Error Err);
376 reportError("multiple section header tables are not allowed");
392 reportError("repeated section/fill name: '" + C->Name +
399 reportError("cannot use '.dynsym' as the section header name table when "
406 reportError("cannot use '.symtab' as the section header name table when "
416 reportError("cannot use '" + SecName +
567 reportError("unknown section or fill referenced: '" + *YamlPhdr.FirstSec +
572 reportError("unknown section or fill referenced: '" + *YamlPhdr.LastSec +
579 reportError("program header with index " + Twine(I) +
596 reportError("unknown section referenced: '" + S + "' by YAML symbol '" +
599 reportError("unknown section referenced: '" + S + "' by YAML section '" +
616 reportError("unable to link '" + LocSec + "' to excluded section '" + S +
619 reportError("excluded section referenced: '" + S + "' by symbol '" +
633 reportError("unknown symbol referenced: '" + S + "' by YAML section '" +
997 reportError("cannot specify both `Content` and " + Property +
1000 reportError("cannot specify both `Size` and " + Property +
1114 reportError("cannot specify section '" + Name +
1122 reportError(ShSizeOrErr.takeError());
1141 template <class ELFT> void ELFState<ELFT>::reportError(const Twine &Msg) {
1146 template <class ELFT> void ELFState<ELFT>::reportError(Error Err) {
1148 reportError(Err.message());
1181 reportError("sections in the program header with index " +
1186 reportError("'Offset' for segment with index " + Twine(PhdrIdx) +
1363 reportError(Section.Name + ": the value is too large for 32-bits: 0x" +
1586 reportError("the 'Offset' value (0x" +
1920 reportError("repeated section name: '" + Hdr.Name +
1938 reportError("section '" + S->Name +
1944 reportError("section header contains undefined section '" + It.getKey() +
1989 reportError("repeated symbol name: '" + Sym.Name + "'");
2085 State.reportError(