Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/arch/powerpc/oprofile/cell/
Dvma_map.c184 if (shdr_str.sh_type != SHT_STRTAB) in create_vma_map()
/Linux-v5.10/include/uapi/linux/
Delf.h271 #define SHT_STRTAB 3 macro
/Linux-v5.10/arch/mips/boot/tools/
Drelocs.c301 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()
/Linux-v5.10/arch/x86/tools/
Drelocs.c448 if (sec->shdr.sh_type != SHT_STRTAB) { in read_strtabs()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2758 if (hdr->sh_type == SHT_STRTAB) in ignore_elf_section()