Searched refs:elf_note (Results 1 – 10 of 10) sorted by relevance
44 #define elf_note elf32_note macro56 #define elf_note elf64_note macro
9 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
37 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()53 memset(buf, 0, sizeof(struct elf_note)); in final_note()
31 #undef elf_note37 #define elf_note elf32_note macro
771 struct elf_note nhdr; in parse_elf_properties()1477 sz = sizeof(struct elf_note); in notesize()1486 struct elf_note en; in writenote()
1219 sz = sizeof(struct elf_note); in notesize()1230 struct elf_note en; in writenote()
64 elf_note = inferior.read_memory(paddr_vmcoreinfo_note, 12)65 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)66 desc_paddr = paddr_vmcoreinfo_note + len(elf_note) + n_namesz + 1
36 total += sizeof(struct elf_note); in spufs_ctx_note_size()121 struct elf_note en; in spufs_arch_write_note()
122 kcore_notes_len = (4 * sizeof(struct elf_note) + in update_kcore_size()312 struct elf_note *note = (struct elf_note *)¬es[*i]; in append_kcore_note()
1887 struct elf_note en; in elf_coredump_extra_notes_write()1922 size = sizeof(struct elf_note); in elf_coredump_extra_notes_size()