Home
last modified time | relevance | path

Searched refs:ET_CORE (Results 1 - 19 of 19) sorted by relevance

/third_party/elfutils/backends/
H A Dcommon-reloc.c124 return type > ET_NONE && type < ET_CORE && (uses & (1 << (type - 1))); in reloc_valid_use()
/third_party/elfutils/src/
H A Delfclassify.c194 case ET_CORE: in elf_type_string()
195 return "ET_CORE"; in elf_type_string()
447 return elf_kind (elf) == ELF_K_ELF && elf_type == ET_CORE; in is_core()
H A Delflint.c388 && ehdr->e_type != ET_DYN && ehdr->e_type != ET_CORE) in check_elf_header()
422 && ehdr->e_type != ET_CORE) in check_elf_header()
4320 if (ehdr->e_type == ET_CORE) in check_note_data()
4425 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note()
4469 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note_section()
4498 && ehdr->e_type != ET_CORE) in check_program_header()
H A Dreadelf.c1074 if (likely (e_type <= ET_CORE)) in print_file_type()
12708 ehdr->e_type == ET_CORE in handle_notes_data()
12720 if (ehdr->e_type == ET_CORE) in handle_notes_data()
/third_party/elfutils/libdwfl/
H A Ddwfl_report_elf.c171 case ET_CORE: in __libdwfl_elf_address_range()
H A Dlinux-core-attach.c341 if (ehdr->e_type != ET_CORE) in dwfl_core_file_attach()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp79 #define ET_CORE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h115 ET_CORE = 4, // Core file enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h116 ET_CORE = 4, // Core file enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp97 { ET_CORE, "Core file" },
H A Delf_types.hpp56 constexpr Elf_Half ET_CORE = 4; member
/third_party/musl/porting/linux/user/include/
H A Delf.h129 #define ET_CORE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h129 #define ET_CORE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h129 #define ET_CORE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h129 #define ET_CORE 4 macro
/third_party/musl/include/
H A Delf.h129 #define ET_CORE 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp38 ECase(ET_CORE); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h162 #define ET_CORE 4 /* Core file */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1438 pub const ET_CORE: u16 = 4; consts

Completed in 114 milliseconds