Home
last modified time | relevance | path

Searched refs:symtab_insert (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/
Dlibsepol.map55 "symtab_insert";
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c250 rc = symtab_insert(pdb, SYM_COMMONS, key, sepol_common, SCOPE_DECL, 0, &value); in cil_common_to_policydb()
303 rc = symtab_insert(pdb, SYM_CLASSES, key, sepol_class, SCOPE_DECL, 0, &value); in cil_classorder_to_policydb()
380 rc = symtab_insert(pdb, SYM_ROLES, (hashtab_key_t)key, sepol_role, SCOPE_DECL, 0, &value); in cil_role_to_policydb()
464 rc = symtab_insert(pdb, SYM_TYPES, key, sepol_type, SCOPE_DECL, 0, &value); in cil_type_to_policydb()
519 rc = symtab_insert(pdb, SYM_TYPES, key, sepol_alias, SCOPE_DECL, 0, NULL); in cil_typealias_to_policydb()
573 rc = symtab_insert(pdb, SYM_TYPES, key, sepol_attr, SCOPE_DECL, 0, &value); in cil_typeattribute_to_policydb()
686 rc = symtab_insert(pdb, SYM_USERS, key, sepol_user, SCOPE_DECL, 0, &value); in cil_user_to_policydb()
773 rc = symtab_insert(pdb, SYM_BOOLS, key, sepol_bool, SCOPE_DECL, 0, &value); in cil_bool_to_policydb()
803 rc = symtab_insert(pdb, SYM_CATS, key, sepol_cat, SCOPE_DECL, 0, &value); in cil_catorder_to_policydb()
831 rc = symtab_insert(pdb, SYM_CATS, key, sepol_alias, SCOPE_DECL, 0, NULL); in cil_catalias_to_policydb()
[all …]
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h702 extern int symtab_insert(policydb_t * x, uint32_t sym,
/third_party/selinux/checkpolicy/
Dmodule_compiler.c164 ret = symtab_insert(policydbp, symbol_type, key, datum, scope, in create_symbol()
/third_party/selinux/libsepol/src/
Dpolicydb.c772 rc = symtab_insert(p, SYM_ROLES, key, role, in roles_init()
1645 int symtab_insert(policydb_t * pol, uint32_t sym, in symtab_insert() function