Searched refs:elf_shdr (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-tools.c | 150 ELF_HANDLE_DECL(elf_shdr) elf_shdr_by_name(struct elf_binary *elf, const char *name) in elf_shdr_by_name() 153 ELF_HANDLE_DECL(elf_shdr) shdr; in elf_shdr_by_name() 166 return ELF_INVALID_HANDLE(elf_shdr); in elf_shdr_by_name() 169 ELF_HANDLE_DECL(elf_shdr) elf_shdr_by_index(struct elf_binary *elf, unsigned index) in elf_shdr_by_index() 175 return ELF_INVALID_HANDLE(elf_shdr); in elf_shdr_by_index() 180 return ELF_MAKE_HANDLE(elf_shdr, ptr); in elf_shdr_by_index() 199 ELF_HANDLE_DECL(elf_shdr) shdr) in elf_section_name() 234 elf_ptrval elf_section_start(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr) in elf_section_start() 239 elf_ptrval elf_section_end(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr) in elf_section_end()
|
A D | libelf-loader.c | 32 elf_shdr section[ELF_BSDSYM_SECTIONS]; 38 ELF_HANDLE_DECL(elf_shdr) shdr; in elf_init() 101 elf->sym_tab = ELF_INVALID_HANDLE(elf_shdr); in elf_init() 193 ELF_HANDLE_DECL(elf_shdr) shdr; in elf_parse_bsdsyms() 289 ELF_HANDLE_DECL(elf_shdr) section_handle; in elf_load_bsdsyms() 368 section_handle = ELF_MAKE_HANDLE(elf_shdr, in elf_load_bsdsyms() 400 section_handle = ELF_MAKE_HANDLE(elf_shdr, in elf_load_bsdsyms()
|
A D | libelf-dominfo.c | 496 ELF_HANDLE_DECL(elf_shdr) shdr; in elf_xen_parse()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | libelf.h | 149 } elf_shdr; typedef 172 ELF_DEFINE_HANDLE(elf_shdr) 186 ELF_HANDLE_DECL(elf_shdr) sym_tab; 310 ELF_HANDLE_DECL(elf_shdr) elf_shdr_by_name(struct elf_binary *elf, const char *name); 311 ELF_HANDLE_DECL(elf_shdr) elf_shdr_by_index(struct elf_binary *elf, unsigned index); 314 const char *elf_section_name(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr); /* might retu… 315 elf_ptrval elf_section_start(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr); 316 elf_ptrval elf_section_end(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr);
|
/xen-4.10.0-shim-comet/tools/xcutils/ |
A D | readnotes.c | 182 ELF_HANDLE_DECL(elf_shdr) shdr; in main() 290 ELF_HANDLE_DECL(elf_shdr) shdr; in main()
|
Completed in 8 milliseconds