projects
/
dyninst.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Redid static ctor/dtor handling to be compatible with init_array/fini_array as well...
[dyninst.git]
/
dyninstAPI_RT
/
src
/
RTstatic_ctors_dtors_end.c
1
#if defined(DYNINST_RT_STATIC_LIB)
2
void (*DYNINSTctors_end)(void) __attribute__ ((section (".init_array")));
3
void (*DYNINSTdtors_end)(void) __attribute__ ((section (".fini_array")));
4
#endif