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

  /external/elfutils/libdw/
dwarf_end.c 114 if (dwarf->fake_loc_cu != NULL)
116 cu_free (dwarf->fake_loc_cu);
117 free (dwarf->fake_loc_cu);
dwarf_begin_elf.c 226 result->fake_loc_cu = (Dwarf_CU *) calloc (1, sizeof (Dwarf_CU));
227 if (unlikely (result->fake_loc_cu == NULL))
236 result->fake_loc_cu->sec_idx = IDX_debug_loc;
237 result->fake_loc_cu->dbg = result;
238 result->fake_loc_cu->startp
240 result->fake_loc_cu->endp
253 free (result->fake_loc_cu);
280 free (result->fake_loc_cu);
dwarf_getlocation_attr.c 52 ? attr->cu->dbg->fake_loc_cu
libdwP.h 215 struct Dwarf_CU *fake_loc_cu; member in struct:Dwarf
    [all...]

Completed in 63 milliseconds