Searched refs:stm_16bit (Results 1 – 1 of 1) sorted by relevance
139 enum st_mode {stm_start, stm_32bit, stm_16bit, stm_done}; enumerator176 curr_mode == stm_start ? "start" : (curr_mode == stm_16bit ? "16bit" : "32bit"), in i386_stack_walk()219 set_curr_mode((frame->AddrPC.Mode == AddrModeFlat) ? stm_32bit : stm_16bit); in i386_stack_walk()238 else if (curr_mode == stm_16bit) in i386_stack_walk()273 …frame->AddrReturn.Mode = frame->AddrStack.Mode = (curr_mode == stm_16bit) ? AddrMode1616 : AddrMod… in i386_stack_walk()288 assert(curr_mode == stm_16bit); in i386_stack_walk()296 if (curr_mode == stm_16bit) in i386_stack_walk()386 set_curr_mode(stm_16bit); in i386_stack_walk()391 if (curr_mode == stm_16bit) in i386_stack_walk()418 if (curr_mode == stm_16bit) in i386_stack_walk()[all …]