Searched refs:cbfd (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbcore.h131 #define core_bfd (current_program_space->cbfd.get ())
H A Dprogspace.h292 gdb_bfd_ref_ptr cbfd; member in struct:program_space
H A Darch-utils.h285 struct bfd *cbfd,
H A Dcorelow.c313 current_program_space->cbfd.reset (nullptr);
465 current_program_space->cbfd = std::move (temp_bfd);
H A Darch-utils.c1044 struct bfd *cbfd,
1041 default_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd, gdb::function_view<void (ULONGEST count)> pre_loop_cb, gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb) argument
H A Dlinux-tdep.c1068 struct bfd *cbfd,
1085 asection *section = bfd_get_section_by_name (cbfd, ".note.linuxcore.file");
1067 linux_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd, gdb::function_view<void (ULONGEST count)> pre_loop_cb, gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb) argument
H A Dgdbarch.h1638 typedef void (gdbarch_read_core_file_mappings_ftype) (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb);
1639 extern void gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb);
H A Dgdbarch.sh1182 m;void;read_core_file_mappings;struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb;cbfd, pre_loop_cb, loop_cb;;default_read_core_file_mappings;;0
H A Dgdbarch.c5192 gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb) argument
5198 gdbarch->read_core_file_mappings (gdbarch, cbfd, pre_loop_cb, loop_cb);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbcore.h131 #define core_bfd (current_program_space->cbfd.get ())
H A Dprogspace.c304 if (pspace->cbfd != nullptr)
305 uiout->field_string ("core", bfd_get_filename (pspace->cbfd.get ()),
H A Dprogspace.h324 gdb_bfd_ref_ptr cbfd; member in struct:program_space
H A Dlinux-tdep.c1115 struct bfd *cbfd,
1125 asection *section = bfd_get_section_by_name (cbfd, ".note.linuxcore.file");
1186 const bfd_build_id *orig_build_id = cbfd->build_id;
1191 for (bfd_section *sec = cbfd->sections; sec != nullptr; sec = sec->next)
1193 cbfd->build_id = nullptr;
1196 && (get_elf_backend_data (cbfd)->elf_backend_core_find_build_id
1197 (cbfd, (bfd_vma) sec->filepos)))
1198 vma_map[sec->vma] = cbfd->build_id;
1201 cbfd->build_id = orig_build_id;
1113 linux_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb) argument
H A Darch-utils.h304 struct bfd *cbfd,
H A Dcorelow.c311 set_cbfd_soname_build_id (current_program_space->cbfd,
335 current_program_space->cbfd.reset (nullptr);
516 current_program_space->cbfd = std::move (temp_bfd);
H A Dgdbarch-gen.h1656 typedef void (gdbarch_read_core_file_mappings_ftype) (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb);
1657 extern void gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb);
H A Darch-utils.c1091 struct bfd *cbfd,
1087 default_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb) argument
H A Dsolib.c575 = get_cbfd_soname_build_id (current_program_space->cbfd, so->so_name);
H A Dgdbarch.c5302 gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb) argument
5308 gdbarch->read_core_file_mappings (gdbarch, cbfd, pre_loop_cb, loop_cb);
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c275 core_get_text_space (bfd *cbfd)
286 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space,
274 core_get_text_space(bfd *cbfd) argument
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c275 core_get_text_space (bfd *cbfd)
286 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space,
274 core_get_text_space(bfd *cbfd) argument
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcorefile.c273 core_get_text_space (bfd *cbfd)
284 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space,
272 core_get_text_space(bfd *cbfd) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c244 (bfd *cbfd, bfd *ebfd);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c263 (bfd *cbfd, bfd *ebfd);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff64-rs6000.c244 (bfd *cbfd, bfd *ebfd);

Completed in 605 milliseconds

12