Home
last modified time | relevance | path

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

/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/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/qemu/include/
H A Delf.h1776 #define elf_note elf32_note macro
1792 #define elf_note elf64_note macro
/openbmc/qemu/hw/core/
H A Dloader.c330 #undef elf_note
337 #define elf_note elf64_note in load_elf_strerror()
323 #define elf_note global() macro
/openbmc/qemu/linux-user/
H A Delfload.c1185 struct elf_note nhdr;
2114 static void bswap_note(struct elf_note *en)
2156 return sizeof(struct elf_note) + namesz + datasz; in arch_parse_elf_property()
2162 struct elf_note *n = ptr;