| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | event-loop.c | 487 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL; in create_file_handler() 488 file_ptr = file_ptr->next_file) in create_file_handler() 565 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL; in delete_file_handler() 566 file_ptr = file_ptr->next_file) in delete_file_handler() 663 file_ptr = file_ptr->next_file) in handle_file_event() 681 mask = (file_ptr->ready_mask & file_ptr->mask) | in handle_file_event() 713 mask = file_ptr->ready_mask & file_ptr->mask; in handle_file_event() 721 (*file_ptr->proc) (file_ptr->error, file_ptr->client_data); in handle_file_event() 804 file_ptr = file_ptr->next_file) in gdb_wait_for_event() 810 if (file_ptr) in gdb_wait_for_event() [all …]
|
| H A D | coff-pe-read.c | 159 bfd_seek (abfd, (file_ptr) where, SEEK_SET); in pe_get16() 169 bfd_seek (abfd, (file_ptr) where, SEEK_SET); in pe_get32() 244 bfd_seek (dll, (file_ptr) secptr1, SEEK_SET); in read_pe_exported_syms() 273 bfd_seek (dll, (file_ptr) secptr1 + 0, SEEK_SET); in read_pe_exported_syms() 288 bfd_seek (dll, (file_ptr) expptr, SEEK_SET); in read_pe_exported_syms()
|
| H A D | mipsread.c | 273 (file_ptr) 0, sym_secsize)) in read_alphacoff_dynamic_symtab() 276 (file_ptr) 0, str_secsize)) in read_alphacoff_dynamic_symtab() 279 (file_ptr) 0, dyninfo_secsize)) in read_alphacoff_dynamic_symtab() 282 (file_ptr) 0, got_secsize)) in read_alphacoff_dynamic_symtab()
|
| H A D | stabsread.h | 181 file_ptr stabstroffset, 189 file_ptr stabstroffset, unsigned int stabstrsize);
|
| H A D | symfile.h | 313 extern void dwarf_build_psymtabs (struct objfile *, int, file_ptr, 314 unsigned int, file_ptr, unsigned int);
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | ieee.h | 46 file_ptr offset[N_W_VARIABLES]; 50 file_ptr extension_record; 51 file_ptr environmental_record; 52 file_ptr section_part; 53 file_ptr external_part; 54 file_ptr debug_information_part; 55 file_ptr data_part; 56 file_ptr trailer_part; 57 file_ptr me_record;
|
| H A D | oasys.h | 31 file_ptr mod_tbl_offset; 34 file_ptr sym_tbl_offset; 36 file_ptr xref_lst_offset; 62 file_ptr file_offset;
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | ieee.h | 46 file_ptr offset[N_W_VARIABLES]; 50 file_ptr extension_record; 51 file_ptr environmental_record; 52 file_ptr section_part; 53 file_ptr external_part; 54 file_ptr debug_information_part; 55 file_ptr data_part; 56 file_ptr trailer_part; 57 file_ptr me_record;
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | sco5-core.c | 47 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr)); 62 file_ptr filepos; 92 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0 137 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), 168 (file_ptr) coffsets.u_user)) 176 (file_ptr) coffsets.u_data)) 183 (file_ptr) coffsets.u_stack)) 195 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), 201 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0) 217 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0) [all …]
|
| H A D | rs6000-core.c | 268 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) in read_hdr() 317 file_ptr c_stack, c_regoff, c_loader; in rs6000coff_core_p() 334 c_stack = (file_ptr) core.new.c_stack; in rs6000coff_core_p() 508 file_ptr ldi_core; in rs6000coff_core_p() 514 file_ptr c_data, c_vmm; in rs6000coff_core_p() 519 c_data = (file_ptr) core.new.c_data; in rs6000coff_core_p() 521 c_vmm = (file_ptr) core.new.c_vmm; in rs6000coff_core_p() 526 c_data = (file_ptr) (ptr_to_uint) core.old.c_data; in rs6000coff_core_p() 528 c_vmm = (file_ptr) (ptr_to_uint) core.old.c_vmm; in rs6000coff_core_p() 593 file_ptr vminfo_offset; in rs6000coff_core_p() [all …]
|
| H A D | libbfd.h | 71 file_ptr first_file_filepos; 134 (bfd *, file_ptr); 136 (bfd *, file_ptr, bfd *); 156 (bfd *archive, file_ptr filepos); 228 (bfd *, asection *, void *, file_ptr, bfd_size_type); 230 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 670 extern file_ptr real_ftell (FILE *file); 757 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes); 758 file_ptr (*bwrite) (struct bfd *abfd, const void *ptr, 759 file_ptr nbytes); [all …]
|
| H A D | cache.c | 242 static file_ptr 252 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek() 267 static file_ptr 268 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread() 271 file_ptr nread; in cache_bread() 295 if (nread == (file_ptr)-1) in cache_bread() 314 static file_ptr 315 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite() 317 file_ptr nwrite; in cache_bwrite()
|
| H A D | libaout.h | 363 file_ptr sym_filepos; 364 file_ptr str_filepos; 493 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type); 566 (bfd *, bfd_size_type *, file_ptr *); 592 void (*) (bfd *, file_ptr *, file_ptr *, file_ptr *)); 627 file_ptr text_end; \ 641 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 \ 650 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF(*execp)), SEEK_SET) != 0)\ 657 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) \ 662 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*execp)), SEEK_SET) != 0) \
|
| H A D | bfdio.c | 40 file_ptr 53 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek() 206 file_ptr 209 file_ptr ptr; in bfd_tell() 263 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek() 266 file_ptr file_position; in bfd_seek() 439 file_ptr
|
| H A D | libbfd-in.h | 66 file_ptr first_file_filepos; 81 file_ptr armap_datepos; /* Position within archive to seek to 129 (bfd *, file_ptr); 131 (bfd *, file_ptr, bfd *); 151 (bfd *archive, file_ptr filepos); 223 (bfd *, asection *, void *, file_ptr, bfd_size_type); 225 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 366 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \ 374 (bfd *, asection *, const void *, file_ptr, bfd_size_type); 665 extern file_ptr real_ftell (FILE *file); [all …]
|
| H A D | opncls.c | 431 file_ptr nbytes, file_ptr offset); 434 file_ptr where; 437 static file_ptr 445 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek() 457 static file_ptr 458 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread() 468 static file_ptr 471 file_ptr nbytes ATTRIBUTE_UNUSED) in opncls_bwrite() 517 file_ptr (*pread) (struct bfd *abfd, in bfd_openr_iovec() 520 file_ptr nbytes, in bfd_openr_iovec() [all …]
|
| H A D | libecoff.h | 75 bfd *(*get_elt_at_filepos) (bfd *, file_ptr); 86 file_ptr reloc_filepos; 89 file_ptr sym_filepos; 238 (bfd *, asection *, void * location, file_ptr, bfd_size_type); 302 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
|
| H A D | libieee.h | 57 file_ptr current_pos; 77 file_ptr output_cursor; 118 file_ptr file_offset;
|
| H A D | bfd-in.h | 178 typedef @bfd_file_ptr@ file_ptr; typedef 294 file_ptr file_offset; /* Look here to find the file. */ 305 file_ptr pos; 507 extern int bfd_seek (bfd *, file_ptr, int); 508 extern file_ptr bfd_tell (bfd *); 652 const struct ecoff_debug_swap *swap, file_ptr where); 656 struct bfd_link_info *info, file_ptr where); 811 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
|
| H A D | osf-core.c | 36 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr)); 66 file_ptr filepos; 145 (file_ptr) core_scnhdr.scnptr))
|
| H A D | archive64.c | 45 file_ptr arhdrpos; in bfd_elf64_archive_slurp_armap() 64 if (bfd_seek (abfd, (file_ptr) - 16, SEEK_CUR) != 0) in bfd_elf64_archive_slurp_armap() 155 file_ptr archive_member_file_ptr; in bfd_elf64_archive_write_armap()
|
| H A D | ppcboot.c | 95 PARAMS ((bfd *, asection *, PTR, file_ptr, bfd_size_type)); 101 PARAMS ((bfd *, asection *, const PTR, file_ptr, bfd_size_type)); 237 file_ptr offset; 240 if (bfd_seek (abfd, offset + (file_ptr) sizeof (ppcboot_hdr_t), SEEK_SET) != 0 365 file_ptr offset;
|
| H A D | archive.c | 152 file_ptr ptr; 268 _bfd_look_for_bfd_in_cache (bfd *arch_bfd, file_ptr filepos) in _bfd_look_for_bfd_in_cache() 499 _bfd_get_elt_at_filepos (bfd *archive, file_ptr filepos) in _bfd_get_elt_at_filepos() 585 file_ptr filestart; in bfd_generic_openr_next_archived_file() 912 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in bfd_slurp_armap() 963 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in bfd_slurp_bsd_armap_f2() 1063 if (bfd_seek (abfd, (file_ptr) -16, SEEK_CUR) != 0) in _bfd_slurp_extended_name_table() 1680 if (bfd_seek (arch, (file_ptr) 0, SEEK_SET) != 0) in _bfd_write_archive_contents() 1725 if (bfd_seek (current, (file_ptr) 0, SEEK_SET) != 0) in _bfd_write_archive_contents() 1783 file_ptr elt_no = 0; in _bfd_compute_and_write_armap() [all …]
|
| H A D | coff-ia64.c | 78 file_ptr offset; 80 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 2393 file_ptr = file_ptr->next_file) in add_file() 3813 file_ptr = file_ptr->next_file) in update_headers() 3857 file_ptr->fdr.cpd = file_ptr->procs.num_allocated; in update_headers() 3861 file_ptr->fdr.csym = file_ptr->symbols.num_allocated; in update_headers() 3865 file_ptr->fdr.caux = file_ptr->aux_syms.num_allocated; in update_headers() 3869 file_ptr->fdr.cbSs = file_ptr->strings.num_allocated; in update_headers() 4112 file_ptr = file_ptr->next_file) in write_object() 4124 file_ptr = file_ptr->next_file) in write_object() 4136 file_ptr = file_ptr->next_file) in write_object() 4148 file_ptr = file_ptr->next_file) in write_object() [all …]
|