Searched defs:thumb_p (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/arm/
H A Dtrace.c649 const unsigned thumb_p = BIT(cpsr, 5); local
651 if ((thumb_p ? &thumb_get_next_pcs
659 = (arch_addr_t)(((uintptr_t)next_pcs[i]) | thumb_p);

Completed in 221 milliseconds