HomeSort by relevance Sort by last modified time
    Searched defs:DT_VALRNGHI (Results 26 - 29 of 29) sorted by null

12

  /external/elfutils/libelf/
elf.h 741 /* DT_* entries which fall between DT_VALRNGHI & DT_VALRNGLO use the
757 #define DT_VALRNGHI 0x6ffffdff
758 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
    [all...]
  /external/valgrind/perf/
tinycc.c 663 /* DT_* entries which fall between DT_VALRNGHI & DT_VALRNGLO use the
671 #define DT_VALRNGHI 0x6ffffdff
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 687 /* DT_* entries which fall between DT_VALRNGHI & DT_VALRNGLO use the
703 #define DT_VALRNGHI 0x6ffffdff
704 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 696 /* DT_* entries which fall between DT_VALRNGHI & DT_VALRNGLO use the
712 #define DT_VALRNGHI 0x6ffffdff
713 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
    [all...]

Completed in 153 milliseconds

12