Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1457 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator
/art/patchoat/
Dpatchoat.cc728 (sttype == STT_FUNC || sttype == STT_OBJECT)) { in PatchSymbols()
/art/compiler/
Delf_writer_quick.cc959 it->high_pc_ - it->low_pc_, STB_GLOBAL, STT_FUNC); in AddDebugSymbols()