HomeSort by relevance Sort by last modified time
    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 272 milliseconds