Home
last modified time | relevance | path

Searched refs:DF_TEXTREL (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/src/
Dfindtextrel.c299 && (dyn->d_un.d_val & DF_TEXTREL) != 0)) in process_file()
Di386_ld.c586 statep->dt_flags |= DF_TEXTREL; in elf_i386_count_relocations()
Delflint.c1315 && (dyn->d_un.d_val & DF_TEXTREL) != 0))) in check_reloc_shdr()
Dreadelf.c1547 { DF_TEXTREL, "TEXTREL" },
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1082 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
/external/llvm/include/llvm/Support/
DELF.h1231 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator
/external/elfutils/libelf/
Delf.h810 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro
/external/kmod/port-gnu/
Delf.h809 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro