HomeSort by relevance Sort by last modified time
    Searched refs:DF_1_NOOPEN (Results 1 - 10 of 10) sorted by null

  /bionic/libc/include/
elf.h 133 #define DF_1_NOOPEN 0x00000040 /* Object can not be used with dlopen(3) */
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 306 dt_flags_1 |= llvm::ELF::DF_1_NOOPEN;
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/src/src/
ld.c 991 ld_state.dt_flags_1 |= DF_1_NOOPEN;
    [all...]
readelf.c     [all...]
  /art/runtime/
elf.h     [all...]
  /external/elfutils/src/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 768 #define DF_1_NOOPEN 0x00000040 /* Set RTLD_NOOPEN for this object. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 777 #define DF_1_NOOPEN 0x00000040 /* Set RTLD_NOOPEN for this object. */
    [all...]
  /external/valgrind/perf/
tinycc.c 712 #define DF_1_NOOPEN 0x00000040 /* Set RTLD_NOOPEN for this object. */
    [all...]

Completed in 165 milliseconds