Home
last modified time | relevance | path

Searched refs:elf_note (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/
Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
Dbinfmt_elf.c766 struct elf_note nhdr; in parse_elf_properties()
1447 sz = sizeof(struct elf_note); in notesize()
1456 struct elf_note en; in writenote()
Dbinfmt_elf_fdpic.c1209 sz = sizeof(struct elf_note); in notesize()
1220 struct elf_note en; in writenote()
/linux-6.12.1/include/linux/
Delf.h44 #define elf_note elf32_note macro
56 #define elf_note elf64_note macro
Dvmcore_info.h10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/linux-6.12.1/kernel/
Dvmcore_info.c37 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()
53 memset(buf, 0, sizeof(struct elf_note)); in final_note()
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dcoredump.c36 total += sizeof(struct elf_note); in spufs_ctx_note_size()
123 struct elf_note en; in spufs_arch_write_note()
/linux-6.12.1/fs/proc/
Dkcore.c121 *notes_len = (4 * sizeof(struct elf_note) + in get_kcore_size()
312 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1903 struct elf_note en; in elf_coredump_extra_notes_write()
1938 size = sizeof(struct elf_note); in elf_coredump_extra_notes_size()