Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dcrash_core.c300 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()
316 memset(buf, 0, sizeof(struct elf_note)); in final_note()
386 struct elf_note n_hdr;
399 while (n_remain >= sizeof(struct elf_note)) { in add_build_id_vmcoreinfo()
422 n_remain -= sizeof(struct elf_note) + in add_build_id_vmcoreinfo()
/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h34 #define elf_note elf32_note macro
46 #define elf_note elf64_note macro
H A Dcrash_core.h10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
H A 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()
H A Dbinfmt_elf_fdpic.c1231 sz = sizeof(struct elf_note); in notesize()
1242 struct elf_note en; in writenote()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c36 total += sizeof(struct elf_note); in spufs_ctx_note_size()
120 struct elf_note en; in spufs_arch_write_note()
/OK3568_Linux_fs/kernel/fs/proc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c584 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()