Home
last modified time | relevance | path

Searched refs:Elf64_Nhdr (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c313 Elf64_Nhdr *note; in nt_init_name()
316 note = (Elf64_Nhdr *)buf; in nt_init_name()
320 len = sizeof(Elf64_Nhdr); in nt_init_name()
343 size = sizeof(Elf64_Nhdr); in nt_size_name()
432 Elf64_Nhdr note; in get_vmcoreinfo_old()
500 Elf64_Nhdr *note; in nt_final()
502 note = (Elf64_Nhdr *) ptr; in nt_final()
506 return PTR_ADD(ptr, sizeof(Elf64_Nhdr)); in nt_final()
617 size += sizeof(Elf64_Nhdr); in get_elfcorehdr_size()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c188 static Elf64_Nhdr *next_note(Elf64_Nhdr *nhdr) in next_note()
200 Elf64_Nhdr *nhdr; in check_core_file()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf64.h160 typedef Elf_Note Elf64_Nhdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf64.h160 typedef Elf_Note Elf64_Nhdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf64.h160 typedef Elf_Note Elf64_Nhdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf64.h160 typedef Elf_Note Elf64_Nhdr; typedef
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-core.c96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h451 } Elf64_Nhdr; typedef
/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.h440 } Elf64_Nhdr; typedef
/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.h440 } Elf64_Nhdr; typedef
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c711 Elf64_Nhdr *nhdr_ptr; in update_note_header_size_elf64()
731 sz = sizeof(Elf64_Nhdr) + in update_note_header_size_elf64()
740 nhdr_ptr = (Elf64_Nhdr*)((char*)nhdr_ptr + sz); in update_note_header_size_elf64()
/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/
H A Delf.h1247 } Elf64_Nhdr; typedef
/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/
H A Delf.h1247 } Elf64_Nhdr; typedef
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c45 typedef Elf64_Nhdr GElf_Nhdr;