Home
last modified time | relevance | path

Searched defs:symbol_type (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/lib/
Dsymbol.py107 def __init__(self, symbol_type, symbol_data_sources): argument
129 def update(self, symbol_type, bucket_set, symbol_finder, cache_f): argument
170 def lookup(self, symbol_type, address): argument
183 def _load(self, cache_f, symbol_type): argument
Dbucket.py182 def iter_addresses(self, symbol_type): argument
/external/chromium_org/tools/deep_memory_profiler/tests/
Ddmprof_test.py30 def iter_addresses(self, symbol_type): # pylint: disable=W0613 argument
109 def add(self, symbol_type, address, symbol): argument
112 def lookup(self, symbol_type, address): argument
/external/lldb/source/Symbol/
DSymtab.cpp309 const SymbolType symbol_type = symbol->GetType(); in InitNameIndexes() local
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType()
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std… in AppendSymbolIndexesWithTypeAndFlagsValue()
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility sy… in AppendSymbolIndexesWithType()
673 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type,… in AppendSymbolIndexesWithNameAndType()
692 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type,… in AppendSymbolIndexesWithNameAndType()
712 …bolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vect… in AppendSymbolIndexesMatchingRegExAndType()
736 …bolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, Debug sym… in AppendSymbolIndexesMatchingRegExAndType()
763 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visi… in FindSymbolWithType()
783 Symtab::FindAllSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, std::vector… in FindAllSymbolsWithNameAndType()
[all …]
DObjectFile.cpp395 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local
/external/chromium_org/tools/binary_size/
Drun_binary_size_analysis.py75 def SymbolTypeToHuman(symbol_type): argument
140 def AddSymbolIntoFileNode(node, symbol_type, symbol_name, symbol_size): argument
/external/chromium_org/tools/find_runtime_symbols/
Dfind_runtime_symbols.py172 def find_runtime_symbols(symbol_type, symbols_in_process, addresses): argument
/external/checkpolicy/
Dmodule_compiler.c126 int declare_symbol(uint32_t symbol_type, in declare_symbol()
621 int require_symbol(uint32_t symbol_type, in require_symbol()
1247 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) in is_id_in_scope()
/external/lldb/source/API/
DSBModule.cpp355 lldb::SymbolType symbol_type) in FindSymbol()
370 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols()
DSBTarget.cpp2552 SBTarget::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols()
/external/checkpolicy/test/
Ddispol.c322 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id()
Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id()
/external/lldb/source/Core/
DModule.cpp1149 Module::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type) in FindFirstSymbolWithNameAndType()
1204 Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextL… in FindSymbolsWithNameAndType()
1230 Module::FindSymbolsMatchingRegExAndType (const RegularExpression &regex, SymbolType symbol_type, Sy… in FindSymbolsMatchingRegExAndType()
DModuleList.cpp514 SymbolType symbol_type, in FindSymbolsWithNameAndType()
531 lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol.c59 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a()
463 char symbol_type; in kallsyms__parse() local
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp594 …olAddress (Target &target, Process *process, const ConstString &name, lldb::SymbolType symbol_type) in GetSymbolAddress()
671 ClangExpressionDeclMap::GetSymbolAddress (const ConstString &name, lldb::SymbolType symbol_type) in GetSymbolAddress()
DIRForTarget.cpp1601 Type *symbol_type = symbol->getType(); in HandleSymbol() local
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1049 SymbolType symbol_type = eSymbolTypeInvalid; in ParseSymbols() local
/external/libsepol/src/
Dlink.c76 uint32_t symbol_type; member
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp851 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local
/external/chromium_org/third_party/sqlite/src/tool/
Dlemon.c152 enum symbol_type { enum