Home
last modified time | relevance | path

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

12

/linux/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()
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/fs/proc/
H A Dvmcore.c732 * update_note_header_size_elf64 - update p_memsz member of each PT_NOTE entry
736 * This function updates p_memsz member of each PT_NOTE entry in the
750 if (phdr_ptr->p_type != PT_NOTE) in update_note_header_size_elf64()
768 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()
778 pr_warn("Warning: Zero PT_NOTE entries found\n"); in update_note_header_size_elf64()
786 * get_note_number_and_size_elf64 - get the number of PT_NOTE program
791 * @nr_ptnote: buffer for the number of PT_NOTE program headers
792 * @sz_ptnote: buffer for size of unique PT_NOTE program header
794 * This function is used to merge multiple PT_NOTE program headers
798 * It is assumed that program headers with PT_NOTE typ
[all...]
/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/arm/vdso/
H A Dvdso.lds.S65 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/csky/kernel/vdso/
H A Dvdso.lds.S43 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/sparc/vdso/
H A Dvdso-layout.lds.S96 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S78 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S57 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S99 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/mips/vdso/
H A Dvdso.lds.S90 note PT_NOTE FLAGS(4); /* PF_R */
/linux/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S108 note PT_NOTE FLAGS(4); /* PF_R */
H A Dvdso32.lds.S111 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.S13 /* Cavium Octeon should not have a separate PT_NOTE Program Header. */
29 note PT_NOTE FLAGS(4); /* R__ */
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S31 note PT_NOTE FLAGS(4); /* R__ */
/linux/lib/
H A Dbuildid.c241 if (phdr->p_type == PT_NOTE && in get_build_id_32()
278 if (phdr->p_type == PT_NOTE && in get_build_id_64()
/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S126 note PT_NOTE FLAGS(4); /* PF_R */
/linux/kernel/
H A Dcrash_core.c222 /* Prepare one phdr of type PT_NOTE for each possible CPU */ in crash_prepare_elf64_headers()
224 phdr->p_type = PT_NOTE; in crash_prepare_elf64_headers()
232 /* Prepare one PT_NOTE header for vmcoreinfo */ in crash_prepare_elf64_headers()
233 phdr->p_type = PT_NOTE; in crash_prepare_elf64_headers()
/linux/arch/s390/kernel/
H A Dvmlinux.lds.S37 note PT_NOTE FLAGS(0); /* ___ */

12