Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dgenelf.c375 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
454 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h283 #define SHT_STRTAB 3 macro
/linux-6.15/tools/testing/selftests/sgx/
H A Dload.c158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry()
/linux-6.15/include/uapi/linux/
H A Delf.h283 #define SHT_STRTAB 3 macro
/linux-6.15/drivers/remoteproc/
H A Dremoteproc_coredump.c425 elf_shdr_set_sh_type(class, shdr, SHT_STRTAB); in rproc_coredump_using_sections()
/linux-6.15/tools/lib/bpf/
H A Dlinker.c419 sec->shdr->sh_type = SHT_STRTAB; in init_output_elf()
612 if (shdr->sh_type == SHT_STRTAB) in is_ignored_sec()
779 case SHT_STRTAB: in linker_load_obj_file()
881 case SHT_STRTAB: in linker_sanity_check_elf()
929 if (link_sec->shdr->sh_type != SHT_STRTAB) { in linker_sanity_check_elf_symtab()
H A Dlibbpf.c3776 if (hdr->sh_type == SHT_STRTAB) in ignore_elf_section()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c301 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()
/linux-6.15/arch/x86/tools/
H A Drelocs.c452 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()