Searched defs:note (Results 1 – 4 of 4) sorted by relevance
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 291 const char *elf_note_name(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note) in elf_note_name() 296 elf_ptrval elf_note_desc(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note) in elf_note_desc() 303 uint64_t elf_note_numeric(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note) in elf_note_numeric() 320 uint64_t elf_note_numeric_array(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note, in elf_note_numeric_array() 340 ELF_HANDLE_DECL(elf_note) elf_note_next(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note) in elf_note_next()
|
A D | libelf-dominfo.c | 97 elf_errorstatus elf_xen_parse_note(struct elf_binary *elf, in elf_xen_parse_note()
|
/xen/tools/xcutils/ |
A D | readnotes.c | 63 static void print_string_note(const char *prefix, struct elf_binary *elf, in print_string_note() 69 static void print_numeric_note(const char *prefix, struct elf_binary *elf, in print_numeric_note() 79 static void print_l1_mfn_valid_note(const char *prefix, struct elf_binary *elf, in print_l1_mfn_valid_note()
|
/xen/xen/common/ |
A D | kexec.c | 315 Elf_Note *note; in kexec_crash_save_cpu() local 463 Elf_Note * note = NULL; in kexec_init_cpu_notes() local
|
Completed in 7 milliseconds