Searched refs:PT_NOTE (Results 1 – 25 of 27) sorted by relevance
12
109 #define PT_NOTE 4 /* Program header type = note */ macro160 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()
27 #define PT_NOTE 4 macro
15 PHDRS { text PT_LOAD; note PT_NOTE; }
63 note PT_NOTE FLAGS(4); /* PF_R */
53 note PT_NOTE FLAGS(4); /* PF_R */
60 note PT_NOTE FLAGS(4); /* PF_R */
68 note PT_NOTE FLAGS(4); /* PF_R */
64 note PT_NOTE FLAGS(4); /* PF_R */
96 note PT_NOTE FLAGS(4); /* PF_R */
55 note PT_NOTE FLAGS(4); /* PF_R */
74 note PT_NOTE FLAGS(4); /* PF_R */
103 note PT_NOTE FLAGS(4); /* PF_R */
87 note PT_NOTE FLAGS(4); /* PF_R */
88 note PT_NOTE FLAGS(4); /* PF_R */
22 note PT_NOTE;
29 note PT_NOTE FLAGS(4); /* R__ */
33 note PT_NOTE FLAGS(0); /* ___ */
121 note PT_NOTE FLAGS(4); /* PF_R */
130 note PT_NOTE FLAGS(4); /* PF_R */
111 note PT_NOTE FLAGS(0); /* ___ */
24 note PT_NOTE FLAGS(0);
765 if (phdr->p_type == PT_NOTE) { in fadump_update_elfcore_header()1081 phdr->p_type = PT_NOTE; in fadump_create_elfcore_headers()1096 phdr->p_type = PT_NOTE; in fadump_create_elfcore_headers()
380 phdr->p_type = cpu_to_be32(PT_NOTE); in create_opalcore()
353 case PT_NOTE: in main()