Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1403 Elf32_Half st_shndx; // Which section (header table index) it's defined in member
1428 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in member
Delf_file.cc889 (symbol->st_shndx != result.first->second->st_shndx)) { in FindSymbolByName()
/art/compiler/linker/
Delf_builder.h386 sym.st_shndx = section_index; in Add()