Lines Matching full:get
57 * cu_get_comp_dir - Get the path of compilation directory
60 * Get the path of compilation directory of given @cu_die.
73 * cu_find_lineinfo - Get a line number and file name for given address
147 * die_get_call_lineno - Get callsite line number of inline-function instance
150 * Get call-site line number of @in_die. This means from where the inline
166 * die_get_type - Get type DIE
170 * Get a DIE of the type of given variable (@vr_die), and store
171 * it to die_mem. Return NULL if fails to get a type DIE.
184 /* Get a type die, but skip qualifiers */
203 * die_get_real_type - Get a type die, but skip qualifiers and typedef
207 * Get a DIE of the type of given variable (@vr_die), and store
208 * it to die_mem. Return NULL if fails to get a type DIE.
221 /* Get attribute and translate it as a udata */
234 /* Get attribute and translate it as a sdata */
251 * Get the encoding of @tp_die and return true if the encoding
266 * die_get_data_member_location - Get the data-member offset
270 * Get the offset of @mb_die in the data structure including @mb_die, and
290 pr_debug("Unable to get offset:Unexpected OP %x (%zd)\n", in die_get_data_member_location()
299 /* Get the call file index number in CU DIE */
310 /* Get the declared file index number in CU DIE */
322 * die_get_call_file - Get callsite file name of inlined function instance
325 * Get call-site file name of @in_die. This means from which file the inline
638 /* Get the CU die */ in die_walk_lines()
644 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
648 /* Get lines list in the CU */ in die_walk_lines()
650 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
653 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
661 pr_debug2("Failed to get line info. " in die_walk_lines()
675 /* Get source line */ in die_walk_lines()
773 * die_get_typename - Get the name of given variable DIE
778 * Get the name of @vr_die and stores it to @buf. Return the actual length
820 * die_get_varname - Get the name and type of given variable DIE
825 * Get the name and type of @vr_die and stores it in @buf as "type\tname".
833 pr_debug("Failed to get type, make it unknown.\n"); in die_get_varname()