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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp79 uint16_t st_shndx = 0x0; local
95 st_shndx = symtab[idx].st_shndx;
100 st_shndx = mcld::bswap16(symtab[idx].st_shndx);
103 // If the section should not be included, set the st_shndx SHN_UNDEF
105 if (pInput.type() == Input::Object && st_shndx < llvm::ELF::SHN_LORESERVE &&
106 st_shndx != llvm::ELF::SHN_UNDEF) {
107 if (pInput.context()->getSection(st_shndx) == NULL)
108 st_shndx
448 uint16_t st_shndx = 0x0; local
579 uint16_t st_shndx = 0x0; local
942 uint16_t st_shndx = 0x0; local
[all...]

Completed in 54 milliseconds