OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saveRead
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/elf2aout/
elf2aout.c
69
static void *
saveRead
(int file, off_t offset, size_t len, const char *name);
271
ph =
saveRead
(infile, ex.e_phoff,
277
sh =
saveRead
(infile, ex.e_shoff,
283
shstrtab =
saveRead
(infile, sh[ex.e_shstrndx].sh_offset,
474
oldstrings =
saveRead
(in, stroff, (size_t)strsize, "string table");
644
saveRead
(int file, off_t offset, size_t len, const char *name)
/src/usr.bin/elf2ecoff/
elf2ecoff.c
82
static char *
saveRead
(int, off_t, off_t, const char *);
182
ph = (Elf32_Phdr *)
saveRead
(infile, ex.e_phoff,
187
sh = (Elf32_Shdr *)
saveRead
(infile, ex.e_shoff,
193
shstrtab =
saveRead
(infile, sh[ex.e_shstrndx].sh_offset,
509
saveRead
(int file, off_t offset, off_t len, const char *name)
637
saveRead
(in, symoff, nsyms * sizeof(Elf32_Sym),
652
saveRead
(in, stroff, strsize, "ELF string table");
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025