Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_hasattr_integrate.c64 Dwarf_CU *skel_cu = __libdw_find_split_unit (die->cu); in dwarf_hasattr_integrate() local
65 if (skel_cu != NULL) in dwarf_hasattr_integrate()
67 Dwarf_Die skel_die = CUDIE (skel_cu); in dwarf_hasattr_integrate()
Ddwarf_attr_integrate.c64 Dwarf_CU *skel_cu = __libdw_find_split_unit (die->cu); in dwarf_attr_integrate() local
65 if (skel_cu != NULL) in dwarf_attr_integrate()
67 Dwarf_Die skel_die = CUDIE (skel_cu); in dwarf_attr_integrate()
/external/elfutils/tests/
Dget-units-split.c58 Dwarf_CU *skel_cu = cudie.cu; in main() local
66 if (dwarf_cu_die (skel_cu, &skel_die, NULL, NULL, NULL, NULL, in main()