Home
last modified time | relevance | path

Searched refs:PT_NOTE (Results 1 – 20 of 20) 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/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/loongarch/vdso/
H A Dvdso.lds.S55 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S63 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/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/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/powerpc/kernel/
H A Dvmlinux.lds.S38 note PT_NOTE FLAGS(0);
/linux/tools/perf/util/
H A Dsymbol-minimal.c95 * Just try PT_NOTE header otherwise fails in filename__read_build_id()
185 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/arch/s390/kernel/
H A Dcrash_dump.c583 phdr->p_type = PT_NOTE; in notes_init()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1278 phdr->p_type = PT_NOTE; in fill_elf_note_phdr()