Home
last modified time | relevance | path

Searched refs:sim_prepare_for_program (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Dinterp.c337 sim_prepare_for_program (SIM_DESC sd, bfd* abfd) in sim_prepare_for_program() function
472 if (sim_prepare_for_program (sd, abfd) != SIM_RC_OK) in sim_open()
543 return sim_prepare_for_program (sd, abfd); in sim_create_inferior()
DChangeLog-2021284 (sim_prepare_for_program): Update sim_get_bank_parameters call.
682 * interp.c (sim_prepare_for_program): Use bfd_get_section_size
718 (sim_prepare_for_program): Call it to obtain the memory bank parameters.
719 (sim_open): Call sim_prepare_for_program.
752 * interp.c (sim_prepare_for_program, sim_open)
761 * interp.c (sim_prepare_for_program): Look up the image for the
768 (sim_prepare_for_program): Use the sim_hw_configure exit code to
973 (sim_prepare_for_program): New function.
977 (sim_create_inferior): Use sim_prepare_for_program.