Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dcrash_dump.c255 Elf64_Nhdr *note; in nt_init_name()
258 note = (Elf64_Nhdr *)buf; in nt_init_name()
262 len = sizeof(Elf64_Nhdr); in nt_init_name()
283 size = sizeof(Elf64_Nhdr); in nt_size_name()
368 Elf64_Nhdr note; in get_vmcoreinfo_old()
435 Elf64_Nhdr *note; in nt_final()
437 note = (Elf64_Nhdr *) ptr; in nt_final()
441 return PTR_ADD(ptr, sizeof(Elf64_Nhdr)); in nt_final()
603 size += sizeof(Elf64_Nhdr); in get_elfcorehdr_size()
/linux-6.15/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c159 static Elf64_Nhdr *next_note(Elf64_Nhdr *nhdr) in next_note()
171 Elf64_Nhdr *nhdr; in check_core_file()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-core.c96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h486 } Elf64_Nhdr; typedef
/linux-6.15/include/uapi/linux/
H A Delf.h575 } Elf64_Nhdr; typedef
/linux-6.15/fs/proc/
H A Dvmcore.c744 Elf64_Nhdr *nhdr_ptr; in update_note_header_size_elf64()
764 sz = sizeof(Elf64_Nhdr) + in update_note_header_size_elf64()
773 nhdr_ptr = (Elf64_Nhdr*)((char*)nhdr_ptr + sz); in update_note_header_size_elf64()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c65 typedef Elf64_Nhdr GElf_Nhdr;