Home
last modified time | relevance | path

Searched refs:DT_LOOS (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h84 #define DT_LOOS 0x6000000d macro
/bionic/tests/
Ddlfcn_test.cpp1549 #define DT_LOOS 0x6000000d macro
1550 #define DT_ANDROID_REL (DT_LOOS + 2)
1551 #define DT_ANDROID_RELA (DT_LOOS + 4)
/bionic/linker/
Dlinker.cpp3151 } else if (d->d_tag >= DT_LOOS && d->d_tag <= DT_HIOS) { in prelink_image()