OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_INIT
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
iptables_common.h
37
#define
_init
__attribute__((constructor)) my_init
macro
39
# ifdef
_INIT
40
# undef
_init
macro
41
# define
_init
_INIT
macro
/external/iptables/include/
xtables.h
456
# ifdef
_INIT
457
# undef
_init
macro
458
# define
_init
_INIT
macro
464
# define
_init
__attribute__((constructor))
_INIT
macro
499
extern void
_init
(void);
/external/elfutils/lib/
dynamicsizehash.c
160
#define INIT(name)
_INIT
(name)
161
#define
_INIT
(name) \
162
name##
_init
Completed in 60 milliseconds