Searched refs:bkpts (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_entry_breakpoints.c | 39 add_bkpt (Dwarf_Addr pc, Dwarf_Addr **bkpts, int *pnbkpts) in add_bkpt() argument 41 Dwarf_Addr *newlist = realloc (*bkpts, ++(*pnbkpts) * sizeof newlist[0]); in add_bkpt() 44 free (*bkpts); in add_bkpt() 45 *bkpts = NULL; in add_bkpt() 50 *bkpts = newlist; in add_bkpt() 56 entrypc_bkpt (Dwarf_Die *die, Dwarf_Addr **bkpts, int *pnbkpts) in entrypc_bkpt() argument 59 return INTUSE(dwarf_entrypc) (die, &pc) < 0 ? -1 : add_bkpt (pc, bkpts, pnbkpts); in entrypc_bkpt() 69 Dwarf_Addr **bkpts, int *pnbkpts) in search_range() argument 92 && add_bkpt (lines->info[i].addr, bkpts, pnbkpts) < 0) in search_range() 97 return add_bkpt (lines->info[l].addr, bkpts, pnbkpts); in search_range() [all …]
|
D | libdw.h | 846 extern int dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts);
|
/external/elfutils/tests/ |
D | find-prologues.c | 69 Dwarf_Addr *bkpts = NULL; in handle_function() local 70 int result = dwarf_entry_breakpoints (func, &bkpts); in handle_function() 76 printf (" %#.16" PRIx64 "%s", bkpts[i] + a->dwbias, in handle_function() 78 free (bkpts); in handle_function()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 846 extern int dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts);
|