HomeSort by: relevance | last modified time | path
    Searched defs:arm_frame_is_thumb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 631 arm_frame_is_thumb (const frame_info_ptr &frame) function
710 any executing frame; otherwise, prefer arm_frame_is_thumb. */
770 return arm_frame_is_thumb (get_current_frame ());
2228 if (arm_frame_is_thumb (this_frame))
3134 if (arm_frame_is_thumb (this_frame))
3286 if (arm_frame_is_thumb (this_frame))
3339 if (arm_frame_is_thumb (frame))
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 631 arm_frame_is_thumb (const frame_info_ptr &frame) function
710 any executing frame; otherwise, prefer arm_frame_is_thumb. */
770 return arm_frame_is_thumb (get_current_frame ());
2228 if (arm_frame_is_thumb (this_frame))
3135 if (arm_frame_is_thumb (this_frame))
3288 if (arm_frame_is_thumb (this_frame))
3341 if (arm_frame_is_thumb (frame))

Completed in 60 milliseconds