Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_get_units.c48 bool v4type; in dwarf_get_units() local
52 v4type = false; in dwarf_get_units()
57 v4type = cu->sec_idx != IDX_debug_info; in dwarf_get_units()
67 if (! v4type) in dwarf_get_units()
75 v4type = true; in dwarf_get_units()
83 *next_cu = __libdw_findcu (dwarf, off, v4type); in dwarf_get_units()