Searched refs:__init_call (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/VEX/test/
H A Dtest-i386-shift.h154 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-amd64-shift.h171 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-i386.h205 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-amd64.h224 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-amd64.c63 #define __init_call __attribute__ ((unused,__section__ (".initcall.init"))) macro
65 static void *call_start __init_call = NULL; variable
1677 static void *call_end __init_call = NULL;
H A Dtest-i386.c53 #define __init_call __attribute__ ((unused,__section__ (".initcall.init"))) macro
55 static void *call_start __init_call = NULL; variable
1637 static void *call_end __init_call = NULL;

Completed in 74 milliseconds