OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__init_call
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/test/
test-amd64.c
63
#define
__init_call
__attribute__ ((unused,__section__ (".initcall.init")))
macro
65
static void *call_start
__init_call
= NULL;
variable
[
all
...]
test-i386.c
53
#define
__init_call
__attribute__ ((unused,__section__ (".initcall.init")))
macro
55
static void *call_start
__init_call
= NULL;
variable
[
all
...]
Completed in 434 milliseconds