Home
last modified time | relevance | path

Searched defs:decl_stack (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
Dmodule_to_cil.c165 struct stack *decl_stack; member
491 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uin… in is_id_in_scope_with_start()
516 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint… in is_id_in_ancestor_scope()
523 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symb… in is_id_in_scope()
1084 static int roletype_role_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *t… in roletype_role_in_ancestor_to_cil()
1962 …, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char… in class_to_cil()
2093 …dent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *ke… in role_to_cil()
2225 …dent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *ke… in type_to_cil()
2298 …t indent, struct policydb *pdb, struct avrule_block *block, struct stack *UNUSED(decl_stack), char… in user_to_cil()
2349 … policydb *UNUSED(pdb), struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char… in boolean_to_cil()
[all …]
/external/libbpf/src/
Dbtf_dump.c103 __u32 *decl_stack; member
1141 struct id_stack decl_stack; in btf_dump_emit_type_decl() local
1218 static void btf_dump_emit_mods(struct btf_dump *d, struct id_stack *decl_stack) in btf_dump_emit_mods()
1244 static void btf_dump_drop_mods(struct btf_dump *d, struct id_stack *decl_stack) in btf_dump_drop_mods()