Home
last modified time | relevance | path

Searched refs:ET_CORE (Results 1 – 14 of 14) sorted by relevance

/titanic_51/usr/src/cmd/file/
H A Delf_read.c237 if (ehdr->e_type != ET_CORE) in elf_read()
329 EI_Ehdr.e_type == ET_CORE) { in process_phdr()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h11 #define ET_CORE 4 /* Core file */ macro
/titanic_51/usr/src/cmd/strings/
H A Dstrings.c538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
/titanic_51/usr/src/lib/libproc/common/
H A Dproc_arg.c92 * this is an ELF file of type ET_CORE. in open_core()
99 SELFMAG)) != 0 || ehdr.e_type != ET_CORE) { in open_core()
H A DPgcore.c1108 ehdr.e_type = ET_CORE; in Pfgcore()
1166 ehdr.e_type = ET_CORE; in Pfgcore()
H A DPcore.c1561 * check, and convert the file header manually in case type == ET_CORE. in core_elf_fdopen()
1762 * So if type is ET_CORE, we don't bother doing elf_begin; the code in core_elf_fdopen()
1766 if (type == ET_CORE) { in core_elf_fdopen()
2291 if (core_elf_fdopen(&core, ET_CORE, perr) == -1)
/titanic_51/usr/src/uts/common/sys/
H A Delf.h138 #define ET_CORE 4 macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h192 #define ET_CORE 4 /* Core file. */ macro
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.msg470 @ MSG_ET_CORE_CF "ET_CORE" # 5
H A Delf.c719 #if ET_NUM != (ET_CORE + 1) in ehdr_type_strings()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c934 * The object file turned out to be a user core file (ET_CORE), in main()
938 if (ehdr.e_type == ET_CORE) { in main()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1134 if (state->ehdr->e_type == ET_CORE) { in output_symbol()
3692 is_corenote = (ehdr->e_type == ET_CORE) && in note_entry()
5202 if ((note_cnt == 0) && (ehdr->e_type == ET_CORE) && in regular()
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1824 ehdr->e_type = ET_CORE; in elfcore()
/titanic_51/usr/src/uts/common/os/
H A Dmmapobj.c1945 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()