HomeSort by: relevance | last modified time | path
    Searched defs:FUNC_128_ADDRS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-value-prof-real.c 20 #define FUNC_128_ADDRS(x) FUNC_64_ADDRS(x##_1) FUNC_64_ADDRS(x##_2)
21 #define FUNC_256_ADDRS(x) FUNC_128_ADDRS(x##_1) FUNC_128_ADDRS(x##_2)
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof.c 59 #define FUNC_128_ADDRS(x) FUNC_64_ADDRS(x##_1) FUNC_64_ADDRS(x##_2)
64 void *CallerAddrs[] = {FUNC_128_ADDRS(caller)};

Completed in 11 milliseconds