Home
last modified time | relevance | path

Searched refs:next_cu (Results 1 – 2 of 2) sorted by relevance

/external/qemu/elff/
Delf_file.cc414 const void* next_cu = debug_info_.data(); in parse_compilation_units() local
419 while (is_valid_cu(next_cu)) { in parse_compilation_units()
421 DwarfCU* cu = DwarfCU::create_instance(this, next_cu); in parse_compilation_units()
427 if (cu->parse(parse_context, &next_cu)) { in parse_compilation_units()
/external/elfutils/src/
Dreadelf.c4415 next_cu: in print_debug_info_section()
4504 goto next_cu; in print_debug_info_section()