/external/elfutils/libelf/ |
D | elf32_updatenull.c | 145 || ehdr->e_type == ET_CORE)) in __elfw2() 152 && unlikely (ehdr->e_type != ET_CORE)) in __elfw2()
|
D | elf.h | 166 #define ET_CORE 4 /* Core file */ macro
|
D | ChangeLog | 1057 * elf32_updatenull.c: Look for and accept phdr also for ET_CORE.
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 13 #define ET_CORE 4 /* Core file */ macro
|
/external/elfutils/backends/ |
D | common-reloc.c | 124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in EBLHOOK()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 117 header->e_type == ET_CORE); in IsValid()
|
D | elf_core_dump_unittest.cc | 123 header.e_type = ET_CORE; in TEST()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 29 #define ET_CORE 4 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 68 #define ET_CORE 4 macro
|
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 169 case ET_CORE: in __libdwfl_elf_address_range()
|
D | linux-core-attach.c | 337 if (ehdr->e_type != ET_CORE) in dwfl_core_file_attach()
|
D | ChangeLog | 492 Don't assert if ELF file is not ET_CORE, just return error. 1110 Set it to true for ET_EXEC and ET_CORE. Provide alternative
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 114 ET_CORE = 4, // Core file enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 115 ET_CORE = 4, // Core file enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 115 ET_CORE = 4, // Core file enumerator
|
/external/elfutils/src/ |
D | elflint.c | 403 && ehdr->e_type != ET_DYN && ehdr->e_type != ET_CORE) in check_elf_header() 437 && ehdr->e_type != ET_CORE) in check_elf_header() 4261 if (ehdr->e_type == ET_CORE) in check_note_data() 4330 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note() 4373 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note_section() 4402 && ehdr->e_type != ET_CORE) in check_program_header()
|
D | readelf.c | 944 if (likely (e_type <= ET_CORE)) in print_file_type() 9357 ehdr->e_type == ET_CORE in handle_notes_data() 9368 if (ehdr->e_type == ET_CORE) in handle_notes_data()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 96 ehdr->e_type = ET_CORE; in fill_ehdr()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 32 ECase(ET_CORE) in enumeration()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 400 #define VKI_ET_CORE ET_CORE
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1101 ehdr.e_type = ET_CORE; in main()
|
/external/kmod/port-gnu/ |
D | elf.h | 165 #define ET_CORE 4 /* Core file */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 773 {"Core", "CORE (Core file)", ELF::ET_CORE},
|
/external/elfutils/po/ |
D | uk.po | 468 msgid "Not an ET_CORE ELF file" 469 msgstr "Не є файлом ET_CORE ELF"
|
D | pl.po | 464 msgid "Not an ET_CORE ELF file" 465 msgstr "Nie jest plikiem ELF ET_CORE"
|