| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | mk_elfconfig.c | 10 unsigned char ei[EI_NIDENT]; in main() 13 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_main.c | 35 unsigned char e_ident[EI_NIDENT]; in main() 75 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs_common.c | 26 unsigned char e_ident[EI_NIDENT]; in main() 71 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) { in main()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 129 #define EI_NIDENT 16 macro 133 uint8_t e_ident[EI_NIDENT]; 150 uint8_t e_ident[EI_NIDENT]; /* ELF "magic number" */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf.h | 53 #define EI_NIDENT 16 macro 56 unsigned char e_ident[EI_NIDENT];
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 203 #define EI_NIDENT 16 macro 206 unsigned char e_ident[EI_NIDENT]; 223 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elf.h | 202 #define EI_NIDENT 16 macro 205 unsigned char e_ident[EI_NIDENT]; 222 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elf.h | 202 #define EI_NIDENT 16 macro 205 unsigned char e_ident[EI_NIDENT]; 222 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | qa.py | 11 EI_NIDENT = 16 variable in ELFFile 66 if len(self.data) < ELFFile.EI_NIDENT + 4:
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 53 #define EI_NIDENT 16 /* Size of e_ident[] */ macro 100 unsigned char e_ident[EI_NIDENT]; /* ELF Identification */
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-minimal.c | 94 u8 e_ident[EI_NIDENT]; in filename__read_build_id() 303 u8 e_ident[EI_NIDENT]; in fd__is_64_bit()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf64.h | 67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf_common.h | 81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf64.h | 67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf_common.h | 81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf64.h | 67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf_common.h | 81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 34 unsigned char ident[EI_NIDENT]; in elfhdr_get()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf64.h | 67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
|
| H A D | elf_common.h | 81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 1305 unsigned char e_ident[EI_NIDENT]; in parse_crash_elf_headers() 1310 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|