Home
last modified time | relevance | path

Searched refs:entrypc (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/tests/
Dfind-prologues.c69 Dwarf_Addr entrypc; in handle_function() local
70 if (dwarf_entrypc (func, &entrypc) != 0) in handle_function()
73 entrypc += a->dwbias; in handle_function()
75 printf ("%-16s %#.16" PRIx64, dwarf_diename (func), entrypc); in handle_function()
/external/elfutils/
Delfutils.spec318 entrypc, dwarf_func_die; dwarf_getfuncs callback now uses Dwarf_
/external/elfutils/config/
Delfutils.spec.in318 entrypc, dwarf_func_die; dwarf_getfuncs callback now uses Dwarf_
/external/elfutils/libdw/
DChangeLog313 * dwarf_entry_breakpoints.c: Fall back to entrypc for contiguous too.