Searched defs:DF_TEXTREL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp29 #ifndef DF_TEXTREL
30 #define DF_TEXTREL 4 macro
H A Dcrazy_linker_elf_relocations.cpp27 #ifndef DF_TEXTREL
28 #define DF_TEXTREL 4 macro
246 if (dyn_value & DF_TEXTREL)
/external/llvm/include/llvm/Support/
H A DELF.h1789 DF_TEXTREL = 0x04, // Relocations may modify a non-writable segment. enumerator in enum:llvm::ELF::__anon25605
/external/elfutils/0.153/libelf/
H A Delf.h768 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */ macro

Completed in 553 milliseconds