Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H 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()
H A Dkallsyms.c235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/openbmc/linux/include/uapi/linux/
H A Delf.h279 #define SHT_NOTE 7 macro
/openbmc/u-boot/include/
H A Delf.h278 #define SHT_NOTE 7 /* note section */ macro
/openbmc/linux/tools/perf/util/
H A Dgenelf.c501 shdr->sh_type = SHT_NOTE; in jit_write_elf()
H A Dsymbol-elf.c2813 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c661 if (sec_applies->shdr.sh_type == SHT_NOTE) { in print_absolute_relocs()
755 if (sec_applies->shdr.sh_type == SHT_NOTE) in walk_relocs()
/openbmc/qemu/include/
H A Delf.h1569 #define SHT_NOTE 7 macro
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c602 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) { in collect_usdt_targets()