HomeSort by relevance Sort by last modified time
    Searched refs:file_ptr (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/include/nlm/
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...]
  /toolchain/binutils/binutils-2.25/bfd/
liboasys.h 47 file_ptr current_pos;
55 file_ptr file_offset;
61 file_ptr pos;
78 file_ptr first_data_record;
cache.c 257 static file_ptr
267 cache_bseek (struct bfd *abfd, file_ptr offset, int whence)
282 static file_ptr
283 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes)
286 file_ptr nread;
310 if (nread == (file_ptr)-1)
333 static file_ptr
334 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes)
336 file_ptr nread = 0;
343 const file_ptr max_chunk_size = 0x800000
    [all...]
libieee.h 57 file_ptr current_pos;
77 file_ptr output_cursor;
118 file_ptr file_offset;
sco5-core.c 55 file_ptr filepos)
82 if (bfd_seek (abfd, (file_ptr) filepos, SEEK_SET) != 0
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
157 (file_ptr) coffsets.u_user))
165 (file_ptr) coffsets.u_data))
172 (file_ptr) coffsets.u_stack))
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
190 || (bfd_seek (abfd, (file_ptr) cheadoffs, SEEK_SET) != 0)
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0
    [all...]
bfdio.c 43 file_ptr
56 real_fseek (FILE *file, file_ptr offset, int whence)
146 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
147 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
148 . file_ptr nbytes);
151 . file_ptr (*btell) (struct bfd *abfd);
154 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
165 . int prot, int flags, file_ptr offset,
227 file_ptr
    [all...]
libbfd.h 71 file_ptr first_file_filepos;
86 file_ptr armap_datepos; /* Position within archive to seek to
100 file_ptr origin; /* For element of a thin archive. */
102 file_ptr key;
138 (bfd *, file_ptr);
140 (bfd *, file_ptr, bfd *);
162 (bfd *archive, file_ptr filepos);
245 (bfd *, asection *, void *, file_ptr, bfd_size_type);
247 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
445 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type))
    [all...]
libecoff.h 75 bfd *(*get_elt_at_filepos) (bfd *, file_ptr);
91 file_ptr reloc_filepos;
94 file_ptr sym_filepos;
242 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
308 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
som.h 131 file_ptr sym_filepos;
132 file_ptr str_filepos;
133 file_ptr reloc_filepos;
rs6000-core.c 281 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0)
301 bfd_size_type size, bfd_vma vma, file_ptr filepos)
330 file_ptr c_stack, c_regoff, c_loader;
354 c_stack = (file_ptr) core.new_dump.c_stack;
364 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack;
368 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old);
428 if (c_stack + (file_ptr) c_size != statbuf.st_size)
436 if (!CORE_NEW (core) && (c_loader < (file_ptr) sizeof core.old ||
528 file_ptr ldi_core;
534 file_ptr c_data, c_vmm
    [all...]
i386msdos.c 47 file_ptr outfile_size = sizeof(hdr);
64 file_ptr sec_end = (sizeof (hdr)
98 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
109 file_ptr offset,
libbfd-in.h 66 file_ptr first_file_filepos;
81 file_ptr armap_datepos; /* Position within archive to seek to
95 file_ptr origin; /* For element of a thin archive. */
97 file_ptr key;
133 (bfd *, file_ptr);
135 (bfd *, file_ptr, bfd *);
157 (bfd *archive, file_ptr filepos);
240 (bfd *, asection *, void *, file_ptr, bfd_size_type);
242 (bfd *, asection *, bfd_window *, file_ptr, bfd_size_type);
440 ((bfd_boolean (*) (bfd *, asection *, const void *, file_ptr, bfd_size_type))
    [all...]
elfcore.h 193 if (where != (file_ptr) where)
197 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
229 if (where != (file_ptr) where)
234 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
241 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_phoff, SEEK_SET) != 0)
libaout.h 379 file_ptr sym_filepos;
380 file_ptr str_filepos;
496 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
569 (bfd *, bfd_size_type *, file_ptr *);
595 void (*) (bfd *, file_ptr *, file_ptr *, file_ptr *));
630 file_ptr text_end; \
644 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0 \
653 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF(*execp)), SEEK_SET) != 0)
    [all...]
lynx-core.c 65 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)
coff-ia64.c 77 file_ptr offset;
79 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
vms-lib.c 172 file_ptr off;
200 file_ptr off;
215 file_ptr off;
232 file_ptr off;
770 file_ptr next_block;
775 file_ptr first_block;
778 file_ptr init_next_block;
803 static file_ptr
837 static file_ptr
838 vms_lib_bread_raw (struct bfd *abfd, unsigned char *buf, file_ptr nbytes
    [all...]
hpux-core.c 185 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
212 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0)
270 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
288 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
netbsd.h 89 file_ptr text_end;
opncls.c 419 file_ptr (*pread_func) (struct bfd *nbfd,
422 file_ptr nbytes,
423 file_ptr offset),
470 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf,
471 file_ptr nbytes, file_ptr offset);
474 file_ptr where;
477 static file_ptr
485 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence)
497 static file_ptr
    [all...]
  /toolchain/binutils/binutils-2.25/include/
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;
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;
  /toolchain/binutils/binutils-2.25/include/vms/
internal.h 54 file_ptr file_pos;
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 37 static file_ptr iovec_read (struct bfd *nbfd ATTRIBUTE_UNUSED,
38 void *stream, void *buf, file_ptr nbytes,
39 file_ptr offset)
strings.c 145 static void print_strings (const char *, FILE *, file_ptr, int, int, char *);
147 static long get_char (FILE *, file_ptr *, int *, char **);
371 if (bfd_get_section_contents (abfd, sect, mem, (file_ptr) 0, sectsize))
458 print_strings (file, stream, (file_ptr) 0, 0, 0, (char *) 0);
483 get_char (FILE *stream, file_ptr *address, int *magiccount, char **magic)
547 print_strings (const char *filename, FILE *stream, file_ptr address,
554 file_ptr start;

Completed in 1248 milliseconds

1 2 3 4 5 6