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

/linux-master/kernel/module/
H A Dsysfs.c140 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections.
186 info->sechdrs[i].sh_type == SHT_NOTE)
202 if (info->sechdrs[i].sh_type == SHT_NOTE) {
H A Dkallsyms.c235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE &&
/linux-master/include/uapi/linux/
H A Delf.h279 #define SHT_NOTE 7 macro
/linux-master/tools/perf/util/
H A Dgenelf.c501 shdr->sh_type = SHT_NOTE;
H A Dsymbol-elf.c2886 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) {
/linux-master/arch/x86/tools/
H A Drelocs.c661 if (sec_applies->shdr.sh_type == SHT_NOTE) {
/linux-master/tools/lib/bpf/
H A Dusdt.c67 * to that, those USDT macros generate special SHT_NOTE ELF records in
602 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) {
638 * find this by looking at SHT_NOTE sections and decoding the format;

Completed in 333 milliseconds