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
467 /* Get the call file index number in CU DIE */
478 /* Get the declared file index number in CU DIE */
575 * @cu_die: a CU DIE which including @addr
614 * @cu_die: a CU DIE which including @addr
850 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
856 * otherwise @rt_die must be a CU DIE.
872 /* Get the CU die */ in die_walk_lines()
880 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
884 /* Get lines list in the CU */ in die_walk_lines()
886 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
889 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
1257 * @cu_die: a CU DIE
1259 * For any object in given CU whose DW_AT_location is a location list,
1283 * @lines: Line records of single CU
1288 * Search for @addr by looping over every lines of CU. If address
1314 * @lines: Line records of single CU
1382 * @cu_die: a CU DIE