Searched refs:parse_context (Results 1 – 9 of 9) sorted by relevance
/external/qemu/elff/ |
D | dwarf_cu.h | 246 virtual bool parse(const DwarfParseContext* parse_context, 346 bool parse(const DwarfParseContext* parse_context, 400 const Elf_Byte* process_DIE(const DwarfParseContext* parse_context, 418 DIEObject* create_die_object(const DwarfParseContext* parse_context,
|
D | dwarf_cu.cc | 316 const DwarfParseContext* parse_context, in parse() argument 319 if (process_DIE(parse_context, get_DIE(), NULL) == NULL) { in parse() 334 const DwarfParseContext* parse_context, in process_DIE() argument 358 create_die_object(parse_context, die, parent_obj, die_tag); in process_DIE() 407 process_DIE(parse_context, die, die_obj != NULL ? die_obj : parent_obj); in process_DIE() 418 const DwarfParseContext* parse_context, in create_die_object() argument 425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) { in create_die_object()
|
D | dwarf_defs.h | 689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) { in collect_die() argument 690 if (parse_context == NULL || parse_context->tags == NULL) { in collect_die() 693 for (const Dwarf_Tag* tags = parse_context->tags; *tags != 0; tags++) { in collect_die()
|
D | elf_file.h | 349 virtual int parse_compilation_units(const DwarfParseContext* parse_context) = 0; 596 virtual int parse_compilation_units(const DwarfParseContext* parse_context);
|
D | elf_file.cc | 398 const DwarfParseContext* parse_context) { in parse_compilation_units() argument 427 if (cu->parse(parse_context, &next_cu)) { in parse_compilation_units()
|
/external/libsepol/include/sepol/policydb/ |
D | avtab.h | 74 void *parse_context; /* generic context pointer used by parser; member 114 void *parse_context);
|
/external/libsepol/src/ |
D | expand.c | 1559 if (node->parse_context == cond) in find_avtab_node() 1574 node->parse_context = cond; in find_avtab_node() 1636 if (node && node->parse_context != other) { in expand_terule_helper() 1655 || node->parse_context == cond) in expand_terule_helper() 3186 node->parse_context = (void *)1; in expand_cond_insert()
|
D | conditional.c | 690 node_ptr->parse_context = (void *)1; in cond_insertf()
|
D | write.c | 667 if (cur_list->node->parse_context) in cond_write_av_list() 682 if (cur_list->node->parse_context) in cond_write_av_list()
|