Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dsysfs.c163 info->sechdrs[i].sh_type == SHT_NOTE) in add_notes_attrs()
187 if (info->sechdrs[i].sh_type == SHT_NOTE) { in add_notes_attrs()
H A Dkallsyms.c232 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h287 #define SHT_NOTE 7 macro
/linux-6.15/include/uapi/linux/
H A Delf.h287 #define SHT_NOTE 7 macro
/linux-6.15/tools/perf/util/
H A Dgenelf.c496 shdr->sh_type = SHT_NOTE; in jit_write_elf()
H A Dsymbol-elf.c2962 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/linux-6.15/arch/x86/tools/
H A Drelocs.c628 if (sec_applies->shdr.sh_type == SHT_NOTE) in print_absolute_relocs()
722 if (sec_applies->shdr.sh_type == SHT_NOTE) in walk_relocs()
/linux-6.15/tools/lib/bpf/
H A Dusdt.c603 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) { in collect_usdt_targets()