Home | History | Annotate | Download | only in libdw

Lines Matching defs:cu

1 /* Return line number information of CU.
124 struct Dwarf_CU *const cu = cudie->cu;
125 if (cu->lines == NULL)
128 cu->lines = (void *) -1l;
129 cu->files = (void *) -1l;
142 Dwarf *dbg = cu->dbg;
431 address size field from the CU header. */
432 if (cu->address_size == 4)
640 /* Make the file data structure available through the CU. */
641 cu->files = files;
672 cu->lines = buf;
673 cu->lines->nlines = nlinelist;
676 cu->lines->info[i] = *sortlines[i];
677 cu->lines->info[i].files = files;
683 else if (cu->lines != (void *) -1l)
689 *lines = cu->lines;
690 *nlines = cu->lines->nlines;