Lines Matching +full:non +full:- +full:pc
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * dwarf-aux.h : libdw auxiliary interfaces
32 /* Get the lowest PC in DIE (including range list) */
47 /* Get callsite line number of inline-function instance */
81 /* Search a non-inlined function including given address */
85 /* Search a non-inlined function with tail call at given address */
136 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes);
144 Dwarf_Die *die_find_variable_by_reg(Dwarf_Die *sc_die, Dwarf_Addr pc, int reg,
148 Dwarf_Die *die_find_variable_by_addr(Dwarf_Die *sc_die, Dwarf_Addr pc,
158 return -ENOTSUP; in die_get_var_range()
162 Dwarf_Addr pc __maybe_unused, in die_find_variable_by_reg()
170 Dwarf_Addr pc __maybe_unused, in die_find_variable_by_addr()