Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Delf_common.h762 #define DF_TEXTREL 0x0004 /* Indicates there may be relocations in macro
/bionic/linker/
Dlinker.cpp3154 if (d->d_un.d_val & DF_TEXTREL) { in prelink_image()