Home
last modified time | relevance | path

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

/fs/
Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
Dbinfmt_elf.c767 struct elf_note nhdr; in parse_elf_properties()
1446 sz = sizeof(struct elf_note); in notesize()
1455 struct elf_note en; in writenote()
Dbinfmt_elf_fdpic.c1231 sz = sizeof(struct elf_note); in notesize()
1242 struct elf_note en; in writenote()
/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()