Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h85 #define DT_HIOS 0x6ffff000 macro
/bionic/linker/
Dlinker.cpp3793 } else if (d->d_tag >= DT_LOOS && d->d_tag <= DT_HIOS) { in prelink_image()