Home
last modified time | relevance | path

Searched refs:ShndxType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp694 if (ShndxType == SYMBOL_SIMPLE_INDEX) { in getShndx()
700 assert(ShndxType == SYMBOL_ABS || ShndxType == SYMBOL_COMMON || in getShndx()
701 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) || in getShndx()
702 (ShndxType >= SYMBOL_LOOS && ShndxType <= SYMBOL_HIOS)); in getShndx()
703 return static_cast<uint16_t>(ShndxType); in getShndx()
730 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx); in addSymbol()
732 Sym.ShndxType = SYMBOL_SIMPLE_INDEX; in addSymbol()
H A DELFObject.h761 SymbolShndxType ShndxType; member