Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc280 true, it->high_pc_ - it->low_pc_, STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()
/art/runtime/
Delf.h1458 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator
/art/oatdump/
Doatdump.cc284 true, oat_method.GetQuickCodeSize(), STB_GLOBAL, STT_FUNC); in AddSymbol()