/external/chromium_org/tools/deep_memory_profiler/lib/ |
D | symbol.py | 107 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
|
D | bucket.py | 182 def iter_addresses(self, symbol_type): argument
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
D | dmprof_test.py | 30 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/ |
D | Symtab.cpp | 309 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 ®exp, SymbolType symbol_type, std::vect… in AppendSymbolIndexesMatchingRegExAndType() 736 …bolIndexesMatchingRegExAndType (const RegularExpression ®exp, 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 …]
|
D | ObjectFile.cpp | 395 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local
|
/external/chromium_org/tools/binary_size/ |
D | run_binary_size_analysis.py | 75 def SymbolTypeToHuman(symbol_type): argument 140 def AddSymbolIntoFileNode(node, symbol_type, symbol_name, symbol_size): argument
|
/external/chromium_org/tools/find_runtime_symbols/ |
D | find_runtime_symbols.py | 172 def find_runtime_symbols(symbol_type, symbols_in_process, addresses): argument
|
/external/checkpolicy/ |
D | module_compiler.c | 126 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/ |
D | SBModule.cpp | 355 lldb::SymbolType symbol_type) in FindSymbol() 370 SBModule::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols()
|
D | SBTarget.cpp | 2552 SBTarget::FindSymbols (const char *name, lldb::SymbolType symbol_type) in FindSymbols()
|
/external/checkpolicy/test/ |
D | dispol.c | 322 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id()
|
D | dismod.c | 101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id()
|
/external/lldb/source/Core/ |
D | Module.cpp | 1149 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 ®ex, SymbolType symbol_type, Sy… in FindSymbolsMatchingRegExAndType()
|
D | ModuleList.cpp | 514 SymbolType symbol_type, in FindSymbolsWithNameAndType() 531 lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol.c | 59 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/ |
D | ClangExpressionDeclMap.cpp | 594 …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()
|
D | IRForTarget.cpp | 1601 Type *symbol_type = symbol->getType(); in HandleSymbol() local
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1049 SymbolType symbol_type = eSymbolTypeInvalid; in ParseSymbols() local
|
/external/libsepol/src/ |
D | link.c | 76 uint32_t symbol_type; member
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 851 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | lemon.c | 152 enum symbol_type { enum
|