Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.h37 bool is_in_text_section; member
40 ElfFileSymbol() : vaddr(0), len(0), is_func(false), is_label(false), is_in_text_section(false) { in ElfFileSymbol()
Dread_elf_test.cpp48 ASSERT_TRUE(pos->second.is_in_text_section); in CheckElfFileSymbols()
Ddso.cpp281 return (elf_symbol.is_func && elf_symbol.is_in_text_section); in SymbolFilterForKernelModule()
293 return elf_symbol.is_func || (elf_symbol.is_label && elf_symbol.is_in_text_section); in SymbolFilterForDso()
Dread_elf.cpp232 symbol.is_in_text_section = true; in ParseSymbolsFromELFFile()
250 if (symbol.is_in_text_section) { in ParseSymbolsFromELFFile()