Searched refs:bkpts (Results 1 – 3 of 3) sorted by relevance
59 dwarf_entry_breakpoints (die, bkpts) in dwarf_entry_breakpoints() argument61 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;
606 extern int dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts);
77 Dwarf_Addr *bkpts = NULL; in handle_function() local78 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()