Home
last modified time | relevance | path

Searched refs:bkpts (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdw/
Ddwarf_entry_breakpoints.c59 dwarf_entry_breakpoints (die, bkpts) in dwarf_entry_breakpoints() argument
61 Dwarf_Addr **bkpts;
64 *bkpts = NULL;
69 Dwarf_Addr *newlist = realloc (*bkpts, ++nbkpts * sizeof newlist[0]);
72 free (*bkpts);
73 *bkpts = NULL;
78 *bkpts = newlist;
Dlibdw.h606 extern int dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts);
/external/elfutils/tests/
Dfind-prologues.c77 Dwarf_Addr *bkpts = NULL; in handle_function() local
78 int result = dwarf_entry_breakpoints (func, &bkpts); in handle_function()
84 printf (" %#.16" PRIx64 "%s", bkpts[i] + a->dwbias, in handle_function()
86 free (bkpts); in handle_function()