Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h52 #define DF_SYMBOLIC 0x00000002 macro
/bionic/linker/
Dlinker.cpp2091 if (d->d_un.d_val & DF_SYMBOLIC) { in PrelinkImage()