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

  /external/libunwind/src/arm/
Gex_tables.c 40 #define ARM_EXTBL_OP_FINISH 0xb0
200 else if (op == ARM_EXTBL_OP_FINISH)
372 if (nbuf > 0 && buf[nbuf - 1] != ARM_EXTBL_OP_FINISH)
373 buf[nbuf++] = ARM_EXTBL_OP_FINISH;
  /external/valgrind/coregrind/m_debuginfo/
readexidx.c 186 #define ARM_EXTBL_OP_FINISH 0xb0
335 if (*buf_used > 0 && buf[(*buf_used) - 1] != ARM_EXTBL_OP_FINISH)
336 PUT_BUF_U8(ARM_EXTBL_OP_FINISH);
483 else if (op == ARM_EXTBL_OP_FINISH) {
    [all...]

Completed in 61 milliseconds