Searched refs:exec_bfd (Results 226 - 236 of 236) sorted by relevance

12345678910

/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/riscv32/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/x86_64/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/vax/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/sparc/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/mipsn64el/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/riscv64/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/sh3el/
H A Dbfd.h7277 (bfd *core_bfd, bfd *exec_bfd);
7280 (bfd *core_bfd, bfd *exec_bfd);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c59 #include "gdbcore.h" /* for exec_bfd */
10785 if (!exec_bfd)
10794 for (s = exec_bfd->sections; s; s = s->next)
10814 bfd_get_section_contents (exec_bfd, s, sectdata.data (), 0, size);
13189 if (!exec_bfd)
13196 for (s = exec_bfd->sections; s; s = s->next)
H A Darm-tdep.c7650 the assert on the mismatch of info->mach and bfd_get_mach (exec_bfd)
7652 if (exec_bfd != NULL)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c11042 if (!current_program_space->exec_bfd ())
11051 for (s = current_program_space->exec_bfd ()->sections; s; s = s->next)
11071 bfd_get_section_contents (current_program_space->exec_bfd (), s,
13455 bfd *abfd = current_program_space->exec_bfd ();
H A Darm-tdep.c8711 bfd_get_mach (current_program_space->exec_bfd ()) in
8713 if (current_program_space->exec_bfd () != NULL
8714 && (current_program_space->exec_bfd ()->arch_info

Completed in 890 milliseconds

12345678910