Searched defs:parse_context (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Delf_file.cc398 const DwarfParseContext* parse_context) {
427 if (cu->parse(parse_context, &next_cu)) {
397 parse_compilation_units( const DwarfParseContext* parse_context) argument
H A Ddwarf_cu.cc316 const DwarfParseContext* parse_context,
319 if (process_DIE(parse_context, get_DIE(), NULL) == NULL) {
334 const DwarfParseContext* parse_context,
358 create_die_object(parse_context, die, parent_obj, die_tag);
407 process_DIE(parse_context, die, die_obj != NULL ? die_obj : parent_obj);
418 const DwarfParseContext* parse_context,
425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) {
315 parse( const DwarfParseContext* parse_context, const void** next_cu_die) argument
333 process_DIE( const DwarfParseContext* parse_context, const Dwarf_DIE* die, DIEObject* parent_obj) argument
417 create_die_object( const DwarfParseContext* parse_context, const Dwarf_DIE* die, DIEObject* parent, Dwarf_Tag tag) argument
H A Ddwarf_defs.h681 * parse_context - Parse context to check the tag against. This parameter can
689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) { argument
690 if (parse_context == NULL || parse_context->tags == NULL) {
693 for (const Dwarf_Tag* tags = parse_context->tags; *tags != 0; tags++) {

Completed in 42 milliseconds