Searched refs:SHT_STRTAB (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf.c380 shdr->sh_type = SHT_STRTAB;
459 shdr->sh_type = SHT_STRTAB;
/linux-master/tools/testing/selftests/sgx/
H A Dload.c158 if (sections[i].sh_type == SHT_STRTAB) {
/linux-master/include/uapi/linux/
H A Delf.h275 #define SHT_STRTAB 3 macro
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c425 elf_shdr_set_sh_type(class, shdr, SHT_STRTAB);
/linux-master/tools/lib/bpf/
H A Dlinker.c370 sec->shdr->sh_type = SHT_STRTAB;
485 if (shdr->sh_type == SHT_STRTAB)
651 case SHT_STRTAB:
751 case SHT_STRTAB:
799 if (link_sec->shdr->sh_type != SHT_STRTAB) {
H A Dlibbpf.c3664 if (hdr->sh_type == SHT_STRTAB)
/linux-master/arch/mips/boot/tools/
H A Drelocs.c301 if (sec->shdr.sh_type != SHT_STRTAB)
/linux-master/arch/x86/tools/
H A Drelocs.c476 if (sec->shdr.sh_type != SHT_STRTAB) {

Completed in 233 milliseconds