/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | event-loop.c | 483 file_handler *file_ptr; in create_file_handler() local 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() 490 if (file_ptr->fd == fd) in create_file_handler() 496 if (file_ptr == NULL) in create_file_handler() 498 file_ptr = (file_handler *) xmalloc (sizeof (file_handler)); in create_file_handler() 499 file_ptr->fd = fd; in create_file_handler() 500 file_ptr->ready_mask = 0; in create_file_handler() 501 file_ptr->next_file = gdb_notifier.first_file_handler; in create_file_handler() 502 gdb_notifier.first_file_handler = file_ptr; in create_file_handler() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/ |
H A D | internal.h | 77 file_ptr codeImageOffset; 85 file_ptr dataImageOffset; 100 file_ptr customDataOffset; 110 file_ptr moduleDependencyOffset; 118 file_ptr relocationFixupOffset; 120 file_ptr externalReferencesOffset; 122 file_ptr publicsOffset; 124 file_ptr debugInfoOffset; 126 file_ptr codeStartOffset; 127 file_ptr exitProcedureOffset; [all …]
|
/openbsd-src/gnu/usr.bin/binutils/include/nlm/ |
H A D | internal.h | 77 file_ptr codeImageOffset; 85 file_ptr dataImageOffset; 100 file_ptr customDataOffset; 110 file_ptr moduleDependencyOffset; 118 file_ptr relocationFixupOffset; 120 file_ptr externalReferencesOffset; 122 file_ptr publicsOffset; 124 file_ptr debugInfoOffset; 126 file_ptr codeStartOffset; 127 file_ptr exitProcedureOffset; [all …]
|
/openbsd-src/gnu/usr.bin/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;
|
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;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/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;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | sco5-core.c | 47 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr)); 62 file_ptr filepos; 93 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0 138 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), 149 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) 169 (file_ptr) coffsets.u_user)) 177 (file_ptr) coffsets.u_data)) 184 (file_ptr) coffsets.u_stack)) 196 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), 202 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0) [all …]
|
H A D | rs6000-core.c | 273 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) in read_hdr() 293 bfd_size_type size, bfd_vma vma, file_ptr filepos) in make_bfd_asection() 323 file_ptr c_stack, c_regoff, c_loader; in rs6000coff_core_p() 340 c_stack = (file_ptr) core.new.c_stack; in rs6000coff_core_p() 350 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack; in rs6000coff_core_p() 354 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old); in rs6000coff_core_p() 414 if (c_stack + (file_ptr) c_size != statbuf.st_size) in rs6000coff_core_p() 422 if (!CORE_NEW (core) && (c_loader < (file_ptr) sizeof core.old || in rs6000coff_core_p() 514 file_ptr ldi_core; in rs6000coff_core_p() 520 file_ptr c_data, c_vmm; in rs6000coff_core_p() [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 | libbfd.h | 71 file_ptr first_file_filepos; 85 file_ptr armap_datepos; /* Position within archive to seek to 133 (bfd *, file_ptr); 135 (bfd *, file_ptr, bfd *); 155 (bfd *archive, file_ptr filepos); 227 (bfd *, asection *, void *, file_ptr, bfd_size_type); 229 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 369 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \ 377 (bfd *, asection *, const void *, file_ptr, bfd_size_type); 663 extern file_ptr real_ftell (FILE *file); [all …]
|
H A D | liboasys.h | 47 file_ptr current_pos; 55 file_ptr file_offset; 61 file_ptr pos; 78 file_ptr first_data_record;
|
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); 563 (bfd *, bfd_size_type *, file_ptr *); 589 void (*) (bfd *, file_ptr *, file_ptr *, file_ptr *)); 624 file_ptr text_end; \ 638 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 \ 647 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF(*execp)), SEEK_SET) != 0)\ 654 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (*execp)), SEEK_SET) != 0) \ 659 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (*execp)), SEEK_SET) != 0) \
|
H A D | opncls.c | 399 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, 400 file_ptr nbytes, file_ptr offset); 402 file_ptr where; 405 static file_ptr 413 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek() 425 static file_ptr 426 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread() 429 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where); in opncls_bread() 436 static file_ptr 439 file_ptr nbytes ATTRIBUTE_UNUSED) in opncls_bwrite() [all …]
|
H A D | libbfd-in.h | 66 file_ptr first_file_filepos; 80 file_ptr armap_datepos; /* Position within archive to seek to 128 (bfd *, file_ptr); 130 (bfd *, file_ptr, bfd *); 150 (bfd *archive, file_ptr filepos); 222 (bfd *, asection *, void *, file_ptr, bfd_size_type); 224 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 364 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \ 372 (bfd *, asection *, const void *, file_ptr, bfd_size_type); 658 extern file_ptr real_ftell (FILE *file); [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | rs6000-core.c | 261 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0) in read_hdr() 286 file_ptr filepos; 317 file_ptr c_stack, c_regoff, c_loader; 334 c_stack = (file_ptr) core.new.c_stack; 344 c_stack = (file_ptr) core.old.c_stack; 348 c_loader = (file_ptr) COLD_LOADER (core.old); 408 if (c_stack + (file_ptr) c_size != statbuf.st_size) 416 if (!CORE_NEW (core) && (c_loader < (file_ptr) sizeof core.old || 508 file_ptr ldi_core; 514 file_ptr c_data, c_vmm; [all …]
|
H A D | sco5-core.c | 45 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr)); 61 file_ptr filepos; 92 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0 141 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), 152 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) 172 (file_ptr) coffsets.u_user)) 180 (file_ptr) coffsets.u_data)) 187 (file_ptr) coffsets.u_stack)) 199 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), 205 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0) [all …]
|
H A D | liboasys.h | 47 file_ptr current_pos; 55 file_ptr file_offset; 61 file_ptr pos; 78 file_ptr first_data_record;
|
H A D | libbfd-in.h | 57 file_ptr first_file_filepos; 70 file_ptr armap_datepos; /* Position within archive to seek to 107 (bfd *, file_ptr); 109 (bfd *, file_ptr, bfd *); 129 (bfd *archive, file_ptr filepos); 197 (bfd *, asection *, void *, file_ptr, bfd_size_type); 199 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 329 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \ 337 (bfd *, asection *, const void *, file_ptr, bfd_size_type); 599 extern file_ptr real_ftell (FILE *file); [all …]
|
H A D | libaout.h | 364 file_ptr sym_filepos; 365 file_ptr str_filepos; 493 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type)); 562 PARAMS ((bfd *, bfd_size_type *, file_ptr *)); 587 void (*) (bfd *, file_ptr *, file_ptr *, file_ptr *))); 611 file_ptr text_end; \ 624 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 \ 633 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF(*execp)), SEEK_SET) != 0)\ 640 if (bfd_seek (abfd, (file_ptr) (N_TRELOFF(*execp)), SEEK_SET) != 0) \ 645 if (bfd_seek (abfd, (file_ptr) (N_DRELOFF(*execp)), SEEK_SET) != 0) \
|
H A D | bfdio.c | 41 file_ptr 54 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek() 191 file_ptr 194 file_ptr ptr; in bfd_tell() 242 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek() 246 file_ptr file_position; in bfd_seek() 306 file_ptr where_am_i_now; in bfd_seek()
|
H A D | libbfd.h | 62 file_ptr first_file_filepos; 75 file_ptr armap_datepos; /* Position within archive to seek to 112 (bfd *, file_ptr); 114 (bfd *, file_ptr, bfd *); 134 (bfd *archive, file_ptr filepos); 202 (bfd *, asection *, void *, file_ptr, bfd_size_type); 204 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type); 334 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \ 342 (bfd *, asection *, const void *, file_ptr, bfd_size_type); 604 extern file_ptr real_ftell (FILE *file); [all …]
|
H A D | i386msdos.c | 64 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type)); 79 file_ptr outfile_size = sizeof(hdr); 97 file_ptr sec_end = sizeof(hdr) 131 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 143 file_ptr offset;
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 2100 efdr_t *file_ptr = cur_file_ptr; local 2101 varray_t *vp = &file_ptr->aux_syms; 2121 efdr_t *file_ptr = cur_file_ptr; local 2122 varray_t *vp = &file_ptr->aux_syms; 2145 efdr_t *file_ptr = cur_file_ptr; local 2146 varray_t *vp = &file_ptr->aux_syms; 2418 efdr_t *file_ptr = cur_file_ptr; local 2419 varray_t *vp = &file_ptr->procs; 2464 new_proc_ptr->isym = file_ptr->symbols.num_allocated; 2487 efdr_t *file_ptr; local [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | mips-tfile.c | 1983 efdr_t *file_ptr = cur_file_ptr; in add_aux_sym_symint() local 1984 varray_t *vp = &file_ptr->aux_syms; in add_aux_sym_symint() 2002 efdr_t *file_ptr = cur_file_ptr; in add_aux_sym_rndx() local 2003 varray_t *vp = &file_ptr->aux_syms; in add_aux_sym_rndx() 2023 efdr_t *file_ptr = cur_file_ptr; in add_aux_sym_tir() local 2024 varray_t *vp = &file_ptr->aux_syms; in add_aux_sym_tir() 2294 efdr_t *file_ptr = cur_file_ptr; in add_procedure() local 2295 varray_t *vp = &file_ptr->procs; in add_procedure() 2340 new_proc_ptr->isym = file_ptr->symbols.num_allocated; in add_procedure() 2385 efdr_t *file_ptr; in add_file() local [all …]
|