Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc412 uint8_t st_type = ElfStType(sym->st_info); in ReadExportedSymbols() local
413 if (st_type == STT_FUNC || (st_type == STT_OBJECT && sym->st_size != 0)) { in ReadExportedSymbols()