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/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/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/fs/
H A Dbinfmt_elf.c779 struct elf_note nhdr; in parse_elf_properties()
1418 sz = sizeof(struct elf_note); in notesize()
1427 struct elf_note en; in writenote()
H A Dbinfmt_elf_fdpic.c1225 sz = sizeof(struct elf_note); in notesize()
1236 struct elf_note en; in writenote()