Searched refs:DT_ADDRRNGHI (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/include/
H A Delf.h122 #define DT_ADDRRNGHI 0x6ffffeff macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h104 #define DT_ADDRRNGHI 0x6ffffeff macro
/external/elfutils/0.153/libelf/
H A Delf.h719 /* DT_* entries which fall between DT_ADDRRNGHI & DT_ADDRRNGLO use the
736 #define DT_ADDRRNGHI 0x6ffffeff macro
737 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */
/external/qemu/include/
H A Delf.h176 /* DT_ entries which fall between DT_ADDRRNGLO and DT_ADDRRNGHI use
179 #define DT_ADDRRNGHI 0x6ffffeff macro
/external/elfutils/0.153/src/
H A Delflint.c1664 else if (dyn->d_tag <= DT_ADDRRNGHI
1692 if (dyn->d_tag < DT_ADDRRNGLO || dyn->d_tag > DT_ADDRRNGHI)
/external/valgrind/main/perf/
H A Dtinycc.c673 /* DT_* entries which fall between DT_ADDRRNGHI & DT_ADDRRNGLO use the
680 #define DT_ADDRRNGHI 0x6ffffeff macro

Completed in 215 milliseconds