Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1399 Elf32_Half st_shndx; // Which section (header table index) it's defined in member
1422 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in member
Delf_file.cc939 (symbol->st_shndx != result.first->second->st_shndx)) { in FindSymbolByName()
/art/compiler/
Delf_builder.h339 sym.st_shndx = it.section_->GetSectionIndex(); in Write()