Searched refs:EXPORT (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10/WTF-7600.1.24/wtf/
H A Dmbmalloc.cpp29 #define EXPORT __attribute__((visibility("default"))) macro
33 EXPORT void* mbmalloc(size_t);
34 EXPORT void mbfree(void*, size_t);
35 EXPORT void* mbrealloc(void*, size_t, size_t);
36 EXPORT void mbscavenge();
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A Dmbmalloc.cpp28 #define EXPORT __attribute__((visibility("default"))) macro
32 EXPORT void* mbmalloc(size_t);
33 EXPORT void mbfree(void*, size_t);
34 EXPORT void* mbrealloc(void*, size_t, size_t);
35 EXPORT void mbscavenge();
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A DDES.pm8 @EXPORT = qw(
/macosx-10.10/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c46 EXPORT _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception* exception_object)
65 EXPORT uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context* context)
74 EXPORT uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context* context)
86 EXPORT void* _Unwind_FindEnclosingFunction(void* pc)
108 EXPORT _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn callback, void* ref)
150 EXPORT const void* _Unwind_Find_FDE(const void* pc, struct dwarf_eh_bases* bases)
170 EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context* context)
185 EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context* context, int* ipBefore)
199 EXPORT void __register_frame(const void* fde)
212 EXPORT voi
[all...]
H A Dlibuwind.cxx60 EXPORT int unw_init_local(unw_cursor_t* cursor, unw_context_t* context)
79 EXPORT unw_addr_space_t unw_local_addr_space = (unw_addr_space_t)&sThisAddressSpace;
84 EXPORT int unw_init_remote_thread(unw_cursor_t* cursor, unw_addr_space_t as, thread_t thread)
123 EXPORT unw_addr_space_t unw_create_addr_space_for_task(task_t task)
153 EXPORT void unw_destroy_addr_space(unw_addr_space_t asp)
184 EXPORT int unw_get_reg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_word_t* value)
199 EXPORT int unw_set_reg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_word_t value)
225 EXPORT int unw_get_fpreg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_fpreg_t* value)
239 EXPORT int unw_set_fpreg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_fpreg_t value)
254 EXPORT in
[all...]
H A DUnwind-sjlj.c97 EXPORT void _Unwind_SjLj_Register(struct _Unwind_FunctionContext* fc)
107 EXPORT void _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext* fc)
278 EXPORT _Unwind_Reason_Code _Unwind_SjLj_RaiseException(struct _Unwind_Exception* exception_object)
308 EXPORT void _Unwind_SjLj_Resume(struct _Unwind_Exception* exception_object)
325 EXPORT _Unwind_Reason_Code _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception* exception_object)
344 EXPORT uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context* context)
355 EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context* context, int index)
367 EXPORT void _Unwind_SetGR(struct _Unwind_Context* context, int index, uintptr_t new_value)
378 EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context* context)
390 EXPORT uintptr_
[all...]
H A DUnwindLevel1.c276 EXPORT _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception* exception_object)
308 EXPORT void _Unwind_Resume(struct _Unwind_Exception* exception_object)
330 EXPORT _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception* exception_object, _Unwind_Stop_Fn stop, void* stop_parameter)
348 EXPORT uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context* context)
367 EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context* context, int index)
380 EXPORT void _Unwind_SetGR(struct _Unwind_Context* context, int index, uintptr_t new_value)
391 EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context* context)
404 EXPORT void _Unwind_SetIP(struct _Unwind_Context* context, uintptr_t new_value)
415 EXPORT uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context* context)
430 EXPORT voi
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/ext/
H A Dsquare.c35 #define EXPORT(a,b) __declspec(dllexport) a b macro
42 #define EXPORT(a,b) a b macro
81 EXPORT(int, Square_Init)(Tcl_Interp *interp) function
110 EXPORT(int, Square_SafeInit)(Tcl_Interp *interp) function
/macosx-10.10/zsh-61/zsh/Util/
H A Dcheck_exports22 open EXPORT, $exports or die "Can't read $exports: $!\n";
24 while (<EXPORT>) {
29 close EXPORT;
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DWrapTie.pm10 use vars qw(@ISA @EXPORT $VERSION);
15 @EXPORT = qw(wraptie);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Daddendbug.s14 .EXPORT initialize_char_syntax,CODE
15 .EXPORT initialize_char_syntax,ENTRY,PRIV_LEV=3,RTNVAL=GR
H A Dfreg.s16 .EXPORT main,ENTRY,PRIV_LEV=3,RTNVAL=GR
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/t/
H A DUtils.pm6 use vars qw( @ISA @EXPORT @EXPORT_OK );
9 @EXPORT = qw( &server_start &server_next &fork_proxy &web_ok &bare_request );
10 @EXPORT_OK = @EXPORT;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/t/
H A DUtils.pm6 use vars qw( @ISA @EXPORT @EXPORT_OK );
9 @EXPORT = qw( &server_start &server_next &fork_proxy &web_ok &bare_request );
10 @EXPORT_OK = @EXPORT;
/macosx-10.10/iodbc-42.5/iodbc/include/
H A Diodbcunix.h98 #define EXPORT macro
/macosx-10.10/ruby-106/ruby/bcc32/
H A Dmkexports.rb20 next unless /(?:PUBDEF|PUBD32|EXPORT)/ =~ l
/macosx-10.10/tcl-105/tcl_ext/trf/trf/zlib.vc/
H A Dzconf.h203 # define EXPORT(a,b) __declspec(dllexport) a b macro
207 # define EXPORT(a,b) a _export b macro
209 # define EXPORT(a,b) a b macro
213 # define EXPORT(a,b) a b macro
217 /*# define EXPORT WINAPI*/
219 /*# define EXPORT*/
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DAssert.pm5 use vars qw($VERSION @EXPORT @ISA);
10 @EXPORT = qw(assert);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A Dpreprocessor.pm30 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
33 @EXPORT = qw(&applyPreprocessor);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.h40 EXPORT = 266, enumerator in enum:yytokentype
77 #define EXPORT 266 macro
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/Elem/
H A DNum.pm4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
12 @EXPORT = ( );
H A DNumRev.pm4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
12 @EXPORT = ( );
H A DStr.pm4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
12 @EXPORT = ( );
H A DStrRev.pm4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
12 @EXPORT = ( );
/macosx-10.10/CPANInternal-159.1/Unix-Getrusage-0.03/lib/Unix/
H A DGetrusage.pm17 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
23 our @EXPORT = qw(getrusage getrusage_children);
73 =head2 EXPORT

Completed in 303 milliseconds

12345