Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/file/
H A Delf_read.c238 if (ehdr->e_type != ET_CORE) in elf_read()
330 EI_Ehdr.e_type == ET_CORE) { in process_phdr()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h177 #ifndef ET_CORE
178 #define ET_CORE 4 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h11 #define ET_CORE 4 /* Core file */ macro
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c536 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c100 SELFMAG)) != 0 || ehdr.e_type != ET_CORE) { in open_core()
H A DPgcore.c1164 ehdr.e_type = ET_CORE; in Pfgcore()
1222 ehdr.e_type = ET_CORE; in Pfgcore()
H A DPcore.c1885 if (type == ET_CORE) { in core_elf_fdopen()
2411 if (core_elf_fdopen(&core, ET_CORE, perr) == -1)
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h139 #define ET_CORE 4 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h192 #define ET_CORE 4 /* Core file. */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg470 @ MSG_ET_CORE_CF "ET_CORE" # 5
H A Delf.c720 #if ET_NUM != (ET_CORE + 1) in ehdr_type_strings()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c968 if (ehdr.e_type == ET_CORE) { in main()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1199 if (state->ehdr->e_type == ET_CORE) { in output_symbol()
3791 is_corenote = (ehdr->e_type == ET_CORE) && in note_entry()
5367 if ((note_cnt == 0) && (ehdr->e_type == ET_CORE) && in regular()
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1955 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2153 ehdr->e_type = ET_CORE; in elfcore()