Home
last modified time | relevance | path

Searched refs:STB_LOCAL (Results 1 – 2 of 2) 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.h1446 STB_LOCAL = 0, // Local symbol, not visible outside obj file containing def enumerator