Searched defs:aout (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c96 int c, aout = 0; local
114 aout = 1;
166 run_fcode_from_file(env, fcode_file, aout);
/osnet-11/usr/src/lib/libproc/common/
H A DPexecname.c75 * aout parameter), and a function which is responsible for doing any
80 Pfindexec(struct ps_prochandle *P, const char *aout, argument
90 dprintf("Pfindexec '%s'\n", aout);
99 * If the aout parameter turns out to be a directory, this is
103 if (aout != NULL && stat(aout, &st) == 0 && !S_ISDIR(st.st_mode)) {
104 if (try_exec(P, ".", aout, buf, isexec, isdata))
107 aout = ".";
109 } else if (aout == NULL || errno != 0)
110 aout
[all...]
H A DPcore.c1708 elf_file_t aout; local
1724 aout.e_elf = NULL;
1725 aout.e_fd = -1;
1991 (void) Pfindexec(P, aout_path, core_exec_open, &aout);
1999 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) {
2003 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx,
2085 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL &&
2086 (dmp = core_find_data(P, aout.e_elf, &rl)) != NULL) {
2130 core_elf_close(&aout);
2186 Pgrab_core(const char *core, const char *aout, int gflag, int *perr) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c52 struct exec *aout; member in union:__anon290
62 pu.aout = (struct exec *) buffer;
168 pu.aout = (struct exec *) buffer;
172 else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout))))
174 entry_addr = (entry_func) pu.aout->a_entry;
201 if (N_GETMAGIC ((*(pu.aout))) != NMAGIC)
208 grub_seek (N_TXTOFF (*(pu.aout)));
209 text_len = pu.aout->a_text;
210 data_len = pu.aout->a_data;
211 bss_len = pu.aout
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pid.c462 const prmap_t *aout, *pmp; local
468 (aout = Pname_to_map(pp.dpp_pr, "a.out")) == NULL ||
470 aout->pr_vaddr != pmp->pr_vaddr) {

Completed in 30 milliseconds