Home
last modified time | relevance | path

Searched refs:Elf32_Nhdr (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/lib/
H A Dbuildid.c23 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in parse_build_id_buf()
24 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs); in parse_build_id_buf()
33 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr), in parse_build_id_buf()
41 new_offs = note_offs + sizeof(Elf32_Nhdr) + in parse_build_id_buf()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c249 while (note_offs + sizeof(Elf32_Nhdr) < note_size) { in parse_build_id_buf()
250 Elf32_Nhdr *nhdr = (Elf32_Nhdr *)(note_start + note_offs); in parse_build_id_buf()
256 ALIGN(sizeof("GNU"), 4) + sizeof(Elf32_Nhdr), nhdr->n_descsz); in parse_build_id_buf()
261 note_offs = note_offs + sizeof(Elf32_Nhdr) + in parse_build_id_buf()
/openbmc/qemu/target/i386/
H A Darch_dump.c208 Elf32_Nhdr *note; in x86_cpu_write_elf32_note()
216 note_size = ELF_NOTE_SIZE(sizeof(Elf32_Nhdr), name_size, descsz); in x86_cpu_write_elf32_note()
222 buf += ROUND_UP(sizeof(Elf32_Nhdr), 4); in x86_cpu_write_elf32_note()
337 Elf32_Nhdr *note32; in cpu_write_qemu_note()
348 note_head_size = sizeof(Elf32_Nhdr); in cpu_write_qemu_note()
442 note_head_size = sizeof(Elf32_Nhdr); in cpu_get_note_size()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D567.patch27 #define ELF_Nhdr Elf32_Nhdr
/openbmc/qemu/target/riscv/
H A Darch_dump.c114 Elf32_Nhdr hdr;
/openbmc/linux/include/uapi/linux/
H A Delf.h466 } Elf32_Nhdr; typedef
/openbmc/linux/fs/proc/
H A Dvmcore.c920 Elf32_Nhdr *nhdr_ptr; in update_note_header_size_elf32()
940 sz = sizeof(Elf32_Nhdr) + in update_note_header_size_elf32()
949 nhdr_ptr = (Elf32_Nhdr*)((char*)nhdr_ptr + sz); in update_note_header_size_elf32()
/openbmc/qemu/target/ppc/
H A Darch_dump.c30 typedef Elf32_Nhdr Elf_Nhdr;
/openbmc/qemu/target/arm/
H A Darch_dump.c313 Elf32_Nhdr hdr;
/openbmc/qemu/dump/
H A Ddump.c934 const Elf32_Nhdr *hdr = note; in get_note_sizes()
935 note_head_sz = sizeof(Elf32_Nhdr); in get_note_sizes()
1878 sizeof(Elf64_Nhdr) : sizeof(Elf32_Nhdr); in dump_init()
/openbmc/qemu/include/
H A Delf.h1736 } Elf32_Nhdr; typedef