reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
627 if (ShndxType == SYMBOL_SIMPLE_INDEX) { 633 assert(ShndxType == SYMBOL_ABS || ShndxType == SYMBOL_COMMON || 633 assert(ShndxType == SYMBOL_ABS || ShndxType == SYMBOL_COMMON || 634 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) || 634 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) || 635 (ShndxType >= SYMBOL_LOOS && ShndxType <= SYMBOL_HIOS)); 635 (ShndxType >= SYMBOL_LOOS && ShndxType <= SYMBOL_HIOS)); 636 return static_cast<uint16_t>(ShndxType); 660 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx); 662 Sym.ShndxType = SYMBOL_SIMPLE_INDEX;