Home
last modified time | relevance | path

Searched refs:efp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcore.c1548 core_elf_fdopen(elf_file_t *efp, GElf_Half type, int *perr) in core_elf_fdopen() argument
1563 if (pread64(efp->e_fd, &e32, sizeof (e32), 0) != sizeof (e32)) { in core_elf_fdopen()
1591 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { in core_elf_fdopen()
1597 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen()
1598 efp->e_hdr.e_type = e64.e_type; in core_elf_fdopen()
1599 efp->e_hdr.e_machine = e64.e_machine; in core_elf_fdopen()
1600 efp->e_hdr.e_version = e64.e_version; in core_elf_fdopen()
1601 efp->e_hdr.e_entry = e64.e_entry; in core_elf_fdopen()
1602 efp->e_hdr.e_phoff = e64.e_phoff; in core_elf_fdopen()
1603 efp->e_hdr.e_shoff = e64.e_shoff; in core_elf_fdopen()
[all …]
/titanic_50/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c53 FILE *efp; in do_extends() local
108 efp = fopen(ifilename, "r"); in do_extends()
109 if (efp == NULL) { in do_extends()
122 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
139 if (found = arch_match(efp, T_info->ti_archtoken)) in do_extends()
150 T_info->ti_archtoken, efp); in do_extends()
197 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
258 (void) fclose(efp); in do_extends()
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c43 static FILE *efp = NULL; variable
55 efp = stdin;
58 efp = fdopen(efd, "r");
80 if (!fgets(lbuf, sizeof(lbuf) - 1, efp))
/titanic_50/usr/src/cmd/fm/fmdump/common/
H A Dfault.c154 const struct fmdump_fmt *efp = &fmdump_err_ops.do_formats[FMDUMP_VERB1]; in flt_verb23_cmn() local
182 fmdump_printf(fp, "\n %s\n", efp->do_hdr); in flt_verb23_cmn()
186 efp->do_func(lp, &rp->rec_xrefs[i], fp); in flt_verb23_cmn()
/titanic_50/usr/src/lib/efcode/engine/
H A Dforth.c2414 error_frame *efp; in throw_from_fclib() local
2428 efp = env->catch_frame; in throw_from_fclib()
2429 if (!efp) in throw_from_fclib()
2439 DS = efp->ds; in throw_from_fclib()
2440 RS = efp->rs; in throw_from_fclib()
2441 MYSELF = efp->myself; in throw_from_fclib()
2443 efp->code = errcode; in throw_from_fclib()