Home
last modified time | relevance | path

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

/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
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): argument
Dclass_definition.py17 def Annotate(cls, symbol_type, children): argument
/external/stg/
Delf_reader.cc63 SymbolTableEntry::SymbolType symbol_type) { in ConvertSymbolType()
153 const auto symbol_type = symbol.symbol_type; in IsPublicFunctionOrVariable() local
222 const auto symbol_type = symbol.symbol_type; in IsLinuxKernelFunctionOrVariable() local
Delf_loader.h61 SymbolType symbol_type; member
Delf_loader.cc46 SymbolTableEntry::SymbolType ParseSymbolType(unsigned char symbol_type) { in ParseSymbolType()
Dstg.proto252 SymbolType symbol_type = 5; field
/external/google-breakpad/src/common/windows/
Dsym_upload_v2_protocol.cc55 const wstring& symbol_type, in SymUploadV2ProtocolSend()
/external/selinux/checkpolicy/
Dmodule_compiler.c59 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg()
149 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol()
191 int declare_symbol(uint32_t symbol_type, in declare_symbol()
714 int require_symbol(uint32_t symbol_type, in require_symbol()
1136 int is_id_in_scope(uint32_t symbol_type, const_hashtab_key_t id) in is_id_in_scope()
/external/libtraceevent/plugins/
DMakefile140 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \ macro
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc604 int symbol_type, in VisitSymbols()
1142 int symbol_type) { in VisitSymbols()
1148 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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp89 symbol_type, // An UTF-8 symbol name enumerator
/external/google-breakpad/src/tools/windows/converter_exe/
Dconverter.cc224 const wstring& symbol_type) { in UploadSymbolFile()
/external/selinux/checkpolicy/test/
Ddispol.c365 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id()
Ddismod.c144 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id()
/external/coreboot/util/kconfig/
Dexpr.h64 enum symbol_type { enum
/external/toybox/kconfig/
Dexpr.h62 enum symbol_type { enum
/external/selinux/libsepol/src/
Dmodule_to_cil.c480 …th_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) in is_id_in_scope_with_start()
505 …in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope()
512 …nt is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope()
Dlink.c77 uint32_t symbol_type; member