Lines Matching full:cu
30 * @cu_die: A DIE(dwarf information entry) of CU(compilation Unit)
61 * @cu_die: a CU DIE
77 * @cu_die: a CU DIE
106 * @cu_die: A CU DIE
402 /* Get the call file index number in CU DIE */
413 /* Get the declared file index number in CU DIE */
510 * @cu_die: a CU DIE which including @addr
549 * @cu_die: a CU DIE which including @addr
785 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
791 * otherwise @rt_die must be a CU DIE.
807 /* Get the CU die */ in die_walk_lines()
815 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
819 /* Get lines list in the CU */ in die_walk_lines()
821 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
824 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
1188 * @cu_die: a CU DIE
1190 * For any object in given CU whose DW_AT_location is a location list,
1214 * @lines: Line records of single CU
1219 * Search for @addr by looping over every lines of CU. If address
1245 * @lines: Line records of single CU
1313 * @cu_die: a CU DIE