Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 10 of 10) sorted by relevance

/xen/tools/firmware/hvmloader/
A D32bitbios_support.c89 if ( shdr[i].sh_type == SHT_NOBITS ) in relocate_32bitbios()
112 if ( shdr[i].sh_type == SHT_RELA ) in relocate_32bitbios()
115 if ( shdr[i].sh_type != SHT_REL ) in relocate_32bitbios()
/xen/xen/common/
A Dlivepatch_elf.c33 if ( s->sh_type != SHT_STRTAB ) in elf_verify_strtab()
81 (sec[i].sec->sh_type != SHT_NOBITS && /* Skip SHT_NOBITS */ in elf_resolve_sections()
103 sec[i].sec->sh_type == SHT_NOBITS && in elf_resolve_sections()
111 if ( sec[i].sec->sh_type == SHT_SYMTAB ) in elf_resolve_sections()
368 if ( (r->sec->sh_type != SHT_RELA) && in livepatch_elf_perform_relocs()
369 (r->sec->sh_type != SHT_REL) ) in livepatch_elf_perform_relocs()
390 if ( r->sec->sh_type == SHT_RELA ) in livepatch_elf_perform_relocs()
406 if ( r->sec->sh_type == SHT_RELA ) in livepatch_elf_perform_relocs()
A Dlivepatch.c376 if ( elf->sec[i].sec->sh_type != SHT_NOBITS ) in move_payload()
/xen/xen/common/libelf/
A Dlibelf-loader.c89 if ( elf_uval(elf, shdr, sh_type) != SHT_SYMTAB ) in elf_init()
226 if ( elf_uval(elf, shdr, sh_type) != SHT_STRTAB ) in elf_parse_bsdsyms()
406 if ( elf_uval(elf, section_handle, sh_type) != SHT_STRTAB ) in elf_load_bsdsyms()
A Dlibelf-dominfo.c561 if ( elf_uval(elf, shdr, sh_type) != SHT_NOTE ) in elf_xen_parse()
/xen/xen/include/xen/
A Delfstructs.h200 Elf32_Word sh_type; /* type */ member
213 Elf64_Word sh_type; /* section type */ member
/xen/xen/arch/x86/boot/
A Dmkelf32.c204 sh->sh_type = swap32(sh->sh_type); in endianadjust_shdr32()
/xen/tools/xcutils/
A Dreadnotes.c292 if (elf_uval(&elf, shdr, sh_type) != SHT_NOTE) in main()
/xen/tools/libxc/
A Dxc_core.c230 shdr->sh_type = type; in xc_core_shdr_set()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c2388 void *new_gp, u32 size, u32 sh_type, in sh_map_and_validate() argument
2407 smfn = get_shadow_status(d, gmfn, sh_type); in sh_map_and_validate()

Completed in 24 milliseconds