Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/src/
H A Dmodule_to_cil.c152 struct stack *decl_stack; member
480 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()
505 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint… in is_id_in_ancestor_scope()
512 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symb… in is_id_in_scope()
1092 static int roletype_role_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *t… in roletype_role_in_ancestor_to_cil()
2017 …, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char… in class_to_cil()
2148 …dent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *ke… in role_to_cil()
2280 …dent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *ke… in type_to_cil()
2353 …t indent, struct policydb *pdb, struct avrule_block *block, struct stack *UNUSED(decl_stack), char… in user_to_cil()
2404 … policydb *UNUSED(pdb), struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char… in boolean_to_cil()
[all …]
/aosp_15_r20/external/libbpf/src/
H A Dbtf_dump.c104 __u32 *decl_stack; member
1290 struct id_stack decl_stack; in btf_dump_emit_type_decl() local
1368 static void btf_dump_emit_mods(struct btf_dump *d, struct id_stack *decl_stack) in btf_dump_emit_mods()
1394 static void btf_dump_drop_mods(struct btf_dump *d, struct id_stack *decl_stack) in btf_dump_drop_mods()
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp61 void ResolvePackage(const IPackageDeclStack* decl_stack, Reference* in_ref) { in ResolvePackage()
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp459 EmptyDeclStack decl_stack; in Consume() local