Lines Matching +full:on +full:- +full:die
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * dwarf-aux.h : libdw auxiliary interfaces
26 /* Walk on functions at given address */
33 /* Get the lowest PC in DIE (including range list) */
36 /* Ensure that this DIE is a subprogram and definition (not declaration) */
39 /* Ensure that this DIE is an instance of a subprogram */
48 /* Get callsite line number of inline-function instance */
54 /* Get declared file name of a DIE */
57 /* Get type die */
60 /* Get a type die, but skip qualifiers */
62 /* Get a type die, but skip qualifiers and typedef */
65 /* Check whether the DIE is signed or not */
84 /* Search a non-inlined function including given address */
88 /* Search a non-inlined function with tail call at given address */
100 /* Search a non-inlined function by name and returns its return type */
104 /* Walk on the instances of given DIE */
108 /* Walker on lines (Note: line number will not be sorted) */
113 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on
114 * the lines inside the subprogram, otherwise the DIE must be a CU DIE.
126 /* Get the name of given type DIE */
129 /* Get the name of given variable DIE */
132 /* Get the name and type of given variable DIE, stored as "type\tname" */
162 /* Get byte offset range of given variable DIE */
186 return -ENOTSUP; in die_get_var_range()
229 return -1; in die_get_cfa()