Home
last modified time | relevance | path

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

/linux/include/linux/
H A Delf.h44 #define elf_note elf32_note macro
56 #define elf_note elf64_note macro
H A Dvmcore_info.h10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/linux/kernel/
H A Dvmcore_info.c48 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()
64 memset(buf, 0, sizeof(struct elf_note)); in update_vmcoreinfo_note()
/linux/scripts/gdb/linux/
H A Dsymbols.py71 elf_note = inferior.read_memory(paddr_vmcoreinfo_note, 12)
72 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)
73 desc_paddr = paddr_vmcoreinfo_note + len(elf_note) + n_namesz + 1
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1970 struct elf_note en; in elf_coredump_extra_notes_write()
2005 size = sizeof(struct elf_note); in elf_coredump_extra_notes_size()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1219 sz = sizeof(struct elf_note); in notesize()
1230 struct elf_note en; in writenote()