Searched refs:fake_loc_cu (Results 1 – 5 of 5) sorted by relevance
226 result->fake_loc_cu = (Dwarf_CU *) calloc (1, sizeof (Dwarf_CU)); in valid_p()227 if (unlikely (result->fake_loc_cu == NULL)) in valid_p()236 result->fake_loc_cu->sec_idx = IDX_debug_loc; in valid_p()237 result->fake_loc_cu->dbg = result; in valid_p()238 result->fake_loc_cu->startp in valid_p()240 result->fake_loc_cu->endp in valid_p()253 free (result->fake_loc_cu); in valid_p()280 free (result->fake_loc_cu); in valid_p()
114 if (dwarf->fake_loc_cu != NULL) in dwarf_end()116 cu_free (dwarf->fake_loc_cu); in dwarf_end()117 free (dwarf->fake_loc_cu); in dwarf_end()
52 ? attr->cu->dbg->fake_loc_cu in attr_form_cu()
215 struct Dwarf_CU *fake_loc_cu; member
726 * dwarf_begin_elf.c (valid_p): Set fake_loc_cu->sec_idx to923 * dwarf_end.c (dwarf_end): Call cu_free on fake_loc_cu if it exists.1279 * libdwP.h (struct Dwarf): Add fake_loc_cu.1287 * dwarf_begin_elf.c (valid_p): Setup fake_loc_cu.1288 * dwarf_end.c (dwarf_end): Free fake_loc_cu.