Searched refs:getSymbolShndx (Results 1 – 2 of 2) sorted by relevance
356 uint64_t getSymbolShndx(const LDSymbol& pSymbol) const;
886 pSym.st_shndx = getSymbolShndx(pSymbol); in emitSymbol32()907 pSym.st_shndx = getSymbolShndx(pSymbol); in emitSymbol64()1449 uint64_t GNULDBackend::getSymbolShndx(const LDSymbol& pSymbol) const { in getSymbolShndx() function in mcld::GNULDBackend