Searched refs:sh_type (Results 1 – 10 of 10) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 89 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 D | livepatch_elf.c | 33 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 D | livepatch.c | 376 if ( elf->sec[i].sec->sh_type != SHT_NOBITS ) in move_payload()
|
/xen/xen/common/libelf/ |
A D | libelf-loader.c | 89 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 D | libelf-dominfo.c | 561 if ( elf_uval(elf, shdr, sh_type) != SHT_NOTE ) in elf_xen_parse()
|
/xen/xen/include/xen/ |
A D | elfstructs.h | 200 Elf32_Word sh_type; /* type */ member 213 Elf64_Word sh_type; /* section type */ member
|
/xen/xen/arch/x86/boot/ |
A D | mkelf32.c | 204 sh->sh_type = swap32(sh->sh_type); in endianadjust_shdr32()
|
/xen/tools/xcutils/ |
A D | readnotes.c | 292 if (elf_uval(&elf, shdr, sh_type) != SHT_NOTE) in main()
|
/xen/tools/libxc/ |
A D | xc_core.c | 230 shdr->sh_type = type; in xc_core_shdr_set()
|
/xen/xen/arch/x86/mm/shadow/ |
A D | multi.c | 2388 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