Searched refs:DF_TEXTREL (Results 1 – 8 of 8) sorted by relevance
29 #ifndef DF_TEXTREL30 #define DF_TEXTREL 4 macro
25 #ifndef DF_TEXTREL26 #define DF_TEXTREL 4 macro216 if (dyn_value & DF_TEXTREL) in Init()
307 && (dyn->d_un.d_val & DF_TEXTREL) != 0)) in process_file()
594 statep->dt_flags |= DF_TEXTREL; in elf_i386_count_relocations()
1271 && (dyn->d_un.d_val & DF_TEXTREL) != 0))) in check_reloc_shdr()
1253 { DF_TEXTREL, "TEXTREL" },
1789 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
768 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro