Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Delfclass.h38 case ET_CORE:
H A Dreadelf.h130 #define ET_CORE 4 macro
/dragonfly/contrib/binutils-2.27/bfd/
H A Delfcore.h177 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE) in elf_core_file_p()
H A Delfcode.h554 if (i_ehdrp->e_type == ET_CORE) in elf_object_p()
H A Delf.c5102 && !(elf_elfheader (abfd)->e_type == ET_CORE in assign_file_positions_for_load_sections()
5885 i_ehdrp->e_type = ET_CORE; in prep_headers()
/dragonfly/contrib/gdb-7/bfd/
H A Delfcore.h178 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE) in elf_core_file_p()
H A Delfcode.h555 if (i_ehdrp->e_type == ET_CORE) in elf_object_p()
H A Delf.c4456 && !(elf_elfheader (abfd)->e_type == ET_CORE in assign_file_positions_for_load_sections()
5204 i_ehdrp->e_type = ET_CORE; in prep_headers()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h185 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE) in elf_core_file_p()
H A Delfcode.h561 if (i_ehdrp->e_type == ET_CORE) in elf_object_p()
H A Delf.c5503 && !(elf_elfheader (abfd)->e_type == ET_CORE in assign_file_positions_for_load_sections()
6422 i_ehdrp->e_type = ET_CORE; in _bfd_elf_init_file_header()
/dragonfly/sys/sys/
H A Delf_common.h125 #define ET_CORE 4 /* Core file */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Ddump_machdep.c294 ehdr.e_type = ET_CORE; in md_dumpsys()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h92 #define ET_CORE 4 /* Core file */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h93 #define ET_CORE 4 /* Core file */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c296 ehdr->e_type = ET_CORE; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h96 #define ET_CORE 4 /* Core file */ macro
/dragonfly/sys/kern/
H A Dimgact_elf.c1355 ehdr->e_type = ET_CORE; in __elfN()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h159 ET_CORE = 4,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h159 ET_CORE = 4,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h838 _ELF_DEFINE_ET(ET_CORE, 4, "Core file") \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2148 case ET_CORE: return _("CORE (Core file)"); in get_file_type()
15185 if (elf_header.e_type == ET_CORE) in get_note_type()
16184 if (elf_header.e_type != ET_CORE) in process_notes()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2287 case ET_CORE: return _("CORE (Core file)"); in get_file_type()
17355 if (filedata->file_header.e_type == ET_CORE) in get_note_type()
19632 if (filedata->file_header.e_type != ET_CORE) in process_notes()