Lines Matching +full:on +full:- +full:die
4 * dwarf-aux.h : libdw auxiliary interfaces
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
37 /* Walk on funcitons at given address */
44 /* Get the lowest PC in DIE (including range list) */
47 /* Ensure that this DIE is a subprogram and definition (not declaration) */
50 /* Ensure that this DIE is an instance of a subprogram */
59 /* Get callsite line number of inline-function instance */
65 /* Get type die */
68 /* Get a type die, but skip qualifiers and typedef */
71 /* Check whether the DIE is signed or not */
90 /* Search a non-inlined function including given address */
94 /* Search a non-inlined function with tail call at given address */
106 /* Walk on the instances of given DIE */
110 /* Walker on lines (Note: line number will not be sorted) */
115 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on
116 * the lines inside the subprogram, otherwise the DIE must be a CU DIE.
128 /* Get the name of given variable DIE */
131 /* Get the name and type of given variable DIE, stored as "type\tname" */