HomeSort by relevance Sort by last modified time
    Searched refs:dwarf_entrypc (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libdw/
dwarf_entrypc.c 59 dwarf_entrypc (die, return_addr) function
71 INTDEF(dwarf_entrypc)
dwarf_entry_breakpoints.c 86 return INTUSE(dwarf_entrypc) (die, &pc) < 0 ? -1 : add_bkpt (pc);
Android.mk 50 dwarf_entrypc.c \
Makefile.am 59 dwarf_entrypc.c dwarf_haspc.c dwarf_highpc.c dwarf_ranges.c \
libdwP.h 429 INTDECL (dwarf_entrypc)
libdw.h 358 extern int dwarf_entrypc (Dwarf_Die *die, Dwarf_Addr *return_addr)
  /external/elfutils/tests/
find-prologues.c 70 if (dwarf_entrypc (func, &entrypc) != 0)
71 error (EXIT_FAILURE, 0, "dwarf_entrypc: %s: %s",
dwflmodtest.c 149 if (dwarf_entrypc (func, &entry) == 0)
  /external/linux-tools-perf/util/
probe-finder.c 561 if (lineno > 0 && dwarf_entrypc(in_die, &addr) == 0) {
587 dwarf_entrypc(sp_die, &addr) == 0) {
1219 if (dwarf_entrypc(sp_die, &eaddr) != 0) {
    [all...]
  /external/elfutils/
elfutils.spec 315 - libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu, d

Completed in 182 milliseconds