HomeSort by relevance Sort by last modified time
    Searched refs:DF_1_NODELETE (Results 1 - 18 of 18) 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_soinfo.cpp 526 if ((dt_flags_1 & DF_1_NODELETE) != 0) {
  /bionic/libc/include/
elf.h 132 #define DF_1_NODELETE 0x00000008 /* implies RTLD_NODELETE */
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 302 dt_flags_1 |= llvm::ELF::DF_1_NODELETE;
  /toolchain/binutils/binutils-2.25/include/elf/
common.h     [all...]
  /external/elfutils/src/
ld.c 979 ld_state.dt_flags_1 |= DF_1_NODELETE;
    [all...]
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 881 DF_1_NODELETE = 0x8,
    [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 765 #define DF_1_NODELETE 0x00000008 /* Set RTLD_NODELETE for this object.*/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 774 #define DF_1_NODELETE 0x00000008 /* Set RTLD_NODELETE for this object.*/
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c     [all...]
  /external/valgrind/perf/
tinycc.c 709 #define DF_1_NODELETE 0x00000008 /* Set RTLD_NODELETE for this object.*/
    [all...]

Completed in 793 milliseconds