Home
last modified time | relevance | path

Searched refs:symbol_type (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c28 static LLVMTypeRef symbol_type(struct symbol *sym);
32 return symbol_type(sym->ctype.base_type); in func_return_type()
46 arg_type[idx++] = symbol_type(arg_sym); in sym_func_type()
61 elem_type = symbol_type(base_type); in sym_array_type()
88 member_type = symbol_type(member); in sym_struct_type()
122 type = symbol_type(sym->ctype.base_type); in sym_ptr_type()
175 static LLVMTypeRef symbol_type(struct symbol *sym) in symbol_type() function
181 return symbol_type(sym->ctype.base_type); in symbol_type()
192 ret = symbol_type(sym->ctype.base_type); in symbol_type()
224 return symbol_type(ins in insn_symbol_type()
[all...]
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.h29 int declare_symbol(uint32_t symbol_type,
43 int require_symbol(uint32_t symbol_type,
68 int is_id_in_scope(uint32_t symbol_type, const_hashtab_key_t id);
H A Dmodule_compiler.c65 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg() argument
72 yyerror2("Duplicate declaration of %s", flavor_str[symbol_type]); in print_error_msg()
75 yyerror2("Could not declare %s here", flavor_str[symbol_type]); in print_error_msg()
155 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol() argument
165 ret = symtab_insert(policydbp, symbol_type, key, datum, scope, in create_symbol()
170 hashtab_search(policydbp->symtab[symbol_type].table, in create_symbol()
174 if (symbol_type == SYM_LEVELS) { in create_symbol()
197 int declare_symbol(uint32_t symbol_type, in declare_symbol() argument
202 int ret = create_symbol(symbol_type, key, datum, dest_value, SCOPE_DECL); in declare_symbol()
208 if (ebitmap_set_bit(decl->declared.scope + symbol_type, in declare_symbol()
716 require_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, uint32_t * dest_value, uint32_t * datum_value) require_symbol() argument
1138 is_id_in_scope(uint32_t symbol_type, const_hashtab_key_t id) is_id_in_scope() argument
[all...]
/third_party/toybox/kconfig/
H A Dexpr.h62 enum symbol_type { enum
75 enum symbol_type type;
H A Dlkc.h56 enum symbol_type stype;
H A Dsymbol.c80 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
82 enum symbol_type type = sym->type; in sym_get_type()
93 const char *sym_type_name(enum symbol_type type) in sym_type_name()
H A Dconf.c69 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dvdso_support.h90 int symbol_type, SymbolInfo *info_out) const;
H A Delf_mem_image.h108 int symbol_type, SymbolInfo *info_out) const;
/third_party/selinux/libsepol/src/
H A Dlink.c77 uint32_t symbol_type; member
1955 req->symbol_type = i; in is_decl_requires_met()
2001 req->symbol_type = SYM_CLASSES; in is_decl_requires_met()
2031 if (req.symbol_type == SYM_CLASSES) { in debug_requirements()
2060 symtab_names[req.symbol_type], in debug_requirements()
2062 symbol_type][req. in debug_requirements()
2070 symtab_names[req.symbol_type], in debug_requirements()
2072 symbol_type][req. in debug_requirements()
2091 if (req->symbol_type == SYM_CLASSES) { in print_missing_requirements()
2110 symtab_names[req->symbol_type], in print_missing_requirements()
[all...]
H A Dmodule_to_cil.c493 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) in is_id_in_scope_with_start() argument
500 scope = hashtab_search(pdb->scope[symbol_type].table, id); in is_id_in_scope_with_start()
518 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope() argument
522 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_ancestor_scope()
525 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope() argument
529 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type); in is_id_in_scope()
/third_party/selinux/checkpolicy/test/
H A Ddispol.c295 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id() argument
298 const char *id = p->sym_val_to_name[symbol_type][symbol_value]; in display_id()
H A Ddismod.c100 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id() argument
103 char *id = p->sym_val_to_name[symbol_type][symbol_value]; in display_id()
105 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id); in display_id()
/third_party/elfio/elfio/
H A Delfio_dump.hpp1250 STR_FUNC_TABLE( symbol_type )

Completed in 17 milliseconds