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.cpp691 if (ShndxType == SYMBOL_SIMPLE_INDEX) { in getShndx()
697 assert(ShndxType == SYMBOL_ABS || ShndxType == SYMBOL_COMMON || in getShndx()
698 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) || in getShndx()
699 (ShndxType >= SYMBOL_LOOS && ShndxType <= SYMBOL_HIOS)); in getShndx()
700 return static_cast<uint16_t>(ShndxType); in getShndx()
727 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx); in addSymbol()
729 Sym.ShndxType = SYMBOL_SIMPLE_INDEX; in addSymbol()
H A DELFObject.h765 SymbolShndxType ShndxType; member