Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/grub/grub-0.97/netboot/
H A Delf.h11 #define ET_CORE 4 /* Core file */ macro
/titanic_41/usr/src/cmd/strings/
H A Dstrings.c538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_arg.c99 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.c1766 if (type == ET_CORE) { in core_elf_fdopen()
2291 if (core_elf_fdopen(&core, ET_CORE, perr) == -1) in Pfgrab_core()
/titanic_41/usr/src/uts/common/sys/
H A Delf.h138 #define ET_CORE 4 macro
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Delf.msg259 @ MSG_ET_CORE_CF "ET_CORE" # 5
H A Delf.c464 #if ET_NUM != (ET_CORE + 1) in ehdr_type_strings()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c938 if (ehdr.e_type == ET_CORE) { in main()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1130 if (state->ehdr->e_type == ET_CORE) { in output_symbol()
3688 is_corenote = (ehdr->e_type == ET_CORE) && in note_entry()
5197 if ((note_cnt == 0) && (ehdr->e_type == ET_CORE) && in regular()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c1824 ehdr->e_type = ET_CORE; in elfcore()
/titanic_41/usr/src/uts/common/os/
H A Dmmapobj.c1945 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()