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

/illumos-gate/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);
/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c78 * aout parameter), and a function which is responsible for doing any
83 Pfindexec(struct ps_prochandle *P, const char *aout, argument
93 dprintf("Pfindexec '%s'\n", aout);
102 * If the aout parameter turns out to be a directory, this is
106 if (aout != NULL && stat(aout, &st) == 0 && !S_ISDIR(st.st_mode)) {
107 if (try_exec(P, ".", aout, buf, isexec, isdata))
110 aout = ".";
112 } else if (aout == NULL || errno != 0)
113 aout
[all...]
H A DPcore.c2274 elf_file_t aout; local
2290 aout.e_elf = NULL;
2291 aout.e_fd = -1;
2632 (void) Pfindexec(P, aout_path, core_exec_open, &aout);
2640 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) {
2644 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx,
2732 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL &&
2733 (dmp = core_find_data(P, aout.e_elf, &rl)) != NULL) {
2777 core_elf_close(&aout);
2833 Pgrab_core(const char *core, const char *aout, int gflag, int *perr) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c52 struct exec *aout; member in union:__anon2166
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...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c196 elf_config(Rt_map *lmp, int aout) argument
377 addr, aout) != 0)
H A Dutil.c1450 Word *lmtflags, uint_t env_flags, int aout)
1823 MSG_LD_TRACE_OBJS_E_SIZE) == 0) && !aout) ||
1825 MSG_LD_TRACE_OBJS_A_SIZE) == 0) && aout)))) {
2123 uint_t env_flags, int aout)
2198 lmtflags, (env_flags | flags), aout);
2217 Word *lmtflags, int aout)
2254 ENV_TYP_CMDLINE, aout) == 1)
2278 int aout)
2320 ld_generic_env(s1, len, s2, lmflags, lmtflags, env_flags, aout);
2417 procenv_user(APlist *ealp, Word *lmflags, Word *lmtflags, int aout) argument
1449 ld_generic_env(const char *s1, size_t len, const char *s2, Word *lmflags, Word *lmtflags, uint_t env_flags, int aout) argument
2122 ld_flags_env(const char *str, Word *lmflags, Word *lmtflags, uint_t env_flags, int aout) argument
2216 rtld_getopt(char **argv, char ***envp, auxv_t **auxv, Word *lmflags, Word *lmtflags, int aout) argument
2277 ld_str_env(const char *s1, Word *lmflags, Word *lmtflags, uint_t env_flags, int aout) argument
2467 readenv_config(Rtc_env * envtbl, Addr addr, int aout) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c380 * This is either an unknown file or an aout format
582 struct exec32 aout; local
591 if (read(fd, (char *)&aout, sizeof (aout)) != sizeof (aout)) {
597 if (aout.a_machtype != M_SPARC) {
601 if (N_BADMAG(aout) || !aout.a_dynamic) {
614 if ((aout.a_magic == ZMAGIC) && (aout
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c467 const prmap_t *aout, *pmp; local
473 (aout = Pname_to_map(pp.dpp_pr, "a.out")) == NULL ||
475 aout->pr_vaddr != pmp->pr_vaddr) {

Completed in 62 milliseconds