Searched refs:DT_LOOS (Results 1 – 3 of 3) sorted by relevance
84 #define DT_LOOS 0x6000000d macro
1549 #define DT_LOOS 0x6000000d macro1550 #define DT_ANDROID_REL (DT_LOOS + 2)1551 #define DT_ANDROID_RELA (DT_LOOS + 4)
3151 } else if (d->d_tag >= DT_LOOS && d->d_tag <= DT_HIOS) { in prelink_image()