Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_symtab_writer.h94 symtab->Add(strtab->Write("$t"), text, address & ~1, 0, STB_LOCAL, STT_NOTYPE); in WriteDebugSymbols()
/art/runtime/
Delf.h1457 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
Delf_file.cc875 if (type == STT_NOTYPE) { in FindSymbolByName()