Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dgenelf.c359 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
438 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
/Linux-v5.15/include/uapi/linux/
Delf.h271 #define SHT_STRTAB 3 macro
/Linux-v5.15/drivers/remoteproc/
Dremoteproc_coredump.c423 elf_shdr_set_sh_type(class, shdr, SHT_STRTAB); in rproc_coredump_using_sections()
/Linux-v5.15/tools/lib/bpf/
Dlinker.c370 sec->shdr->sh_type = SHT_STRTAB; in init_output_elf()
485 if (shdr->sh_type == SHT_STRTAB) in is_ignored_sec()
651 case SHT_STRTAB: in linker_load_obj_file()
741 case SHT_STRTAB: in linker_sanity_check_elf()
785 if (link_sec->shdr->sh_type != SHT_STRTAB) { in linker_sanity_check_elf_symtab()
Dlibbpf.c2918 if (hdr->sh_type == SHT_STRTAB) in ignore_elf_section()
/Linux-v5.15/arch/mips/boot/tools/
Drelocs.c301 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()
/Linux-v5.15/arch/x86/tools/
Drelocs.c451 if (sec->shdr.sh_type != SHT_STRTAB) { in read_strtabs()