Searched refs:PT_NOTE (Results 26 - 41 of 41) sorted by relevance

12

/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S37 note PT_NOTE FLAGS(0); /* ___ */
H A Dcrash_dump.c538 phdr->p_type = PT_NOTE;
/linux-master/tools/perf/util/
H A Dsymbol-minimal.c87 * Just try PT_NOTE header otherwise fails
147 if (phdr->p_type != PT_NOTE)
199 if (phdr->p_type != PT_NOTE)
/linux-master/kernel/
H A Dcrash_core.c205 /* Prepare one phdr of type PT_NOTE for each possible CPU */
207 phdr->p_type = PT_NOTE;
215 /* Prepare one PT_NOTE header for vmcoreinfo */
216 phdr->p_type = PT_NOTE;
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S112 note PT_NOTE FLAGS(0); /* ___ */
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c222 /* Find the PT_NOTE segment. */
226 if (phdr->p_type == PT_NOTE)
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S44 note PT_NOTE FLAGS(0);
H A Dfadump.c777 if (phdr->p_type == PT_NOTE) {
1088 * setup ELF PT_NOTE, place holder for cpu notes info. The notes info
1090 * this PT_NOTE will always be the first elf note.
1096 phdr->p_type = PT_NOTE;
1108 /* setup ELF PT_NOTE for vmcoreinfo */
1111 phdr->p_type = PT_NOTE;
H A Dprom_init.c1136 /* Old method - ELF header with PT_NOTE sections only works on BE */
1184 .p_type = PT_NOTE,
1188 .p_type = PT_NOTE,
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c366 if (phdr->p_type != PT_NOTE)
/linux-master/include/uapi/linux/
H A Delf.h30 #define PT_NOTE 4 macro
462 /* Note header in a PT_NOTE section */
469 /* Note header in a PT_NOTE section */
/linux-master/arch/mips/boot/
H A Delf2ecoff.c353 case PT_NOTE:
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c55 /* Buffer for all the ELF core headers and the PT_NOTE */
180 /* Read ELF core header and/or PT_NOTE segment */
382 phdr->p_type = cpu_to_be32(PT_NOTE);
/linux-master/fs/proc/
H A Dkcore.c96 *nphdr = 1; /* PT_NOTE */
380 phdrs[0].p_type = PT_NOTE;
/linux-master/fs/
H A Dbinfmt_elf.c1448 phdr->p_type = PT_NOTE;
H A Dbinfmt_elf_fdpic.c1264 phdr->p_type = PT_NOTE;

Completed in 205 milliseconds

12