Lines Matching full:cu
18 * @cu_die: A DIE(dwarf information entry) of CU(compilation Unit)
49 * @cu_die: a CU DIE
110 * @cu_die: a CU DIE
148 * @cu_die: A CU DIE
455 /* Get the call file index number in CU DIE */
466 /* Get the declared file index number in CU DIE */
485 !dwarf_cu_die(attr_mem.cu, &cu_die, NULL, NULL, NULL, NULL, NULL, NULL) || in die_get_file_name()
582 * @cu_die: a CU DIE which including @addr
621 * @cu_die: a CU DIE which including @addr
716 * @cu_die: a CU DIE
900 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
906 * otherwise @rt_die must be a CU DIE.
922 /* Get the CU die */ in die_walk_lines()
935 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
939 /* Get lines list in the CU */ in die_walk_lines()
941 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
944 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
1685 * @cu_die: a CU DIE
1757 * @cu_die: a CU DIE
1759 * For any object in given CU whose DW_AT_location is a location list,
1783 * @lines: Line records of single CU
1788 * Search for @addr by looping over every lines of CU. If address
1814 * @lines: Line records of single CU
1882 * @cu_die: a CU DIE