Searched refs:DF_TEXTREL (Results 1 – 6 of 6) sorted by relevance
299 && (dyn->d_un.d_val & DF_TEXTREL) != 0)) in process_file()
586 statep->dt_flags |= DF_TEXTREL; in elf_i386_count_relocations()
1315 && (dyn->d_un.d_val & DF_TEXTREL) != 0))) in check_reloc_shdr()
1547 { DF_TEXTREL, "TEXTREL" },
1197 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
810 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro