Searched refs:file_ofs (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.h148 ULONGEST file_ofs,
H A Dcorelow.c229 [&] (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs,
294 sec->filepos = file_ofs;
1284 ULONGEST file_ofs = tsp.the_bfd_section->filepos;
1292 hex_string (file_ofs),
1299 hex_string (file_ofs),
1282 ULONGEST file_ofs = tsp.the_bfd_section->filepos; local
H A Dlinux-tdep.c1095 long page_size -- units for file_ofs
1099 long file_ofs
1210 ULONGEST file_ofs local
1221 loop_cb (i, start, end, file_ofs, filename, build_id);
1249 [=] (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs,
1257 hex_string (file_ofs),
1264 hex_string (file_ofs),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c215 [&] (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs,
275 sec->filepos = file_ofs;
1147 ULONGEST file_ofs = tsp->the_bfd_section->filepos;
1155 hex_string (file_ofs),
1162 hex_string (file_ofs),
1145 ULONGEST file_ofs = tsp->the_bfd_section->filepos; local
H A Darch-utils.h291 ULONGEST file_ofs,
H A Dlinux-tdep.c1049 long page_size -- units for file_ofs
1053 long file_ofs
1074 ULONGEST file_ofs,
1154 ULONGEST file_ofs local
1160 loop_cb (i, start, end, file_ofs, filename, nullptr);
1188 [=] (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs,
1196 hex_string (file_ofs),
1203 hex_string (file_ofs),
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 Darch-utils.c1050 ULONGEST file_ofs,
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 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
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c17549 bfd_vma start, end, file_ofs;
17561 file_ofs = byte_get (descdata, addr_size);
17569 print_vma (file_ofs, FULL_HEX);
17546 bfd_vma start, end, file_ofs; local
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c18097 bfd_vma start, end, file_ofs;
18109 file_ofs = byte_get (descdata, addr_size);
18117 print_vma (file_ofs, FULL_HEX);
18094 bfd_vma start, end, file_ofs; local
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c19508 bfd_vma start, end, file_ofs;
19520 file_ofs = byte_get (descdata, addr_size);
19528 print_vma (file_ofs, FULL_HEX);
19505 bfd_vma start, end, file_ofs; local

Completed in 587 milliseconds