Searched refs:DT_LOPROC (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/ | ||
D | elf.h | 99 #define DT_LOPROC 0x70000000 macro |
/bionic/linker/ | ||
D | linker.cpp | 3795 } else if (d->d_tag >= DT_LOPROC && d->d_tag <= DT_HIPROC) { in prelink_image() |