HomeSort by: relevance | last modified time | path
    Searched refs:loop_cb (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.h 390 read_core_file_mappings_loop_ftype loop_cb);
gdbarch-gen.h 1768 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);
1769 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);
arch-utils.c 1101 read_core_file_mappings_loop_ftype loop_cb)
linux-tdep.c 1111 LOOP_CB is the callback function that will be executed once
1119 read_core_file_mappings_loop_ftype loop_cb)
1226 loop_cb (i, start, end, file_ofs, filename, build_id);
gdbarch-gen.c 5483 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)
5489 gdbarch->read_core_file_mappings (gdbarch, cbfd, pre_loop_cb, loop_cb);
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.h 390 read_core_file_mappings_loop_ftype loop_cb);
gdbarch-gen.h 1764 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);
1765 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);
arch-utils.c 1101 read_core_file_mappings_loop_ftype loop_cb)
linux-tdep.c 1126 LOOP_CB is the callback function that will be executed once
1134 read_core_file_mappings_loop_ftype loop_cb)
1237 loop_cb (i, start, end, file_ofs, filename, build_id);
gdbarch-gen.c 5496 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)
5502 gdbarch->read_core_file_mappings (gdbarch, cbfd, pre_loop_cb, loop_cb);

Completed in 89 milliseconds