Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h57 #define DF_1_NOW 0x00000001 // Perform complete relocation processing. macro
/bionic/linker/
Dlinker.cpp2102 if ((d->d_un.d_val & ~(DF_1_NOW | DF_1_GLOBAL)) != 0) { in PrelinkImage()