Home
last modified time | relevance | path

Searched refs:EI_NIDENT (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmk_elfconfig.c10 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 Drelocs_main.c35 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 Drelocs_common.c26 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 Dtrust_merger.h129 #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 Delf.h53 #define EI_NIDENT 16 macro
56 unsigned char e_ident[EI_NIDENT];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h203 #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 Delf.h202 #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 Delf.h202 #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 Dqa.py11 EI_NIDENT = 16 variable in ELFFile
66 if len(self.data) < ELFFile.EI_NIDENT + 4:
/OK3568_Linux_fs/u-boot/include/
H A Delf.h53 #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 Dsymbol-minimal.c94 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 Delf32.h58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf64.h67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf_common.h81 #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 Delf32.h58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf64.h67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf_common.h81 #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 Delf32.h58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf64.h67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf_common.h81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c34 unsigned char ident[EI_NIDENT]; in elfhdr_get()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf32.h58 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf64.h67 unsigned char e_ident[EI_NIDENT]; /* File identification. */
H A Delf_common.h81 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c1305 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()

12