Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp79 uint16_t st_shndx = 0x0; in readSymbols() local
95 st_shndx = symtab[idx].st_shndx; in readSymbols()
100 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()
105 if (pInput.type() == Input::Object && st_shndx < llvm::ELF::SHN_LORESERVE && in readSymbols()
106 st_shndx != llvm::ELF::SHN_UNDEF) { in readSymbols()
107 if (pInput.context()->getSection(st_shndx) == NULL) in readSymbols()
108 st_shndx = llvm::ELF::SHN_UNDEF; in readSymbols()
112 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx); in readSymbols()
115 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput); in readSymbols()
119 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()
[all …]
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp886 pSym.st_shndx = getSymbolShndx(pSymbol); in emitSymbol32()
907 pSym.st_shndx = getSymbolShndx(pSymbol); in emitSymbol64()