Searched refs:SHT_STRTAB (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 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()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | elfstructs.h | 237 #define SHT_STRTAB 3 /* string table section */ macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mkelf32.c | 93 SHT_STRTAB, /* sh_type */
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch_elf.c | 33 if ( s->sh_type != SHT_STRTAB ) in elf_verify_strtab()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_core.c | 597 sts = xc_core_shdr_set(xch, shdr, strtab, ELF_SHSTRTAB, SHT_STRTAB, 0, 0, 0, 0); in xc_domain_dumpcore_via_callback()
|
Completed in 10 milliseconds