Searched refs:CHECK2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 511 ArrayRef<Elf_Shdr> sections = CHECK2(obj.sections(), this); in init() 525 ArrayRef<Elf_Sym> eSyms = CHECK2(obj.symbols(symtabSec), this); in init() 531 stringTable = CHECK2(obj.getStringTableForSymtab(*symtabSec, sections), this); in init() 536 return CHECK2( in getSectionIndex() 553 StringRef shstrtab = CHECK2(obj.getSectionStringTable(objSections), this); in parse() 563 CHECK2(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in parse() 593 ArrayRef<char> data = CHECK2( in parse() 673 return CHECK2(sym.getName(this->stringTable), this); in getShtGroupSignature() 745 StringRef shstrtab = CHECK2(obj.getSectionStringTable(objSections), this); in initializeSections() 794 shndxTable = CHECK2(obj.getSHNDXTable(sec, objSections), this); in initializeSections() [all …]
|
| H A D | Config.h | 790 #define CHECK2(E, S) lld::check2((E), [&] { return toStr(ctx, S); }) macro
|
| H A D | InputSection.cpp | 514 << CHECK2(file->getObj().getSectionName(sec), file) in copyRelocations()
|
| H A D | Relocations.cpp | 526 msg << CHECK2( in maybeReportDiscarded()
|
| /freebsd/crypto/krb5/src/windows/installer/wix/custom/ |
| H A D | custom.h | 48 #define CHECK2(x,y) if((x)) { msiErr = (y); goto _cleanup; } macro
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1203 Err(ctx) << "CMSE symbol '" << CHECK2(eSyms[i].getName(stringTable), this) in importCmseSymbols() 1213 sym->setName(CHECK2(eSyms[i].getName(stringTable), this)); in importCmseSymbols()
|