Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/module/
Dsysfs.c186 info->sechdrs[i].sh_type == SHT_NOTE) in add_notes_attrs()
202 if (info->sechdrs[i].sh_type == SHT_NOTE) { in add_notes_attrs()
Dkallsyms.c235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/Linux-v6.6/include/uapi/linux/
Delf.h279 #define SHT_NOTE 7 macro
/Linux-v6.6/tools/perf/util/
Dgenelf.c501 shdr->sh_type = SHT_NOTE; in jit_write_elf()
Dsymbol-elf.c2813 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/Linux-v6.6/tools/lib/bpf/
Dusdt.c602 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) { in collect_usdt_targets()