Home
last modified time | relevance | path

Searched refs:PT_NOTE (Results 1 – 25 of 25) sorted by relevance

/linux/arch/powerpc/boot/
H A Daddnote.c110 #define PT_NOTE 4 /* Program header type = note */ macro
161 if (GET_32(ph + PH_TYPE) == PT_NOTE) { in main()
176 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
199 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
H A Delf.h27 #define PT_NOTE 4 macro
/linux/fs/tests/
H A Dbinfmt_elf_kunit.c22 { .p_type = PT_NOTE, .p_vaddr = 0x00000338, .p_memsz = 0x000030, }, in total_mapping_size_test()
23 { .p_type = PT_NOTE, .p_vaddr = 0x00000368, .p_memsz = 0x000044, }, in total_mapping_size_test()
/linux/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
/linux/arch/x86/um/vdso/
H A Dvdso-layout.lds.S63 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S68 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S61 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S55 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S92 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S92 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S94 note PT_NOTE FLAGS(4); /* PF_R */
/linux/lib/
H A Dbuildid.c233 if (phdr->p_type == PT_NOTE && in get_build_id_32()
270 if (phdr->p_type == PT_NOTE && in get_build_id_64()
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S29 note PT_NOTE FLAGS(4); /* R__ */
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S36 note PT_NOTE FLAGS(4); /* R__ */
/linux/arch/s390/kernel/
H A Dvmlinux.lds.S37 note PT_NOTE FLAGS(0); /* ___ */
H A Dcrash_dump.c583 phdr->p_type = PT_NOTE; in notes_init()
/linux/arch/x86/kernel/
H A Dvmlinux.lds.S121 note PT_NOTE FLAGS(0); /* ___ */
/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S38 note PT_NOTE FLAGS(0);
H A Dprom_init.c1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/linux/tools/perf/util/
H A Dsymbol-minimal.c176 if ((elf32 ? hdrs.phdr32[i].p_type : hdrs.phdr64[i].p_type) != PT_NOTE) in filename__read_build_id()
/linux/fs/proc/
H A Dkcore.c391 phdrs[0].p_type = PT_NOTE; in read_kcore_iter()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c462 if (phdr->p_type != PT_NOTE) in read_build_id()
/linux/arch/mips/boot/
H A Delf2ecoff.c353 case PT_NOTE: in main()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1273 phdr->p_type = PT_NOTE; in fill_elf_note_phdr()
H A Dbinfmt_elf.c1460 phdr->p_type = PT_NOTE; in fill_elf_note_phdr()