Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1399 Elf32_Half st_shndx; // Which section (header table index) it's defined in member
1421 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in member
Delf_file.cc887 (symbol->st_shndx != result.first->second->st_shndx)) { in FindSymbolByName()
/art/compiler/
Delf_writer_quick.cc669 undef_sym.st_shndx = SHN_UNDEF; in GenerateSymtab()
683 sym.st_shndx = it->section_->section_index_; in GenerateSymtab()
/art/patchoat/
Dpatchoat.cc726 Elf32_Word shndx = syms->st_shndx; in PatchSymbols()