Searched refs:sh_link (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch_elf.c | 127 if ( elf->symtab->sec->sh_link >= elf->hdr->e_shnum ) in elf_resolve_sections() 131 elf->name, elf->symtab->sec->sh_link, in elf_resolve_sections() 158 elf->strtab = &sec[elf->symtab->sec->sh_link]; in elf_resolve_sections() 382 if ( r->sec->sh_link != elf->symtab_idx ) in livepatch_elf_perform_relocs() 385 elf->name, r->name, r->sec->sh_link, elf->symtab_idx); in livepatch_elf_perform_relocs()
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 92 link = elf_uval(elf, shdr, sh_link); in elf_init() 220 shdr = elf_shdr_by_index(elf, elf_uval(elf, elf->sym_tab, sh_link)); in elf_parse_bsdsyms() 376 link = elf_uval(elf, section_handle, sh_link); in elf_load_bsdsyms() 392 elf_store_field_bitness(elf, section_handle, sh_link, in elf_load_bsdsyms()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 118 syms = (Elf32_Sym *)shdr[shdr[i].sh_link].sh_addr; in relocate_32bitbios()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | elfstructs.h | 205 Elf32_Word sh_link; /* section header table index link */ member 218 Elf64_Word sh_link; /* link to another */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mkelf32.c | 209 sh->sh_link = swap32(sh->sh_link); in endianadjust_shdr32()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 263 to each other without using proper ELF mechanism (sh_info, sh_link, data
|
Completed in 11 milliseconds