Home
last modified time | relevance | path

Searched defs:DF_BIND_NOW (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h1198 DF_BIND_NOW = 0x08, // Process all relocations on load. enumerator
/external/elfutils/libelf/
Delf.h811 #define DF_BIND_NOW 0x00000008 /* No lazy binding for this object */ macro