Home
last modified time | relevance | path

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

/linux/kernel/module/
A Dsysfs.c177 info->sechdrs[i].sh_type == SHT_NOTE) in add_notes_attrs()
193 if (info->sechdrs[i].sh_type == SHT_NOTE) { in add_notes_attrs()
A Dkallsyms.c235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/linux/include/uapi/linux/
A Delf.h279 #define SHT_NOTE 7 macro
/linux/tools/perf/util/
A Dgenelf.c496 shdr->sh_type = SHT_NOTE; in jit_write_elf()
A Dsymbol-elf.c2885 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/linux/arch/x86/tools/
A Drelocs.c653 if (sec_applies->shdr.sh_type == SHT_NOTE) in print_absolute_relocs()
747 if (sec_applies->shdr.sh_type == SHT_NOTE) in walk_relocs()
/linux/tools/lib/bpf/
A Dusdt.c602 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) { in collect_usdt_targets()

Completed in 22 milliseconds