Searched refs:DF_TEXTREL (Results 1 – 8 of 8) 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" },
1082 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
1231 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
810 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro
809 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro