Searched refs:SHF_MERGE (Results 1 – 7 of 7) sorted by relevance
441 { SHF_MERGE, ALL, MSG_SHF_MERGE_CF }, in conv_sec_flags_strings() 457 { SHF_MERGE, ALL, MSG_SHF_MERGE_NF }, in conv_sec_flags_strings()
220 @ MSG_SHF_MERGE_CF "SHF_MERGE" # 0x10
181 * - The SHF_MERGE|SHF_STRINGS flags must be set in os_attach_isp() 188 if (((isp->is_shdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != in os_attach_isp() 189 (SHF_MERGE | SHF_STRINGS)) || in os_attach_isp() 220 * The SHF_MERGE|SHF_STRINGS flags tell us that the program that in os_attach_isp()
626 #define SHF_MERGE 0x10 macro
468 #define SHF_MERGE 0x10 /* Section may be merged. */ macro
70 * NOTE: SHF_MERGE|SHF_STRINGS:71 * The compiler is allowed to set the SHF_MERGE|SHF_STRINGS flags in86 * share the same SHF_MERGE|SHF_STRINGS values can be concatenated,88 * SHF_MERGE|SHF_STRINGS flags should be ignored when deciding whether91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)936 #define FLG_IS_INSTRMRG 0x0080 /* Usable SHF_MERGE|SHF_STRINGS sec */
1421 6492726 Merge SHF_MERGE|SHF_STRINGS input sections (D)