Searched refs:DF_TEXTREL (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/bits/ | ||
D | elf_common.h | 762 #define DF_TEXTREL 0x0004 /* Indicates there may be relocations in macro |
/bionic/linker/ | ||
D | linker.cpp | 3154 if (d->d_un.d_val & DF_TEXTREL) { in prelink_image() |