Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Delf.h44 #define elf_note elf32_note macro
56 #define elf_note elf64_note macro
Dcrash_core.h10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/Linux-v6.1/fs/
Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
Dbinfmt_elf.c771 struct elf_note nhdr; in parse_elf_properties()
1472 sz = sizeof(struct elf_note); in notesize()
1481 struct elf_note en; in writenote()
Dbinfmt_elf_fdpic.c1216 sz = sizeof(struct elf_note); in notesize()
1227 struct elf_note en; in writenote()
/Linux-v6.1/arch/powerpc/platforms/cell/spufs/
Dcoredump.c36 total += sizeof(struct elf_note); in spufs_ctx_note_size()
120 struct elf_note en; in spufs_arch_write_note()
/Linux-v6.1/kernel/
Dcrash_core.c320 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()
336 memset(buf, 0, sizeof(struct elf_note)); in final_note()
/Linux-v6.1/fs/proc/
Dkcore.c108 *notes_len = (4 * sizeof(struct elf_note) + in get_kcore_size()
299 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()