Searched refs:fake_loc_cu (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_end.c100 if (dwarf->fake_loc_cu != NULL)
102 cu_free (dwarf->fake_loc_cu);
103 free (dwarf->fake_loc_cu);
H A Ddwarf_begin_elf.c193 result->fake_loc_cu = (Dwarf_CU *) calloc (1, sizeof (Dwarf_CU));
194 if (unlikely (result->fake_loc_cu == NULL))
203 result->fake_loc_cu->dbg = result;
204 result->fake_loc_cu->startp
206 result->fake_loc_cu->endp
H A Ddwarf_getlocation_attr.c51 return attr->cu->dbg->fake_loc_cu;
H A DlibdwP.h190 struct Dwarf_CU *fake_loc_cu; member in struct:Dwarf

Completed in 80 milliseconds