Searched refs:parse_context (Results 1 – 5 of 5) 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 | 393 const DwarfParseContext* parse_context) { in parse_compilation_units() argument 422 if (cu->parse(parse_context, &next_cu)) { in parse_compilation_units()
|