HomeSort by: relevance | last modified time | path
    Searched refs:ShndxType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 709 if (ShndxType == SYMBOL_SIMPLE_INDEX) {
715 assert(ShndxType == SYMBOL_ABS || ShndxType == SYMBOL_COMMON ||
716 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) ||
717 (ShndxType >= SYMBOL_LOOS && ShndxType <= SYMBOL_HIOS));
718 return static_cast<uint16_t>(ShndxType);
742 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx);
744 Sym.ShndxType = SYMBOL_SIMPLE_INDEX
    [all...]
Object.h 630 SymbolShndxType ShndxType;

Completed in 72 milliseconds