Lines Matching +full:get +full:- +full:only
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * dwarf-aux.h : libdw auxiliary interfaces
18 /* Get DW_AT_comp_dir (should be NULL with older gcc) */
21 /* Get a line number and file name for given address */
29 /* Get DW_AT_linkage_name (should be NULL for C binary) */
32 /* Get the lowest PC in DIE (including range list) */
47 /* Get callsite line number of inline-function instance */
50 /* Get callsite file name of inlined function instance */
53 /* Get declared file name of a DIE */
56 /* Get type die */
59 /* Get a type die, but skip qualifiers */
61 /* Get a type die, but skip qualifiers and typedef */
67 /* Get data_member_location offset */
73 DIE_FIND_CB_CHILD = 1, /* Search only children */
74 DIE_FIND_CB_SIBLING = 2, /* Search only siblings */
83 /* Search a non-inlined function including given address */
87 /* Search a non-inlined function with tail call at given address */
99 /* Search a non-inlined function by name and returns its return type */
112 * Walk on lines inside given DIE. If the DIE is a subprogram, walk only on
125 /* Get the name of given type DIE */
128 /* Get the name of given variable DIE */
131 /* Get the name and type of given variable DIE, stored as "type\tname" */
141 /* Get the list of including scopes */
159 /* Get byte offset range of given variable DIE */
177 /* Get the frame base information from CFA */