Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Delf.h44 #define elf_note elf32_note macro
56 #define elf_note elf64_note macro
H A Dvmcore_info.h9 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/linux-6.15/kernel/
H A 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.15/fs/
H A Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
H A Dbinfmt_elf.c771 struct elf_note nhdr; in parse_elf_properties()
1477 sz = sizeof(struct elf_note); in notesize()
1486 struct elf_note en; in writenote()
H A Dbinfmt_elf_fdpic.c1219 sz = sizeof(struct elf_note); in notesize()
1230 struct elf_note en; in writenote()
/linux-6.15/scripts/gdb/linux/
H A Dsymbols.py64 elf_note = inferior.read_memory(paddr_vmcoreinfo_note, 12)
65 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)
66 desc_paddr = paddr_vmcoreinfo_note + len(elf_note) + n_namesz + 1
/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c36 total += sizeof(struct elf_note); in spufs_ctx_note_size()
121 struct elf_note en; in spufs_arch_write_note()
/linux-6.15/fs/proc/
H A Dkcore.c122 kcore_notes_len = (4 * sizeof(struct elf_note) + in update_kcore_size()
312 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c1887 struct elf_note en; in elf_coredump_extra_notes_write()
1922 size = sizeof(struct elf_note); in elf_coredump_extra_notes_size()