Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/
Delf_symtab_writer.h86 symtab->Add(name_offset, text, address, info.code_size, STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()
/art/runtime/
Delf.h1459 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator