Searched refs:core_gdbarch (Results 1 – 2 of 2) sorted by relevance
71 struct gdbarch *core_gdbarch = NULL; variable143 if (core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in sniff_core_bfd()230 core_gdbarch = NULL; in core_close()345 core_gdbarch = gdbarch_from_bfd (core_bfd); in core_open()476 if (core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in get_core_register_section()480 regset = gdbarch_regset_from_core_section (core_gdbarch, name, size); in get_core_register_section()511 if (!(core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in get_core_registers()
1751 (core_gdbarch): New variable.