Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h100 #define DT_HIPROC 0x7fffffff macro
/bionic/linker/
Dlinker.cpp3153 } else if (d->d_tag >= DT_LOPROC && d->d_tag <= DT_HIPROC) { in prelink_image()