Searched defs:decl_stack (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | btf_dump.c | 104 __u32 *decl_stack; member 1290 struct id_stack decl_stack; in btf_dump_emit_type_decl() local 1368 btf_dump_emit_mods(struct btf_dump *d, struct id_stack *decl_stack) btf_dump_emit_mods() argument 1394 btf_dump_drop_mods(struct btf_dump *d, struct id_stack *decl_stack) btf_dump_drop_mods() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 165 struct stack *decl_stack; member 493 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 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 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 1086 static int roletype_role_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, cha argument 2106 role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) role_to_cil() argument 2238 type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) type_to_cil() argument 3387 typealiases_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack) typealiases_to_cil() argument 3428 declared_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) declared_scopes_to_cil() argument 3491 required_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) required_scopes_to_cil() argument 3568 additive_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) additive_scopes_to_cil() argument [all...] |
Completed in 7 milliseconds