Searched refs:__init_call (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-i386-shift.h | 154 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-i386.h | 205 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-amd64-shift.h | 171 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-amd64.h | 224 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-i386.c | 53 #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;
|
D | test-amd64.c | 63 #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;
|