Searched refs:elf_note (Results 1 – 8 of 8) sorted by relevance
44 #define elf_note elf32_note macro56 #define elf_note elf64_note macro
10 #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
48 struct elf_note *note = (struct elf_note *)buf; in append_elf_note()64 memset(buf, 0, sizeof(struct elf_note)); in final_note()
71 elf_note = inferior.read_memory(paddr_vmcoreinfo_note, 12)72 n_namesz, n_descsz, n_type = struct.unpack(">III", elf_note)73 desc_paddr = paddr_vmcoreinfo_note + len(elf_note) + n_namesz + 1
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()
780 struct elf_note nhdr; in parse_elf_properties()1419 sz = sizeof(struct elf_note); in notesize()1428 struct elf_note en; in writenote()
1225 sz = sizeof(struct elf_note); in notesize()1236 struct elf_note en; in writenote()
1970 struct elf_note en; in elf_coredump_extra_notes_write()2005 size = sizeof(struct elf_note); in elf_coredump_extra_notes_size()