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

  /bionic/linker/
linker.h 70 #define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
linker_main.cpp 342 si->set_dt_flags_1(si->get_dt_flags_1() | DF_1_GLOBAL);
linker_soinfo.cpp 522 if ((dt_flags_1 & DF_1_GLOBAL) != 0) {
linker.cpp     [all...]
  /bionic/libc/include/
elf.h 130 #define DF_1_GLOBAL 0x00000002 /* implies RTLD_GLOBAL */
  /toolchain/binutils/binutils-2.25/include/elf/
common.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 879 DF_1_GLOBAL = 0x2,
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 763 #define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 772 #define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/valgrind/perf/
tinycc.c 707 #define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */
    [all...]

Completed in 572 milliseconds