/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/ |
exec_elf.h | 164 #define ET_DYN 3 /* shared object file */
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/ |
exec_elf.h | 164 #define ET_DYN 3 /* shared object file */
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/ |
exec_elf.h | 164 #define ET_DYN 3 /* shared object file */
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/ |
exec_elf.h | 164 #define ET_DYN 3 /* shared object file */
|
/toolchain/binutils/binutils-2.25/binutils/ |
elfedit.c | 600 return ET_DYN;
|
/toolchain/binutils/binutils-2.25/include/elf/ |
common.h | 91 #define ET_DYN 3 /* Shared object file */ [all...] |
/external/elfutils/src/ |
elflint.c | 403 && ehdr->e_type != ET_DYN && ehdr->e_type != ET_CORE) 422 else if (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN) 436 else if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN [all...] |
ld.h | 259 && FILEINFO_EHDR (file->ehdr).e_type == ET_DYN); [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
elf_common.h | 135 #define ET_DYN 3 /* Shared object. */
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
elf_common.h | 135 #define ET_DYN 3 /* Shared object. */
[all...] |
Elf32Convert.c | 146 if ((mEhdr->e_type != ET_EXEC) && (mEhdr->e_type != ET_DYN)) {
147 Error (NULL, 0, 3000, "Unsupported", "ELF e_type not ET_EXEC or ET_DYN");
[all...] |
Elf64Convert.c | 149 if ((mEhdr->e_type != ET_EXEC) && (mEhdr->e_type != ET_DYN)) {
150 Error (NULL, 0, 3000, "Unsupported", "ELF e_type not ET_EXEC or ET_DYN");
|
/external/elfutils/libdwfl/ |
linux-kernel-modules.c | 221 is ET_EXEC, while on others (e.g. ppc64) it is ET_DYN. 223 We want the image to be placed as if it was ET_DYN, so 232 mod->e_type = ET_DYN;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
ELF.h | 113 ET_DYN = 3, // Shared object file [all...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 292 case llvm::ELF::ET_DYN: 786 case llvm::ELF::ET_DYN: [all...] |
ELFObjectWriter.cpp | 231 header->e_type = llvm::ELF::ET_DYN;
|
/art/runtime/ |
elf_file.cc | 468 if (ET_DYN != header_->e_type) { 470 ET_DYN, [all...] |
/art/compiler/ |
elf_builder.h | [all...] |
/bionic/linker/ |
linker_phdr.cpp | 248 if (header_.e_type != ET_DYN) { [all...] |
/bionic/tools/relocation_packer/src/ |
elf_file.cc | 152 if (elf_header->e_type != ET_DYN) { [all...] |
/external/llvm/include/llvm/Support/ |
ELF.h | 114 ET_DYN = 3, // Shared object file [all...] |
/external/llvm/lib/ObjectYAML/ |
ELFYAML.cpp | 31 ECase(ET_DYN)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
ELF.h | 114 ET_DYN = 3, // Shared object file [all...] |
/external/syslinux/com32/tools/ |
relocs.c | 285 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) {
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
ELF.h | 114 ET_DYN = 3, // Shared object file [all...] |