Searched refs:operand_type (Results 1 – 1 of 1) sorted by relevance
125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand() argument133 if (operand_type == ADDR) in read_operand()136 case 1: operand_type = VAL8; break; in read_operand()137 case 2: operand_type = VAL16; break; in read_operand()138 case 4: operand_type = VAL32; break; in read_operand()139 case 8: operand_type = VAL64; break; in read_operand()143 switch (operand_type) in read_operand()186 Debug (1, "Unexpected operand type %d\n", operand_type); in read_operand()
Completed in 3 milliseconds