Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h356 uint64_t getSymbolShndx(const LDSymbol& pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp886 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