Home
last modified time | relevance | path

Searched refs:fake_loc_cu (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_begin_elf.c226 result->fake_loc_cu = (Dwarf_CU *) malloc (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()
243 result->fake_loc_cu->locs = NULL; in valid_p()
244 result->fake_loc_cu->address_size = 0; in valid_p()
245 result->fake_loc_cu->version = 0; in valid_p()
246 result->fake_loc_cu->split = NULL; in valid_p()
[all …]
Ddwarf_end.c58 if(p != p->dbg->fake_loc_cu && p != p->dbg->fake_loclists_cu in cu_free()
125 if (dwarf->fake_loc_cu != NULL) in dwarf_end()
127 cu_free (dwarf->fake_loc_cu); in dwarf_end()
128 free (dwarf->fake_loc_cu); in dwarf_end()
Ddwarf_getlocation_attr.c52 ? attr->cu->dbg->fake_loc_cu in attr_form_cu()
DlibdwP.h217 struct Dwarf_CU *fake_loc_cu; member
DChangeLog814 * dwarf_begin_elf.c (valid_p): Set fake_loc_cu->sec_idx to
1011 * dwarf_end.c (dwarf_end): Call cu_free on fake_loc_cu if it exists.
1367 * libdwP.h (struct Dwarf): Add fake_loc_cu.
1375 * dwarf_begin_elf.c (valid_p): Setup fake_loc_cu.
1376 * dwarf_end.c (dwarf_end): Free fake_loc_cu.