OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DT_FINI_ARRAY
(Results
1 - 6
of
6
) sorted by null
/bionic/linker/
linker.h
192
#ifndef
DT_FINI_ARRAY
193
#define
DT_FINI_ARRAY
26
/external/llvm/include/llvm/Support/
ELF.h
811
DT_FINI_ARRAY
= 26, // Pointer to array of termination functions.
813
DT_FINI_ARRAYSZ = 28, // Size of
DT_FINI_ARRAY
.
/external/qemu/
elf.h
155
#define
DT_FINI_ARRAY
26
[
all
...]
/external/elfutils/libelf/
elf.h
659
#define
DT_FINI_ARRAY
26 /* Array with addresses of fini fct */
661
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of
DT_FINI_ARRAY
*/
[
all
...]
/prebuilt/linux-x86/toolchain/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
...]
/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 1943 milliseconds