Searched refs:fake_loc_cu (Results 1 – 5 of 5) sorted by relevance
298 result->fake_loc_cu = malloc (sizeof (Dwarf_CU)); in valid_p()299 if (unlikely (result->fake_loc_cu == NULL)) in valid_p()308 result->fake_loc_cu->sec_idx = IDX_debug_loc; in valid_p()309 result->fake_loc_cu->dbg = result; in valid_p()310 result->fake_loc_cu->startp in valid_p()312 result->fake_loc_cu->endp in valid_p()315 result->fake_loc_cu->locs = NULL; in valid_p()316 result->fake_loc_cu->address_size = elf_addr_size; in valid_p()317 result->fake_loc_cu->offset_size = 4; in valid_p()318 result->fake_loc_cu->version = 4; in valid_p()[all …]
57 if(p != p->dbg->fake_loc_cu && p != p->dbg->fake_loclists_cu in cu_free()124 if (dwarf->fake_loc_cu != NULL) in dwarf_end()126 cu_free (dwarf->fake_loc_cu); in dwarf_end()127 free (dwarf->fake_loc_cu); in dwarf_end()
52 ? attr->cu->dbg->fake_loc_cu in attr_form_cu()
221 struct Dwarf_CU *fake_loc_cu; member
1057 * dwarf_begin_elf.c (valid_p): Set fake_loc_cu->sec_idx to1254 * dwarf_end.c (dwarf_end): Call cu_free on fake_loc_cu if it exists.1610 * libdwP.h (struct Dwarf): Add fake_loc_cu.1618 * dwarf_begin_elf.c (valid_p): Setup fake_loc_cu.1619 * dwarf_end.c (dwarf_end): Free fake_loc_cu.