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 */
484 !dwarf_cu_die(attr_mem.cu, &cu_die, NULL, NULL, NULL, NULL, NULL, NULL) || in die_get_file_name()
581 * @cu_die: a CU DIE which including @addr
620 * @cu_die: a CU DIE which including @addr
856 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
862 * otherwise @rt_die must be a CU DIE.
878 /* Get the CU die */ in die_walk_lines()
891 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
895 /* Get lines list in the CU */ in die_walk_lines()
897 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
900 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
1270 * @cu_die: a CU DIE
1272 * For any object in given CU whose DW_AT_location is a location list,
1296 * @lines: Line records of single CU
1301 * Search for @addr by looping over every lines of CU. If address
1327 * @lines: Line records of single CU
1395 * @cu_die: a CU DIE