Searched refs:file_ptr (Results 1 - 25 of 121) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dinternal.h77 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 exitProcedureOffse
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Devent-loop.c485 file_handler *file_ptr;
489 for (file_ptr = gdb_notifier.first_file_handler; file_ptr != NULL;
490 file_ptr = file_ptr->next_file)
492 if (file_ptr->fd == fd)
498 if (file_ptr == NULL)
500 file_ptr = (file_handler *) xmalloc (sizeof (file_handler));
501 file_ptr->fd = fd;
502 file_ptr
483 file_handler *file_ptr; local
556 file_handler *file_ptr, *prev_ptr = NULL; local
653 file_handler *file_ptr; local
737 file_handler *file_ptr; local
[all...]
H A Dstabsread.h184 file_ptr stabstroffset,
192 file_ptr stabstroffset, unsigned int stabstrsize);
H A Dcoff-pe-read.c162 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
172 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
248 bfd_seek (dll, (file_ptr) secptr1, SEEK_SET);
277 bfd_seek (dll, (file_ptr) secptr1 + 0, SEEK_SET);
292 bfd_seek (dll, (file_ptr) expptr, SEEK_SET);
H A Dsymfile.h322 extern void dwarf_build_psymtabs (struct objfile *, int, file_ptr,
323 unsigned int, file_ptr, unsigned int);
H A Dgdb-stabs.h57 file_ptr symtab_offset; /* Offset in file to symbol table */
H A Dmipsread.c251 (file_ptr) 0, sym_secsize))
254 (file_ptr) 0, str_secsize))
257 (file_ptr) 0, dyninfo_secsize))
260 (file_ptr) 0, got_secsize))
/haiku-fatelf/src/bin/gdb/bfd/
H A Dliboasys.h47 file_ptr current_pos;
55 file_ptr file_offset;
61 file_ptr pos;
78 file_ptr first_data_record;
H A Dlibieee.h57 file_ptr current_pos;
77 file_ptr output_cursor;
118 file_ptr file_offset;
H A Drs6000-core.c261 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0)
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_dat
[all...]
H A Dsco5-core.c45 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
140 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
151 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
171 (file_ptr) coffsets.u_user))
179 (file_ptr) coffsets.u_data))
186 (file_ptr) coffsets.u_stack))
198 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
204 || (bfd_seek (abfd, (file_ptr) cheadoff
[all...]
H A Dcache.c48 static file_ptr
55 cache_bseek (struct bfd *abfd, file_ptr offset, int whence)
67 static file_ptr
68 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes)
70 file_ptr nread;
90 if (nread == (file_ptr)-1)
109 static file_ptr
110 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes)
112 file_ptr nwrite = fwrite (where, 1, nbytes, bfd_cache_lookup (abfd));
H A Dbfdio.c41 file_ptr
54 real_fseek (FILE *file, file_ptr offset, int whence)
84 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
85 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
86 . file_ptr nbytes);
89 . file_ptr (*btell) (struct bfd *abfd);
92 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
188 file_ptr
191 file_ptr pt
[all...]
H A Dlibbfd.h62 file_ptr first_file_filepos;
76 file_ptr armap_datepos; /* Position within archive to seek to
114 (bfd *, file_ptr);
116 (bfd *, file_ptr, bfd *);
136 (bfd *archive, file_ptr filepos);
205 (bfd *, asection *, void *, file_ptr, bfd_size_type);
207 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
341 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \
349 (bfd *, asection *, const void *, file_ptr, bfd_size_type);
622 /* Manipulate a system FILE but using BFD's "file_ptr", rathe
[all...]
H A Dlibbfd-in.h57 file_ptr first_file_filepos;
71 file_ptr armap_datepos; /* Position within archive to seek to
109 (bfd *, file_ptr);
111 (bfd *, file_ptr, bfd *);
131 (bfd *archive, file_ptr filepos);
200 (bfd *, asection *, void *, file_ptr, bfd_size_type);
202 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
336 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type)) \
344 (bfd *, asection *, const void *, file_ptr, bfd_size_type);
617 /* Manipulate a system FILE but using BFD's "file_ptr", rathe
[all...]
H A Di386msdos.c64 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
79 file_ptr outfile_size = sizeof(hdr);
96 file_ptr sec_end = (sizeof (hdr)
130 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
142 file_ptr offset;
H A Dlibecoff.h77 bfd *(*get_elt_at_filepos) PARAMS ((bfd *, file_ptr));
88 file_ptr reloc_filepos;
91 file_ptr sym_filepos;
240 PARAMS ((bfd *, asection *, PTR location, file_ptr, bfd_size_type));
304 PARAMS ((bfd *, asection *, const PTR location, file_ptr, bfd_size_type));
H A Dlibaout.h367 file_ptr sym_filepos;
368 file_ptr str_filepos;
497 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
566 PARAMS ((bfd *, bfd_size_type *, file_ptr *));
591 void (*) (bfd *, file_ptr *, file_ptr *, file_ptr *)));
620 file_ptr text_end; \
633 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 \
642 if (bfd_seek (abfd, (file_ptr) (N_SYMOF
[all...]
H A Dlynx-core.c63 file_ptr filepos;
105 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0)
137 if (bfd_seek (abfd, (file_ptr) pagesize, SEEK_SET) != 0)
H A Dosf-core.c34 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr));
65 file_ptr filepos;
145 (file_ptr) core_scnhdr.scnptr))
H A Dsom.h135 file_ptr sym_filepos;
136 file_ptr str_filepos;
137 file_ptr reloc_filepos;
H A Dcoff-ia64.c78 file_ptr offset;
80 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
H A Dhpux-core.c194 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
221 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0)
276 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
294 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
/haiku-fatelf/src/bin/gdb/include/
H A Dieee.h46 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 Doasys.h31 file_ptr mod_tbl_offset;
34 file_ptr sym_tbl_offset;
36 file_ptr xref_lst_offset;
62 file_ptr file_offset;

Completed in 127 milliseconds

12345