/external/valgrind/VEX/test/ |
test-i386-shift.h | 154 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
test-amd64-shift.h | 171 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
test-i386.h | 205 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
test-amd64.h | 224 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
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...] |