Searched refs:elf_note (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/xcutils/ |
A D | readnotes.c | 64 ELF_HANDLE_DECL(elf_note) note) in print_string_note() 70 ELF_HANDLE_DECL(elf_note) note) in print_numeric_note() 80 ELF_HANDLE_DECL(elf_note) note) in print_l1_mfn_valid_note() 102 …ned print_notes(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) start, ELF_HANDLE_DECL(elf_note)… in print_notes() 104 ELF_HANDLE_DECL(elf_note) note; in print_notes() 281 ELF_MAKE_HANDLE(elf_note, elf_segment_start(&elf, phdr)), in main() 282 ELF_MAKE_HANDLE(elf_note, elf_segment_end(&elf, phdr))); in main() 295 ELF_MAKE_HANDLE(elf_note, elf_section_start(&elf, shdr)), in main() 296 ELF_MAKE_HANDLE(elf_note, elf_section_end(&elf, shdr))); in main()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | libelf.h | 169 } elf_note; typedef 175 ELF_DEFINE_HANDLE(elf_note) 324 const char *elf_note_name(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note); /* may return NU… 325 elf_ptrval elf_note_desc(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note); 326 uint64_t elf_note_numeric(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note); 327 uint64_t elf_note_numeric_array(struct elf_binary *, ELF_HANDLE_DECL(elf_note), 339 ELF_HANDLE_DECL(elf_note) elf_note_next(struct elf_binary *elf, ELF_HANDLE_DECL(elf_note) note); 453 ELF_HANDLE_DECL(elf_note) note);
|
/xen-4.10.0-shim-comet/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() 352 return ELF_MAKE_HANDLE(elf_note, ptrval); in elf_note_next()
|
A D | libelf-dominfo.c | 99 ELF_HANDLE_DECL(elf_note) note) in elf_xen_parse_note() 232 ELF_HANDLE_DECL(elf_note) note; in elf_xen_parse_notes() 237 for ( note = ELF_MAKE_HANDLE(elf_note, parms->elf_note_start); in elf_xen_parse_notes()
|
Completed in 7 milliseconds