Lines Matching +full:on +full:- +full:die
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * dwarf-aux.h : libdw auxiliary interfaces
25 /* Walk on funcitons at given address */
32 /* Get the lowest PC in DIE (including range list) */
35 /* Ensure that this DIE is a subprogram and definition (not declaration) */
38 /* Ensure that this DIE is an instance of a subprogram */
47 /* Get callsite line number of inline-function instance */
53 /* Get type die */
56 /* Get a type die, but skip qualifiers and typedef */
59 /* Check whether the DIE is signed or not */
78 /* Search a non-inlined function including given address */
82 /* Search a non-inlined function with tail call at given address */
94 /* Walk on the instances of given DIE */
98 /* Walker on lines (Note: line number will not be sorted) */
103 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on
104 * the lines inside the subprogram, otherwise the DIE must be a CU DIE.
116 /* Get the name of given variable DIE */
119 /* Get the name and type of given variable DIE, stored as "type\tname" */