Home
last modified time | relevance | path

Searched refs:DF_1_NOW (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker.h54 #define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
/aosp12/bionic/libc/include/
H A Delf.h206 #define DF_1_NOW 0x00000001 /* Perform complete relocation processing. */ macro
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp287 dt_flags_1 |= llvm::ELF::DF_1_NOW; in applyEntries()