Searched refs:__EXTERN_C (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.h35 #define __EXTERN_C extern "C" macro
37 #define __EXTERN_C extern macro
42 __EXTERN_C struct uwx_self_info *uwx_self_init_info(struct uwx_env *env);
44 __EXTERN_C int uwx_self_free_info(struct uwx_self_info *info);
46 __EXTERN_C int uwx_self_init_context(struct uwx_env *env);
48 __EXTERN_C int uwx_self_init_from_sigcontext(
53 __EXTERN_C int uwx_self_do_context_frame(
57 __EXTERN_C int uwx_self_copyin(
64 __EXTERN_C int uwx_self_lookupip(
72 #undef __EXTERN_C macro
[all...]
H A Duwx.h37 #define __EXTERN_C extern "C" macro
39 #define __EXTERN_C extern macro
53 __EXTERN_C int uwx_register_alloc_cb(alloc_cb alloc, free_cb free);
56 __EXTERN_C struct uwx_env *uwx_init(void);
59 __EXTERN_C int uwx_free(struct uwx_env *env);
62 __EXTERN_C int uwx_set_remote(struct uwx_env *env, int is_big_endian_target);
65 __EXTERN_C int uwx_set_nofr(struct uwx_env *env);
83 __EXTERN_C int uwx_register_callbacks(
90 __EXTERN_C int uwx_init_context(
98 __EXTERN_C in
331 #undef __EXTERN_C macro
[all...]

Completed in 98 milliseconds