Searched refs:aout (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/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 | 2376 elf_file_t aout; local 2392 aout.e_elf = NULL; 2393 aout.e_fd = -1; 2735 (void) Pfindexec(P, aout_path, core_exec_open, &aout); 2743 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) { 2747 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx, 2835 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL && 2836 (dmp = core_find_data(P, aout.e_elf, &rl)) != NULL) { 2881 core_elf_close(&aout); 2929 core_elf_close(&aout); [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | hosttype.tst | 2 linux-aout.i386 hostname i586 i386 linux hostname 1.1.59 #1
|
H A D | RELEASE | 920 95-11-24 hostinfo: linux-aout.* for non-elf linux
|
/illumos-gate/usr/src/boot/i386/pxeldr/ |
H A D | Makefile | 70 $(BTXLD) -f aout -e $(LOADER_ADDRESS) -o $@ -l $(BTXLDR) \
|
/illumos-gate/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()
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | Makefile | 115 $(BTXLD) -f aout -e $(LOADER_ADDRESS) -o $@ -l $(BTXLDR) \
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 1340 os=-aout 1368 os=-aout
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 212 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/aout/%.c
|
H A D | Makefile.files | 1066 AOUTEXEC_OBJS +=aout.o
|