Searched refs:Elf_Note (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | version.c | 89 extern const Elf_Note __note_gnu_build_id_start[], __note_gnu_build_id_end[]; 91 int xen_build_id_check(const Elf_Note *n, unsigned int n_sz, in xen_build_id_check() 145 const Elf_Note *n = __note_gnu_build_id_start; in xen_build_init()
|
A D | kexec.c | 39 typedef struct { Elf_Note * start; size_t size; } crash_note_range_t; 47 static Elf_Note *xen_crash_note; 314 Elf_Note *note; in kexec_crash_save_cpu() 414 static void setup_note(Elf_Note *n, const char *name, int type, int descsz) in setup_note() 425 return (sizeof(Elf_Note) + in sizeof_note() 462 Elf_Note * note = NULL; in kexec_init_cpu_notes() 757 size_t note_size = sizeof(Elf_Note) + ELFNOTE_ALIGN(strlen(VMCOREINFO_NOTE_NAME) + 1); in vmcoreinfo_append_str() 778 …data_size = VMCOREINFO_BYTES - (sizeof(Elf_Note) + ELFNOTE_ALIGN(strlen(VMCOREINFO_NOTE_NAME) + 1)… in crash_save_vmcoreinfo() 779 setup_note((Elf_Note *)vmcoreinfo_data, VMCOREINFO_NOTE_NAME, 0, data_size); in crash_save_vmcoreinfo()
|
A D | livepatch.c | 524 const Elf_Note *n; in prepare_payload()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | elf.h | 35 #define ELFNOTE_NEXT(_n_) ((Elf_Note *)(ELFNOTE_DESC(_n_) + ELFNOTE_ALIGN((_n_)->descsz)))
|
A D | version.h | 22 int xen_build_id_check(const Elf_Note *n, unsigned int n_sz,
|
A D | elfstructs.h | 572 #define Elf_Note Elf32_Note macro 600 #define Elf_Note Elf64_Note macro
|
Completed in 12 milliseconds