Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp440 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
459 SymbolType symbol_type, uint32_t flags_value, in AppendSymbolIndexesWithTypeAndFlagsValue()
478 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
636 SymbolType symbol_type, in AppendSymbolIndexesWithNameAndType()
654 ConstString symbol_name, SymbolType symbol_type, in AppendSymbolIndexesWithNameAndType()
674 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
695 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
719 Symbol *Symtab::FindSymbolWithType(SymbolType symbol_type, in FindSymbolWithType()
740 SymbolType symbol_type, in FindAllSymbolsWithNameAndType()
759 ConstString name, SymbolType symbol_type, Debug symbol_debug_type, in FindAllSymbolsWithNameAndType()
[all …]
DObjectFile.cpp401 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py30 def Annotate(cls, symbol_type, children): argument
64 def Annotate(cls, symbol_type, children): argument
167 def Annotate(cls, symbol_type, children): argument
227 def Annotate(cls, symbol_type, children): argument
Dbase_symbol.py15 def __init__(self, symbol_type, children): argument
Dclass_definition.py17 def Annotate(cls, symbol_type, children): argument
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): argument
/external/selinux/checkpolicy/
Dmodule_compiler.c65 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg()
154 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol()
196 int declare_symbol(uint32_t symbol_type, in declare_symbol()
715 int require_symbol(uint32_t symbol_type, in require_symbol()
1129 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) in is_id_in_scope()
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc582 int symbol_type, in VisitSymbols()
1118 int symbol_type) { in VisitSymbols()
1124 int symbol_type, in VisitSymbols()
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py159 def __init__(self, symbol_type, children): argument
/external/llvm-project/lldb/source/API/
DSBModule.cpp316 lldb::SymbolType symbol_type) { in FindSymbol()
333 lldb::SymbolType symbol_type) { in FindSymbols()
DSBTarget.cpp2298 lldb::SymbolType symbol_type) { in FindSymbols()
/external/selinux/checkpolicy/test/
Ddispol.c295 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/llvm-project/lldb/source/Core/
DModule.cpp1314 SymbolType symbol_type) { in FindFirstSymbolWithNameAndType()
1354 SymbolType symbol_type, in FindSymbolsWithNameAndType()
1371 SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
DModuleList.cpp468 SymbolType symbol_type, in FindSymbolsWithNameAndType()
477 const RegularExpression &regex, lldb::SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
/external/toybox/kconfig/
Dexpr.h62 enum symbol_type { enum
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp501 lldb::SymbolType symbol_type, in GetSymbolAddress()
599 lldb::SymbolType symbol_type) { in GetSymbolAddress()
DIRForTarget.cpp1292 Type *symbol_type = symbol->getType(); in HandleSymbol() local
/external/selinux/libsepol/src/
Dmodule_to_cil.c489 …th_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) in is_id_in_scope_with_start()
514 …in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope()
521 …nt is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope()
Dlink.c76 uint32_t symbol_type; member
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2007 SymbolType symbol_type = eSymbolTypeInvalid; in ParseSymbols() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1180 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass() local