Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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) { in main()
175 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
198 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
/kernel/linux/linux-6.6/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) { in main()
175 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
198 PUT_32(ph + PH_TYPE, PT_NOTE); in main()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_test.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()
/kernel/linux/linux-5.10/fs/proc/
H A Dvmcore.c699 * update_note_header_size_elf64 - update p_memsz member of each PT_NOTE entry
703 * This function updates p_memsz member of each PT_NOTE entry in the
717 if (phdr_ptr->p_type != PT_NOTE) in update_note_header_size_elf64()
735 pr_warn("Warning: Exceeded p_memsz, dropping PT_NOTE entry n_namesz=0x%x, n_descsz=0x%x\n", in update_note_header_size_elf64()
745 pr_warn("Warning: Zero PT_NOTE entries found\n"); in update_note_header_size_elf64()
753 * get_note_number_and_size_elf64 - get the number of PT_NOTE program
758 * @nr_ptnote: buffer for the number of PT_NOTE program headers
759 * @sz_ptnote: buffer for size of unique PT_NOTE program header
761 * This function is used to merge multiple PT_NOTE program headers
765 * It is assumed that program headers with PT_NOTE typ
[all...]
/kernel/linux/linux-6.6/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) in update_note_header_size_elf64()
751 pr_warn("Warning: Exceeded p_memsz, dropping PT_NOTE entry n_namesz=0x%x, n_descsz=0x%x\n", in update_note_header_size_elf64()
761 pr_warn("Warning: Zero PT_NOTE entries found\n"); in update_note_header_size_elf64()
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...]
/kernel/linux/linux-6.6/lib/
H A Dbuildid.c84 if (phdr[i].p_type == PT_NOTE && in get_build_id_32()
109 if (phdr[i].p_type == PT_NOTE && in get_build_id_64()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S60 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/x86/um/vdso/
H A Dvdso-layout.lds.S63 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H A Dvdso.lds.S53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A Dvdso.lds.S53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S68 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
H A Dvdso.lds.S55 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvdso-layout.lds.S96 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/arm/vdso/
H A Dvdso.lds.S64 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/
H A Dvdso.lds.S43 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A Dvdso.lds.S53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdso.lds.S64 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S68 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvdso-layout.lds.S96 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/x86/um/vdso/
H A Dvdso-layout.lds.S63 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dgate.lds.S88 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
H A Dvdso.lds.S74 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dvdso.lds.S87 note PT_NOTE FLAGS(4); /* PF_R */

Completed in 8 milliseconds

1234