Searched refs:read_seek (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c239 static void *read_seek (void *, size_t, off_t, const char *);
281 read_seek (void *ptr, size_t size, off_t offset, const char *context)
1342 read_seek (&magic, sizeof (magic), 0, "Magic number");
1347 read_seek (&global_hdr, sizeof (global_hdr), 0, "Global file header");
1360 read_seek (&sym_hdr, sizeof (sym_hdr), sym_hdr_offset, "Symbolic header");
1364 lines = read_seek (NULL, sym_hdr.cbLine, sym_hdr.cbLineOffset,
1367 dense_nums = read_seek (NULL, sym_hdr.idnMax * sizeof (DNR),
1370 proc_desc = read_seek (NULL, sym_hdr.ipdMax * sizeof (PDR),
1373 l_symbols = read_seek (NULL, sym_hdr.isymMax * sizeof (SYMR),
1376 opt_symbols = read_seek (NUL
278 read_seek (void *ptr, size_t size, off_t offset, const char *context) function
[all...]
H A Dmips-tfile.c1575 STATIC page_t *read_seek (Size_t, off_t, const char *);
4274 read_seek (Size_t size, /* # bytes to read */
4415 orig_linenum = (char *) read_seek (orig_sym_hdr.cbLine,
4420 orig_procs = (PDR *) read_seek (orig_sym_hdr.ipdMax * sizeof (PDR),
4425 orig_local_syms = (SYMR *) read_seek (orig_sym_hdr.isymMax * sizeof (SYMR),
4430 orig_aux_syms = (AUXU *) read_seek (orig_sym_hdr.iauxMax * sizeof (AUXU),
4435 orig_local_strs = (char *) read_seek (orig_sym_hdr.issMax,
4440 orig_ext_strs = (char *) read_seek (orig_sym_hdr.issExtMax,
4445 orig_files = (FDR *) read_seek (orig_sym_hdr.ifdMax * sizeof (FDR),
4450 orig_rfds = (symint_t *) read_seek (orig_sym_hd
4235 read_seek (Size_t size, /* # bytes to read */ function
[all...]

Completed in 153 milliseconds