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 100 if (dwarf->fake_loc_cu != NULL)
102 cu_free (dwarf->fake_loc_cu);
103 free (dwarf->fake_loc_cu);
dwarf_begin_elf.c 193 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
dwarf_getlocation_attr.c 51 return attr->cu->dbg->fake_loc_cu;
libdwP.h 190 struct Dwarf_CU *fake_loc_cu; member in struct:Dwarf

Completed in 184 milliseconds