Searched refs:code_of_frame_writable (Results 1 – 3 of 3) sorted by relevance
99 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable; member743 host_address_to_string (gdbarch->code_of_frame_writable)); in gdbarch_dump()2345 gdb_assert (gdbarch->code_of_frame_writable != NULL); in gdbarch_code_of_frame_writable()2348 return gdbarch->code_of_frame_writable (gdbarch, frame); in gdbarch_code_of_frame_writable()2353 … gdbarch_code_of_frame_writable_ftype code_of_frame_writable) in set_gdbarch_code_of_frame_writable() argument2355 gdbarch->code_of_frame_writable = code_of_frame_writable; in set_gdbarch_code_of_frame_writable()
367 …e_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);
7170 code_of_frame_writable if the target is M-profile.7173 * gdbarch.sh (code_of_frame_writable): New.