OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DF_1_NODELETE
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
314
dt_flags_1 |= llvm::ELF::
DF_1_NODELETE
;
/bionic/libc/include/sys/
exec_elf.h
686
#define
DF_1_NODELETE
0x00000008 /* Set the RTLD_NODELETE for object */
[
all
...]
/external/elfutils/src/
ld.c
993
ld_state.dt_flags_1 |=
DF_1_NODELETE
;
[
all
...]
readelf.c
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
756
#define
DF_1_NODELETE
0x00000008 /* Set RTLD_NODELETE for this object.*/
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
756
#define
DF_1_NODELETE
0x00000008 /* Set RTLD_NODELETE for this object.*/
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
756
#define
DF_1_NODELETE
0x00000008 /* Set RTLD_NODELETE for this object.*/
[
all
...]
/external/elfutils/libelf/
elf.h
771
#define
DF_1_NODELETE
0x00000008 /* Set RTLD_NODELETE for this object.*/
[
all
...]
/external/valgrind/main/perf/
tinycc.c
709
#define
DF_1_NODELETE
0x00000008 /* Set RTLD_NODELETE for this object.*/
[
all
...]
Completed in 244 milliseconds