/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 83 Pfindexec(struct ps_prochandle *P, const char *aout, in Pfindexec() argument 93 dprintf("Pfindexec '%s'\n", aout); in Pfindexec() 106 if (aout != NULL && stat(aout, &st) == 0 && !S_ISDIR(st.st_mode)) { in Pfindexec() 107 if (try_exec(P, ".", aout, buf, isexec, isdata)) in Pfindexec() 110 aout = "."; in Pfindexec() 112 } else if (aout == NULL || errno != 0) in Pfindexec() 113 aout = "."; in Pfindexec() 120 if (realpath(aout, cwd) == NULL) in Pfindexec()
|
H A D | Pcore.c | 2223 elf_file_t aout; in Pfgrab_core() local 2239 aout.e_elf = NULL; in Pfgrab_core() 2240 aout.e_fd = -1; in Pfgrab_core() 2581 (void) Pfindexec(P, aout_path, core_exec_open, &aout); in Pfgrab_core() 2589 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) { in Pfgrab_core() 2593 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx, in Pfgrab_core() 2677 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL && in Pfgrab_core() 2678 (dmp = core_find_data(P, aout.e_elf, &rl)) != NULL) { in Pfgrab_core() 2722 core_elf_close(&aout); in Pfgrab_core() 2770 core_elf_close(&aout); in Pfgrab_core() [all …]
|
H A D | llib-lproc | 129 struct ps_prochandle *Pfgrab_core(int fd, const char *aout, int *perr); 130 struct ps_prochandle *Pgrab_core(const char *core, const char *aout,
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 52 struct exec *aout; in load_image() member 62 pu.aout = (struct exec *) buffer; in load_image() 168 pu.aout = (struct exec *) buffer; in load_image() 172 else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout)))) in load_image() 174 entry_addr = (entry_func) pu.aout->a_entry; in load_image() 201 if (N_GETMAGIC ((*(pu.aout))) != NMAGIC) in load_image() 208 grub_seek (N_TXTOFF (*(pu.aout))); in load_image() 209 text_len = pu.aout->a_text; in load_image() 210 data_len = pu.aout->a_data; in load_image() 211 bss_len = pu.aout->a_bss; in load_image() [all …]
|
/titanic_44/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 582 struct exec32 aout; in aout_check() local 591 if (read(fd, (char *)&aout, sizeof (aout)) != sizeof (aout)) { in aout_check() 597 if (aout.a_machtype != M_SPARC) { in aout_check() 601 if (N_BADMAG(aout) || !aout.a_dynamic) { in aout_check() 614 if ((aout.a_magic == ZMAGIC) && (aout.a_entry <= sizeof (aout))) { in aout_check()
|
/titanic_44/usr/src/lib/efcode/interpreter/ |
H A D | interpreter.c | 96 int c, aout = 0; in main() local 114 aout = 1; in main() 166 run_fcode_from_file(env, fcode_file, aout); in main()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 1450 Word *lmtflags, uint_t env_flags, int aout) in ld_generic_env() argument 1823 MSG_LD_TRACE_OBJS_E_SIZE) == 0) && !aout) || in ld_generic_env() 1825 MSG_LD_TRACE_OBJS_A_SIZE) == 0) && aout)))) { in ld_generic_env() 2123 uint_t env_flags, int aout) in ld_flags_env() argument 2198 lmtflags, (env_flags | flags), aout); in ld_flags_env() 2217 Word *lmtflags, int aout) in rtld_getopt() argument 2254 ENV_TYP_CMDLINE, aout) == 1) in rtld_getopt() 2278 int aout) in ld_str_env() argument 2320 ld_generic_env(s1, len, s2, lmflags, lmtflags, env_flags, aout); in ld_str_env() 2417 procenv_user(APlist *ealp, Word *lmflags, Word *lmtflags, int aout) in procenv_user() argument [all …]
|
H A D | config_elf.c | 196 elf_config(Rt_map *lmp, int aout) in elf_config() argument 377 addr, aout) != 0) in elf_config()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 467 const prmap_t *aout, *pmp; in dt_pid_create_pid_probes() local 473 (aout = Pname_to_map(pp.dpp_pr, "a.out")) == NULL || in dt_pid_create_pid_probes() 475 aout->pr_vaddr != pmp->pr_vaddr) { in dt_pid_create_pid_probes()
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | config.sub | 1340 os=-aout 1368 os=-aout
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.rules | 183 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/aout/%.c 1707 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/aout/%.c
|
H A D | Makefile.files | 1097 AOUTEXEC_OBJS +=aout.o
|