Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc217 case SHT_SYMTAB: { in Setup()
592 case SHT_SYMTAB: { in GetSymbolSectionStart()
612 case SHT_SYMTAB: { in GetStringSectionStart()
809 return ((section_type == SHT_SYMTAB) || (section_type == SHT_DYNSYM)); in IsSymbolSectionType()
834 case SHT_SYMTAB: { in GetSymbolTable()
1610 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()
Delf.h1252 SHT_SYMTAB = 2, // Symbol table. enumerator
/art/compiler/linker/
Delf_builder.h541 symtab_(this, ".symtab", SHT_SYMTAB, 0, &strtab_), in ElfBuilder()