Lines Matching full:cu
32 _dwarf_loclist_add_locdesc(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, in _dwarf_loclist_add_locdesc() argument
43 start = dbg->read(ds->ds_data, off, cu->cu_pointer_size); in _dwarf_loclist_add_locdesc()
44 end = dbg->read(ds->ds_data, off, cu->cu_pointer_size); in _dwarf_loclist_add_locdesc()
51 *total_len += 2 * cu->cu_pointer_size; in _dwarf_loclist_add_locdesc()
60 if ((cu->cu_pointer_size == 4 && start == ~0U) || in _dwarf_loclist_add_locdesc()
61 (cu->cu_pointer_size == 8 && start == ~0ULL)) in _dwarf_loclist_add_locdesc()
77 ds->ds_data + *off, len, cu->cu_pointer_size, in _dwarf_loclist_add_locdesc()
78 cu->cu_length_size == 4 ? 4 : 8, cu->cu_version, in _dwarf_loclist_add_locdesc()
94 _dwarf_loclist_find(Dwarf_Debug dbg, Dwarf_CU cu, uint64_t lloff, in _dwarf_loclist_find() argument
116 ret = _dwarf_loclist_add_locdesc(dbg, cu, ds, &off, NULL, &ldlen, in _dwarf_loclist_find()
143 ret = _dwarf_loclist_add_locdesc(dbg, cu, ds, &off, llbuf, NULL, in _dwarf_loclist_find()