Home
last modified time | relevance | path

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

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