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

  /external/elfutils/src/backends/
aarch64_init.c 65 eh->frame_nregs = 97;
arm_init.c 69 eh->frame_nregs = 16;
i386_init.c 67 eh->frame_nregs = 9;
ppc_init.c 69 eh->frame_nregs = (114 - 1) + 32;
s390_init.c 69 eh->frame_nregs = 32;
x86_64_init.c 64 eh->frame_nregs = 17;
ppc64_init.c 73 eh->frame_nregs = (114 - 1) + 32;
  /external/elfutils/src/libebl/
eblinitreg.c 42 If set_initial_registers_tid is unsupported then FRAME_NREGS is zero. */
50 return ebl == NULL ? 0 : ebl->frame_nregs;
libeblP.h 64 Ebl architecture can unwind iff FRAME_NREGS > 0. */
65 size_t frame_nregs; member in struct:ebl

Completed in 2837 milliseconds