Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delf.h44 #define elf_note elf32_note macro
56 #define elf_note elf64_note macro
H A Dcrash_core.h10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c31 #undef elf_note
37 #define elf_note elf32_note macro
H A Dbinfmt_elf.c770 struct elf_note nhdr; in parse_elf_properties()
1472 sz = sizeof(struct elf_note); in notesize()
1481 struct elf_note en; in writenote()
H A Dbinfmt_elf_fdpic.c1212 sz = sizeof(struct elf_note); in notesize()
1223 struct elf_note en; in writenote()
/openbmc/qemu/bsd-user/
H A Delfcore.c5 struct elf_note en = { 0 }; in elf_core_dump()
H A Delfload.c107 static void bswap_note(struct elf_note *en) in bswap_note()
120 static void bswap_note(struct elf_note *en) { } in bswap_note()
/openbmc/linux/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()
/openbmc/linux/fs/proc/
H A Dkcore.c107 *notes_len = (4 * sizeof(struct elf_note) + in get_kcore_size()
298 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc275 static struct elf_note *glue(get_elf_note_type, SZ)(struct elf_note *nhdr,
280 elf_word nhdr_size = sizeof(struct elf_note);
584 struct elf_note *nhdr = NULL;
603 nhdr = (struct elf_note *)data;
/openbmc/linux/kernel/
H A Dcrash_core.c508 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()
524 memset(buf, 0, sizeof(struct elf_note)); in final_note()
/openbmc/qemu/include/
H A Delf.h1769 #define elf_note elf32_note macro
1785 #define elf_note elf64_note macro
/openbmc/qemu/linux-user/
H A Delfload.c3110 struct elf_note nhdr; in parse_elf_properties()
4006 static void bswap_note(struct elf_note *en) in bswap_note()
4015 static inline void bswap_note(struct elf_note *en) { } in bswap_note()
4050 return sizeof(struct elf_note) + namesz + datasz; in size_note()
4056 struct elf_note *n = ptr; in fill_note()
/openbmc/qemu/hw/core/
H A Dloader.c315 #undef elf_note
322 #define elf_note elf64_note macro