OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_FINI_ARRAY
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
120
reserveOne(llvm::ELF::
DT_FINI_ARRAY
); //
DT_FINI_ARRAY
223
//
DT_FINI_ARRAY
224
applyOne(llvm::ELF::
DT_FINI_ARRAY
, pFormat.getFiniArray().addr());
/bionic/libc/include/sys/
exec_elf.h
668
#define
DT_FINI_ARRAY
26 /* Size, in bytes, of DT_INIT_ARRAY array */
670
#define DT_FINI_ARRAYSZ 28 /* Size, in bytes, of
DT_FINI_ARRAY
array*/
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
732
case
DT_FINI_ARRAY
:
/external/qemu/
elf.h
155
#define
DT_FINI_ARRAY
26
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
663
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
665
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
663
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
665
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
663
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
665
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
/bionic/linker/
linker.cpp
[
all
...]
/external/elfutils/libelf/
elf.h
678
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
680
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
/external/elfutils/src/
elflint.c
[
all
...]
/external/valgrind/main/perf/
tinycc.c
653
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
655
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
Completed in 91 milliseconds