Home
last modified time | relevance | path

Searched refs:aout (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c83 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 DPcore.c2342 elf_file_t aout; local
2358 aout.e_elf = NULL;
2359 aout.e_fd = -1;
2700 (void) Pfindexec(P, aout_path, core_exec_open, &aout);
2708 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) {
2712 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx,
2800 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL &&
2801 (dmp = core_find_data(P, aout.e_elf, &rl)) != NULL) {
2846 core_elf_close(&aout);
2894 core_elf_close(&aout);
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c52 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()
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()
534 if (!errnum && pu.aout->a_syms in load_image()
535 && pu.aout->a_syms < (filemax - filepos)) in load_image()
551 == pu.aout->a_syms) in load_image()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhosttype.tst2 linux-aout.i386 hostname i586 i386 linux hostname 1.1.59 #1
H A DRELEASE920 95-11-24 hostinfo: linux-aout.* for non-elf linux
/illumos-gate/usr/src/boot/i386/pxeldr/
H A DMakefile70 $(BTXLD) -f aout -e $(LOADER_ADDRESS) -o $@ -l $(BTXLDR) \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c467 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()
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile116 $(BTXLD) -f aout -e $(LOADER_ADDRESS) -o $@ -l $(BTXLDR) \
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub1340 os=-aout
1368 os=-aout
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules212 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/aout/%.c
H A DMakefile.files1065 AOUTEXEC_OBJS +=aout.o