Lines Matching full:cu
17 * @cu_die: A DIE(dwarf information entry) of CU(compilation Unit)
48 * @cu_die: a CU DIE
109 * @cu_die: a CU DIE
147 * @cu_die: A CU DIE
454 /* Get the call file index number in CU DIE */
465 /* Get the declared file index number in CU DIE */
562 * @cu_die: a CU DIE which including @addr
601 * @cu_die: a CU DIE which including @addr
837 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
843 * otherwise @rt_die must be a CU DIE.
859 /* Get the CU die */ in die_walk_lines()
867 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
871 /* Get lines list in the CU */ in die_walk_lines()
873 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
876 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
1244 * @cu_die: a CU DIE
1246 * For any object in given CU whose DW_AT_location is a location list,
1270 * @lines: Line records of single CU
1275 * Search for @addr by looping over every lines of CU. If address
1301 * @lines: Line records of single CU
1369 * @cu_die: a CU DIE