-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDCERPC.exports
540 lines (532 loc) · 13.7 KB
/
DCERPC.exports
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
#
#
# Copyright (c) 2010 Apple Inc. All rights reserved.
#
# @APPLE_LICENSE_HEADER_START@
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. Neither the name of Apple Inc. ("Apple") nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# @APPLE_LICENSE_HEADER_END@
#
#
# _dce_cs_loc_to_rgy
# _dce_cs_rgy_to_loc
_dce_error_inq_text
_dcethread_SIGEMT_e
_dcethread_SIGIOT_e
_dcethread_SIGPIPE_e
_dcethread_SIGSYS_e
_dcethread_SIGTRAP_e
_dcethread_aritherr_e
_dcethread_badparam_e
_dcethread_decovf_e
_dcethread_enableasync_throw
_dcethread_enableinterrupt_throw
_dcethread_exc_getstatus
_dcethread_exc_matches
_dcethread_exc_raise
_dcethread_excpu_e
_dcethread_exfilsiz_e
_dcethread_existence_e
_dcethread_exit_thread_e
_dcethread_exquota_e
_dcethread_frame_push
_dcethread_frame_pop
_dcethread_fltdiv_e
_dcethread_fltovf_e
_dcethread_fltund_e
_dcethread_illaddr_e
_dcethread_illinstr_e
_dcethread_in_use_e
_dcethread_insfmem_e
_dcethread_intdiv_e
_dcethread_interrupt_e
_dcethread_intovf_e
_dcethread_nopriv_e
_dcethread_nostackmem_e
_dcethread_privinst_e
_dcethread_resaddr_e
_dcethread_resoper_e
_dcethread_self
_dcethread_signal_to_interrupt
_dcethread_subrng_e
_dcethread_unksyncsig_e
_dcethread_use_error_e
_rpc__dbg_set_switches
_rpc_binding_copy
_rpc_binding_create
_rpc_binding_free
_rpc_binding_from_string_binding
_rpc_binding_handle_copy
_rpc_binding_handle_equal
_rpc_binding_inq_auth_caller
_rpc_binding_inq_auth_client
_rpc_binding_inq_auth_info
_rpc_binding_inq_client
_rpc_binding_inq_object
_rpc_binding_inq_prot_seq
_rpc_binding_inq_security_context
_rpc_binding_inq_transport_info
_rpc_binding_reset
_rpc_binding_server_from_client
_rpc_binding_server_to_client
_rpc_binding_set_auth_info
_rpc_binding_set_object
_rpc_binding_set_transport_info
_rpc_binding_to_epmap
_rpc_binding_to_string_binding
_rpc_binding_vector_free
_rpc_call_block_until_free
_rpc_call_cancel
_rpc_call_did_mgr_execute
_rpc_call_end
_rpc_call_receive
_rpc_call_receive_fault
_rpc_call_start
_rpc_call_transceive
_rpc_call_transmit
_rpc_call_transmit_fault
# _rpc_cs_binding_set_eval
# _rpc_cs_binding_set_tags
# _rpc_cs_char_set_compat_check
# _rpc_cs_eval_with_universal
# _rpc_cs_eval_without_universal
_rpc_ep_register
_rpc_ep_register_no_replace
_rpc_ep_resolve_binding
_rpc_ep_unregister
_rpc_if_id_vector_free
_rpc_if_inq_id
_rpc_impersonate_named_pipe_client
_rpc_mgmt_ep_elt_inq_begin
_rpc_mgmt_ep_elt_inq_done
_rpc_mgmt_ep_elt_inq_next
_rpc_mgmt_ep_unregister
_rpc_mgmt_get_max_concurrency
_rpc_mgmt_inq_com_timeout
_rpc_mgmt_inq_dflt_authn_level
_rpc_mgmt_inq_dflt_protect_level
_rpc_mgmt_inq_if_ids
_rpc_mgmt_inq_server_com_timeout
_rpc_mgmt_inq_server_idle_timeout
_rpc_mgmt_inq_server_princ_name
_rpc_mgmt_inq_stats
_rpc_mgmt_is_server_listening
_rpc_mgmt_set_authorization_fn
_rpc_mgmt_set_cancel_timeout
_rpc_mgmt_set_com_timeout
_rpc_mgmt_set_max_concurrency
_rpc_mgmt_set_server_com_timeout
_rpc_mgmt_set_server_idle_timeout
_rpc_mgmt_set_server_stack_size
_rpc_mgmt_stats_vector_free
_rpc_mgmt_stop_server_listening
_rpc_network_close
_rpc_network_inq_protseqs
_rpc_network_is_protseq_valid
_rpc_network_maintain_liveness
_rpc_network_monitor_liveness
_rpc_network_stop_maintaining
_rpc_network_stop_monitoring
# Not all the Name Service APIs get built, and we don't use them
# anyway -- jpeach
# _rpc_ns_binding_export
# _rpc_ns_binding_import_begin
# _rpc_ns_binding_import_done
# _rpc_ns_binding_import_next
# _rpc_ns_binding_inq_entry_name
# _rpc_ns_binding_lookup_begin
# _rpc_ns_binding_lookup_done
# _rpc_ns_binding_lookup_next
# _rpc_ns_binding_select
# _rpc_ns_binding_unexport
# _rpc_ns_entry_expand_name
# _rpc_ns_entry_inq_resolution
# _rpc_ns_entry_object_inq_begin
# _rpc_ns_entry_object_inq_done
# _rpc_ns_entry_object_inq_next
# _rpc_ns_group_delete
# _rpc_ns_group_mbr_add
# _rpc_ns_group_mbr_inq_begin
# _rpc_ns_group_mbr_inq_done
# _rpc_ns_group_mbr_inq_next
# _rpc_ns_group_mbr_remove
# _rpc_ns_import_ctx_add_eval
# _rpc_ns_mgmt_binding_unexport
# _rpc_ns_mgmt_entry_create
# _rpc_ns_mgmt_entry_delete
# _rpc_ns_mgmt_entry_inq_if_ids
# _rpc_ns_mgmt_free_attr_data
# _rpc_ns_mgmt_free_codesets
# _rpc_ns_mgmt_handle_set_exp_age
# _rpc_ns_mgmt_inq_exp_age
# _rpc_ns_mgmt_read_attr_begin
# _rpc_ns_mgmt_read_attr_done
# _rpc_ns_mgmt_read_attr_next
# _rpc_ns_mgmt_read_codesets
# _rpc_ns_mgmt_remove_attribute
# _rpc_ns_mgmt_set_attribute
# _rpc_ns_mgmt_set_exp_age
# _rpc_ns_profile_delete
# _rpc_ns_profile_elt_add
# _rpc_ns_profile_elt_inq_begin
# _rpc_ns_profile_elt_inq_done
# _rpc_ns_profile_elt_inq_next
# _rpc_ns_profile_elt_remove
# _rpc_ns_set_authn
_rpc_object_inq_type
_rpc_object_set_inq_fn
_rpc_object_set_type
_rpc_protseq_vector_free
_rpc_revert_to_self
# _rpc_rgy_get_codesets
# _rpc_rgy_get_max_bytes
_rpc_server_create_thread_pool
_rpc_server_free_thread_pool
_rpc_server_inq_bindings
_rpc_server_inq_call_attributes
_rpc_server_inq_if
_rpc_server_listen
_rpc_server_register_auth_info
_rpc_server_register_if
_rpc_server_register_if_2
_rpc_server_register_if_ex
_rpc_server_set_thread_pool_fn
_rpc_server_set_thread_pool_qlen
_rpc_server_unregister_if
_rpc_server_use_all_protseqs
_rpc_server_use_all_protseqs_if
_rpc_server_use_protseq
_rpc_server_use_protseq_ep
_rpc_server_use_protseq_if
_rpc_server_use_protseq_socket
_rpc_sm_get_thread_handle
_rpc_sm_set_thread_handle
_rpc_ss_Z_values_from_bounds
_rpc_ss_allocate
_rpc_ss_arm_switch_value
_rpc_ss_arm_switch_value
_rpc_ss_bind_authn_client
_rpc_ss_bug_1_thru_31
_rpc_ss_build_bounds_list
_rpc_ss_build_bounds_list_2
_rpc_ss_build_indirection_struct
_rpc_ss_build_range_list
_rpc_ss_build_range_list_2
_rpc_ss_call_end
_rpc_ss_call_end_2
_rpc_ss_call_free
_rpc_ss_client_establish_alloc
_rpc_ss_client_is_set_up
_rpc_ss_client_free
_rpc_ss_create_support_ptrs
_rpc_ss_ctx_client_ref_count_d_2
_rpc_ss_ctx_client_ref_count_dec
_rpc_ss_ctx_client_ref_count_i_2
_rpc_ss_ctx_client_ref_count_inc
_rpc_ss_destroy_client_context
_rpc_ss_destroy_support_ptrs
_rpc_ss_disable_allocate
_rpc_ss_ee_ctx_from_wire
_rpc_ss_ee_ctx_to_wire
_rpc_ss_enable_allocate
_rpc_ss_enable_reflect_deletes
_rpc_ss_er_ctx_from_wire
_rpc_ss_er_ctx_to_wire
_rpc_ss_find_union_arm_defn
_rpc_ss_fixed_bounds_from_vector
_rpc_ss_flag_error_on_binding
_rpc_ss_free
_rpc_ss_get_string_base_desc
_rpc_ss_get_support_ptrs
_rpc_ss_get_switch_from_data
_rpc_ss_get_thread_handle
_rpc_ss_get_typed_integer
_rpc_ss_import_cursor_advance
_rpc_ss_init_allocate_once
_rpc_ss_init_callee_ctx_tables
_rpc_ss_init_client_once
_rpc_ss_init_context_once
_rpc_ss_init_marsh_state
_rpc_ss_init_node_table
_rpc_ss_init_server_once
_rpc_ss_initialize_callee_pipe
_rpc_ss_lookup_node_by_num
_rpc_ss_lookup_pointer_to_node
_rpc_ss_m_uuid
_rpc_ss_make_import_cursor_valid
#_rpc_ss_map_dce_to_local_status # depends on IDL_ENABLE_STATUS_MAPPING
# _rpc_ss_map_local_to_dce_status # depends on IDL_ENABLE_STATUS_MAPPING
_rpc_ss_marsh_change_buff
_rpc_ss_me_boolean
_rpc_ss_me_byte
_rpc_ss_me_char
_rpc_ss_me_enum
_rpc_ss_me_hyper_int
_rpc_ss_me_long_float
_rpc_ss_me_long_int
_rpc_ss_me_short_float
_rpc_ss_me_short_int
_rpc_ss_me_small_int
_rpc_ss_me_uhyper_int
_rpc_ss_me_ulong_int
_rpc_ss_me_ushort_int
_rpc_ss_me_usmall_int
_rpc_ss_mem_alloc
_rpc_ss_mem_free
_rpc_ss_mem_item_free
_rpc_ss_mem_release
_rpc_ss_mr_boolean
_rpc_ss_mr_byte
_rpc_ss_mr_char
_rpc_ss_mr_enum
_rpc_ss_mr_hyper_int
_rpc_ss_mr_long_float
_rpc_ss_mr_long_int
_rpc_ss_mr_short_float
_rpc_ss_mr_short_int
_rpc_ss_mr_small_int
_rpc_ss_mr_uhyper_int
_rpc_ss_mr_ulong_int
_rpc_ss_mr_ushort_int
_rpc_ss_mr_usmall_int
_rpc_ss_mts_client_estab_alloc
_rpc_ss_mts_init_callee_pipe
_rpc_ss_ndr_arr_align_and_opt
_rpc_ss_ndr_bug_1_align
_rpc_ss_ndr_clean_up
_rpc_ss_ndr_contiguous_elt
_rpc_ss_ndr_ee_marsh_pipe_chunk
_rpc_ss_ndr_ee_unmar_pipe_chunk
_rpc_ss_ndr_marsh_init_buffer
_rpc_ss_ndr_marsh_init_buffer
_rpc_ss_ndr_marsh_interp
_rpc_ss_ndr_unmar_interp
_rpc_ss_new_recv_buff
_rpc_ss_put_typed_integer
_rpc_ss_register_node
_rpc_ss_report_error
_rpc_ss_report_error_2
_rpc_ss_return_pointer_to_node
_rpc_ss_send_server_exception
_rpc_ss_send_server_exception_2
_rpc_ss_server_is_set_up
_rpc_ss_set_client_alloc_free
_rpc_ss_set_client_alloc_free_ex
_rpc_ss_set_thread_handle
_rpc_ss_strsiz
_rpc_ss_swap_client_alloc_free
_rpc_ss_swap_client_alloc_free_ex
_rpc_ss_type_size
_rpc_ss_type_vec_vers_check
_rpc_ss_u_uuid
_rpc_ss_ue_boolean
_rpc_ss_ue_byte
_rpc_ss_ue_char
_rpc_ss_ue_enum
_rpc_ss_ue_hyper_int
_rpc_ss_ue_long_float
_rpc_ss_ue_long_int
_rpc_ss_ue_short_float
_rpc_ss_ue_short_int
_rpc_ss_ue_small_int
_rpc_ss_ue_uhyper_int
_rpc_ss_ue_ulong_int
_rpc_ss_ue_ushort_int
_rpc_ss_ue_usmall_int
_rpc_ss_unregister_node
_rpc_ss_ur_boolean
_rpc_ss_ur_byte
_rpc_ss_ur_char
_rpc_ss_ur_enum
_rpc_ss_ur_hyper_int
_rpc_ss_ur_long_float
_rpc_ss_ur_long_int
_rpc_ss_ur_short_float
_rpc_ss_ur_short_int
_rpc_ss_ur_small_int
_rpc_ss_ur_uhyper_int
_rpc_ss_ur_ulong_int
_rpc_ss_ur_ushort_int
_rpc_ss_ur_usmall_int
_rpc_stralloc
_rpc_string_binding_compose
_rpc_string_binding_parse
_rpc_string_free
_rpc_tower_to_binding
_rpc_tower_vector_free
_rpc_tower_vector_from_binding
_rpc_util_strcvt
_rpc_x_access_control_info_inv
_rpc_x_assoc_grp_max_exceeded
_rpc_x_assoc_grp_not_found
_rpc_x_assoc_shutdown
_rpc_x_auth_bad_integrity
_rpc_x_auth_badaddr
_rpc_x_auth_baddirection
_rpc_x_auth_badkeyver
_rpc_x_auth_badmatch
_rpc_x_auth_badorder
_rpc_x_auth_badseq
_rpc_x_auth_badversion
_rpc_x_auth_field_toolong
_rpc_x_auth_inapp_cksum
_rpc_x_auth_method
_rpc_x_auth_modified
_rpc_x_auth_msg_type
_rpc_x_auth_mut_fail
_rpc_x_auth_nokey
_rpc_x_auth_not_us
_rpc_x_auth_repeat
_rpc_x_auth_skew
_rpc_x_auth_tkt_expired
_rpc_x_auth_tkt_nyv
_rpc_x_binding_vector_full
_rpc_x_call_id_not_found
_rpc_x_call_timeout
_rpc_x_cancel_timeout
_rpc_x_cannot_accept
_rpc_x_cannot_connect
_rpc_x_cant_inq_socket
_rpc_x_coding_error
_rpc_x_comm_failure
_rpc_x_connect_closed_by_rem
_rpc_x_connect_no_resources
_rpc_x_connect_rejected
_rpc_x_connect_timed_out
_rpc_x_connection_aborted
_rpc_x_connection_closed
_rpc_x_context_id_not_found
_rpc_x_credentials_too_large
_rpc_x_endpoint_not_found
_rpc_x_entry_not_found
_rpc_x_group_not_found
_rpc_x_host_unreachable
_rpc_x_in_args_too_big
_rpc_x_incomplete_name
_rpc_x_invalid_arg
_rpc_x_invalid_binding
_rpc_x_invalid_bound
_rpc_x_invalid_call_opt
_rpc_x_invalid_checksum
_rpc_x_invalid_crc
_rpc_x_invalid_credentials
_rpc_x_invalid_endpoint_format
_rpc_x_invalid_import_context
_rpc_x_invalid_inquiry_context
_rpc_x_invalid_inquiry_type
_rpc_x_invalid_lookup_context
_rpc_x_invalid_naf_id
_rpc_x_invalid_name_syntax
_rpc_x_invalid_object
_rpc_x_invalid_rpc_protseq
_rpc_x_invalid_tag
_rpc_x_invalid_timeout
_rpc_x_invalid_vers_option
_rpc_x_key_id_not_found
_rpc_x_loc_connect_aborted
_rpc_x_manager_not_entered
_rpc_x_max_descs_exceeded
_rpc_x_name_service_unavailable
_rpc_x_network_unreachable
_rpc_x_no_env_setup
_rpc_x_no_fault
_rpc_x_no_memory
_rpc_x_no_more_bindings
_rpc_x_no_more_elements
_rpc_x_no_rem_endpoint
_rpc_x_not_found
_rpc_x_not_rpc_entry
_rpc_x_not_rpc_tower
_rpc_x_obj_uuid_not_found
_rpc_x_object_not_found
_rpc_x_op_rng_error
_rpc_x_profile_not_found
_rpc_x_protocol_error
_rpc_x_protseq_not_supported
_rpc_x_rem_host_crashed
_rpc_x_rem_host_down
_rpc_x_rem_network_shutdown
_rpc_x_rpc_prot_version_mismatch
_rpc_x_rpcd_comm_failure
_rpc_x_server_too_busy
_rpc_x_ss_bad_buffer
_rpc_x_ss_bad_es_action
_rpc_x_ss_char_trans_open_fail
_rpc_x_ss_char_trans_short_file
_rpc_x_ss_codeset_conv_error
_rpc_x_ss_context_damaged
_rpc_x_ss_context_mismatch
_rpc_x_ss_in_null_context
_rpc_x_ss_incompatible_codesets
_rpc_x_ss_pipe_closed
_rpc_x_ss_pipe_comm_error
_rpc_x_ss_pipe_discipline_error
_rpc_x_ss_pipe_empty
_rpc_x_ss_pipe_memory
_rpc_x_ss_pipe_order
_rpc_x_ss_remote_comm_failure
_rpc_x_ss_remote_no_memory
_rpc_x_ss_wrong_es_version
_rpc_x_string_too_long
_rpc_x_stub_protocol_error
_rpc_x_too_many_rem_connects
_rpc_x_tsyntaxes_unsupported
_rpc_x_unknown_error
_rpc_x_unknown_if
_rpc_x_unknown_mgr_type
_rpc_x_unknown_reject
_rpc_x_unknown_remote_fault
_rpc_x_unknown_stub_rtl_if_vers
_rpc_x_unsupported_name_syntax
_rpc_x_unsupported_type
_rpc_x_who_are_you_failed
_rpc_x_wrong_boot_time
_rpc_x_wrong_kind_of_binding
_twr_ip_lower_flrs_from_sa
_twr_ip_lower_flrs_to_sa
_twr_np_lower_flrs_from_sa
_twr_np_lower_flrs_to_sa
_twr_uxd_lower_flrs_from_sa
_twr_uxd_lower_flrs_to_sa
_uuid_create
_uuid_create_nil
_uuid_equal
_uuid_from_string
_uuid_hash
_uuid_is_nil
_uuid_lexcompare
_uuid_to_string
_uuid_x_getconf_failure
_uuid_x_internal_error
_uuid_x_no_address
_uuid_x_socket_failure
_idl_es_after_interp_call
_idl_es_before_interp_call
_idl_es_clean_up
_idl_es_decode_buffer
_idl_es_encode_dyn_buffer
_idl_es_handle_free
_idl_es_set_attrs