Searched defs:symbol_type (Results 1 - 7 of 7) sorted by relevance

/external/selinux/checkpolicy/test/
H A Ddispol.c297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, argument
300 const char *id = p->sym_val_to_name[symbol_type][symbol_value];
H A Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, argument
104 char *id = p->sym_val_to_name[symbol_type][symbol_value];
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id);
/external/toybox/kconfig/
H A Dexpr.h62 enum symbol_type { enum
75 enum symbol_type type;
/external/selinux/checkpolicy/
H A Dmodule_compiler.c127 int declare_symbol(uint32_t symbol_type, argument
138 retval = symtab_insert(policydbp, symbol_type, key, datum,
143 symtab[symbol_type].table,
147 if (symbol_type == SYM_LEVELS) {
159 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
622 int require_symbol(uint32_t symbol_type, argument
633 retval = symtab_insert(policydbp, symbol_type, key, datum,
638 symtab[symbol_type].table,
642 if (symbol_type == SYM_LEVELS) {
651 if (is_id_in_scope(symbol_type, ke
1248 is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) argument
[all...]
/external/selinux/libsepol/src/
H A Dlink.c76 uint32_t symbol_type; member in struct:missing_requirement
2016 req->symbol_type = i;
2065 req->symbol_type = SYM_CLASSES;
2095 if (req.symbol_type == SYM_CLASSES) {
2124 symtab_names[req.symbol_type],
2126 symbol_type][req.
2134 symtab_names[req.symbol_type],
2136 symbol_type][req.
2155 if (req->symbol_type == SYM_CLASSES) {
2174 symtab_names[req->symbol_type],
[all...]
H A Dmodule_to_cil.c471 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) argument
478 scope = hashtab_search(pdb->scope[symbol_type].table, id);
496 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) argument
500 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
503 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) argument
507 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp132 const CFX_ByteString& symbol_type,
137 CFX_ByteString pstrSymbolNames = symbol_type + "Names";
151 pSymbolNames->GetElement(bsSpace, symbol_type, index);
131 FX_GetCalendarSymbol(CXML_Element* pXmlElement, const CFX_ByteString& symbol_type, int32_t index, FX_BOOL bAbbr, CFX_WideString& wsName) argument

Completed in 738 milliseconds