Searched refs:elf_section_start (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 79 elf->sec_strtab = elf_section_start(elf, shdr); in elf_init() 104 elf->sym_strtab = elf_section_start(elf, shdr); in elf_init() 380 elf_section_start(elf, section_handle), in elf_load_bsdsyms() 414 elf_section_start(elf, section_handle), in elf_load_bsdsyms()
|
A D | libelf-tools.c | 234 elf_ptrval elf_section_start(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr) in elf_section_start() function 259 elf_ptrval ptr = elf_section_start(elf, elf->sym_tab); in elf_sym_by_name() 284 elf_ptrval ptr = elf_section_start(elf, elf->sym_tab); in elf_sym_by_index()
|
A D | libelf-dominfo.c | 557 elf_section_start(elf, shdr), in elf_xen_parse() 580 parms->guest_info = elf_section_start(elf, shdr); in elf_xen_parse()
|
/xen-4.10.0-shim-comet/tools/xcutils/ |
A D | readnotes.c | 295 ELF_MAKE_HANDLE(elf_note, elf_section_start(&elf, shdr)), in main() 306 elf_strfmt(&elf, elf_section_start(&elf, shdr))); in main()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | libelf.h | 315 elf_ptrval elf_section_start(struct elf_binary *elf, ELF_HANDLE_DECL(elf_shdr) shdr);
|
Completed in 8 milliseconds