Home
last modified time | relevance | path

Searched refs:parse_context (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.h246 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,
Ddwarf_cu.cc316 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()
Ddwarf_defs.h689 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()
Delf_file.h349 virtual int parse_compilation_units(const DwarfParseContext* parse_context) = 0;
596 virtual int parse_compilation_units(const DwarfParseContext* parse_context);
Delf_file.cc398 const DwarfParseContext* parse_context) { in parse_compilation_units() argument
427 if (cu->parse(parse_context, &next_cu)) { in parse_compilation_units()