Searched refs:inst (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c322 uint8_t inst; local
325 if (!try_get_byte(memory, ptr, &inst, cursor)) {
328 ALOGV("DW_CFA inst: 0x%x", inst);
331 if (inst & 0xc0) {
332 op = inst & 0x3f;
333 inst &= 0xc0;
336 switch ((dwarf_CFA)inst) {
476 ALOGE("unrecognized DW_CFA_* instruction: 0x%x", inst);

Completed in 23 milliseconds