Home
last modified time | relevance | path

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

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