Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/module/
A 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()
A Dkallsyms.c229 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/linux-6.3-rc2/include/uapi/linux/
A Delf.h279 #define SHT_NOTE 7 macro
/linux-6.3-rc2/tools/perf/util/
A Dgenelf.c501 shdr->sh_type = SHT_NOTE; in jit_write_elf()
A Dsymbol-elf.c2788 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/linux-6.3-rc2/tools/lib/bpf/
A Dusdt.c596 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) { in collect_usdt_targets()

Completed in 20 milliseconds