Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dgenelf.c380 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
459 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
/openbmc/u-boot/cmd/
H A Delf.c90 if (shdr->sh_type == SHT_STRTAB) in load_elf64_image_shdr()
195 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr()
/openbmc/linux/include/uapi/linux/
H A Delf.h275 #define SHT_STRTAB 3 macro
/openbmc/linux/tools/testing/selftests/sgx/
H A Dload.c158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry()
/openbmc/u-boot/include/
H A Delf.h274 #define SHT_STRTAB 3 /* string table section */ macro
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_coredump.c425 elf_shdr_set_sh_type(class, shdr, SHT_STRTAB); in rproc_coredump_using_sections()
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c370 sec->shdr->sh_type = SHT_STRTAB; in init_output_elf()
487 if (shdr->sh_type == SHT_STRTAB) in is_ignored_sec()
647 case SHT_STRTAB: in linker_load_obj_file()
732 case SHT_STRTAB: in linker_sanity_check_elf()
776 if (link_sec->shdr->sh_type != SHT_STRTAB) { in linker_sanity_check_elf_symtab()
H A Dlibbpf.c3343 if (hdr->sh_type == SHT_STRTAB) in ignore_elf_section()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c301 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()
/openbmc/qemu/dump/
H A Ddump.c410 shdr64.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string()
417 shdr32.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string()
/openbmc/qemu/include/
H A Delf.h1565 #define SHT_STRTAB 3 macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c476 if (sec->shdr.sh_type != SHT_STRTAB) { in read_strtabs()
/openbmc/qemu/tcg/
H A Dtcg.c6444 .sh_type = SHT_STRTAB, in tcg_register_jit_int()