Searched refs:getSymbolShndx (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h292 uint64_t getSymbolShndx(const LDSymbol& pSymbol, const Layout& pLayout) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp876 symtab32[symtabIdx].st_shndx = getSymbolShndx(**symbol, pLayout);
884 symtab64[symtabIdx].st_shndx = getSymbolShndx(**symbol, pLayout);
983 symtab32[symtabIdx].st_shndx = getSymbolShndx(**symbol, pLayout);
991 symtab64[symtabIdx].st_shndx = getSymbolShndx(**symbol, pLayout);
1239 /// getSymbolShndx - this function is called after layout()
1241 GNULDBackend::getSymbolShndx(const LDSymbol& pSymbol, const Layout& pLayout) const function in class:GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp294 sym32.st_shndx = getSymbolShndx(pSymbol, pLayout);

Completed in 379 milliseconds