Searched defs:st_shndx (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h49 half_t st_shndx; member in class:ELFSymbol_CRTP
101 return st_shndx;
164 AR & st_shndx; local
186 AR & st_shndx; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp83 uint16_t st_shndx = 0x0; local
99 st_shndx = symtab[idx].st_shndx;
105 st_shndx = mcld::bswap16(symtab[idx].st_shndx);
108 // If the section should not be included, set the st_shndx SHN_UNDEF
111 st_shndx < llvm::ELF::SHN_LORESERVE &&
112 st_shndx != llvm::ELF::SHN_UNDEF) {
113 if (NULL == pInput.context()->getSection(st_shndx))
114 st_shndx
469 uint16_t st_shndx = 0x0; local
608 uint16_t st_shndx = 0x0; local
990 uint16_t st_shndx = 0x0; local
[all...]

Completed in 138 milliseconds