Home
last modified time | relevance | path

Searched refs:CHECK2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp511 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 DConfig.h790 #define CHECK2(E, S) lld::check2((E), [&] { return toStr(ctx, S); }) macro
H A DInputSection.cpp514 << CHECK2(file->getObj().getSectionName(sec), file) in copyRelocations()
H A DRelocations.cpp526 msg << CHECK2( in maybeReportDiscarded()
/freebsd/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.h48 #define CHECK2(x,y) if((x)) { msiErr = (y); goto _cleanup; } macro
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1203 Err(ctx) << "CMSE symbol '" << CHECK2(eSyms[i].getName(stringTable), this) in importCmseSymbols()
1213 sym->setName(CHECK2(eSyms[i].getName(stringTable), this)); in importCmseSymbols()