HomeSort by relevance Sort by last modified time
    Searched refs:fake_loclists_cu (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdw/
dwarf_end.c 119 if (dwarf->fake_loclists_cu != NULL)
121 cu_free (dwarf->fake_loclists_cu);
122 free (dwarf->fake_loclists_cu);
dwarf_begin_elf.c 248 result->fake_loclists_cu = (Dwarf_CU *) calloc (1, sizeof (Dwarf_CU));
249 if (unlikely (result->fake_loclists_cu == NULL))
259 result->fake_loclists_cu->sec_idx = IDX_debug_loclists;
260 result->fake_loclists_cu->dbg = result;
261 result->fake_loclists_cu->startp
263 result->fake_loclists_cu->endp
281 free (result->fake_loclists_cu);
dwarf_getlocation_attr.c 53 : attr->cu->dbg->fake_loclists_cu);
libdwP.h 216 struct Dwarf_CU *fake_loclists_cu; member in struct:Dwarf
    [all...]

Completed in 82 milliseconds