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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h51 half_t st_shndx; member in class:ELFSymbol_CRTP
103 return st_shndx;
166 AR & st_shndx; local
188 AR & st_shndx; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp82 uint16_t st_shndx = 0x0; local
98 st_shndx = symtab[idx].st_shndx;
104 st_shndx = mcld::bswap16(symtab[idx].st_shndx);
107 // If the section should not be included, set the st_shndx SHN_UNDEF
110 st_shndx < llvm::ELF::SHN_LORESERVE &&
111 st_shndx != llvm::ELF::SHN_UNDEF) {
112 if (NULL == pInput.context()->getSection(st_shndx))
113 st_shndx
495 uint16_t st_shndx = 0x0; local
643 uint16_t st_shndx = 0x0; local
1051 uint16_t st_shndx = 0x0; local
[all...]

Completed in 65 milliseconds