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

12

/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
/linux-master/fs/
H A Dbinfmt_elf_test.c22 { .p_type = PT_NOTE, .p_vaddr = 0x00000338, .p_memsz = 0x000030, },
23 { .p_type = PT_NOTE, .p_vaddr = 0x00000368, .p_memsz = 0x000044, },
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S63 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S68 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S96 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/powerpc/boot/
H A Daddnote.c3 * Program to hack in a PT_NOTE program header entry in an ELF file.
109 #define PT_NOTE 4 /* Program header type = note */ macro
160 if (GET_32(ph + PH_TYPE) == PT_NOTE) {
175 PUT_32(ph + PH_TYPE, PT_NOTE);
198 PUT_32(ph + PH_TYPE, PT_NOTE);
H A Delf.h27 #define PT_NOTE 4 macro
/linux-master/arch/arm/vdso/
H A Dvdso.lds.S64 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.lds.S43 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S79 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S53 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S87 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S62 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/lib/
H A Dbuildid.c84 if (phdr[i].p_type == PT_NOTE &&
109 if (phdr[i].p_type == PT_NOTE &&
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S109 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S91 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S94 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S92 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S13 /* Cavium Octeon should not have a separate PT_NOTE Program Header. */
29 note PT_NOTE FLAGS(4); /* R__ */
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S107 note PT_NOTE FLAGS(4); /* PF_R */
H A Dvdso64.lds.S106 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S122 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S122 note PT_NOTE FLAGS(4); /* PF_R */
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S30 note PT_NOTE FLAGS(4); /* R__ */
/linux-master/fs/proc/
H A Dvmcore.c715 * update_note_header_size_elf64 - update p_memsz member of each PT_NOTE entry
719 * This function updates p_memsz member of each PT_NOTE entry in the
733 if (phdr_ptr->p_type != PT_NOTE)
751 pr_warn("Warning: Exceeded p_memsz, dropping PT_NOTE entry n_namesz=0x%x, n_descsz=0x%x\n",
761 pr_warn("Warning: Zero PT_NOTE entries found\n");
769 * get_note_number_and_size_elf64 - get the number of PT_NOTE program
774 * @nr_ptnote: buffer for the number of PT_NOTE program headers
775 * @sz_ptnote: buffer for size of unique PT_NOTE program header
777 * This function is used to merge multiple PT_NOTE program headers
781 * It is assumed that program headers with PT_NOTE typ
[all...]

Completed in 223 milliseconds

12