Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp190 unsigned elf_type; in getSymbolNameList() local
193 elf_type = llvm::ELF::STT_FUNC; in getSymbolNameList()
216 (symbol->getType() == elf_type)) { in getSymbolNameList()