Searched refs:DF_TEXTREL (Results 1 – 11 of 11) sorted by relevance
284 && (dyn->d_un.d_val & DF_TEXTREL) != 0)) in process_file()
1336 && (dyn->d_un.d_val & DF_TEXTREL) != 0))) in check_reloc_shdr()
1683 { DF_TEXTREL, "TEXTREL" },
1231 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
1261 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
1288 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
672 #define DF_TEXTREL 0x00000004 macro
809 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro
961 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro
1373 dtFlags |= DF_TEXTREL; in finalizeContents()