Searched defs:PTHREAD_STATIC_FN_REQUIRE (Results 1 – 2 of 2) sorted by relevance
70 # define PTHREAD_STATIC_FN_REQUIRE(name) macro72 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " "_"#name); macro
562 # define PTHREAD_STATIC_FN_REQUIRE(name) macro564 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " #name); macro
Completed in 19 milliseconds