| 1 | ; GNU Objective C Runtime DLL Export Definitions
|
|---|
| 2 | ; Copyright (C) 1997 Free Software Foundation, Inc.
|
|---|
| 3 | ; Contributed by Scott Christley <[email protected]>
|
|---|
| 4 | ;
|
|---|
| 5 | ; This file is part of GNU CC.
|
|---|
| 6 | ;
|
|---|
| 7 | ; GNU CC is free software; you can redistribute it and/or modify it under the
|
|---|
| 8 | ; terms of the GNU General Public License as published by the Free Software
|
|---|
| 9 | ; Foundation; either version 2, or (at your option) any later version.
|
|---|
| 10 | ;
|
|---|
| 11 | ; GNU CC is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 12 | ; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|---|
| 13 | ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|---|
| 14 | ; details.
|
|---|
| 15 | ;
|
|---|
| 16 | ; You should have received a copy of the GNU General Public License along with
|
|---|
| 17 | ; GNU CC; see the file COPYING. If not, write to the Free Software
|
|---|
| 18 | ; Foundation, 59 Temple Place - Suite 330,
|
|---|
| 19 | ; Boston, MA 02111-1307, USA.
|
|---|
| 20 |
|
|---|
| 21 | LIBRARY libobjc
|
|---|
| 22 | EXPORTS
|
|---|
| 23 | search_for_method_in_list
|
|---|
| 24 | objc_get_uninstalled_dtable
|
|---|
| 25 | hash_is_key_in_hash
|
|---|
| 26 | objc_verror
|
|---|
| 27 | _objc_load_callback
|
|---|
| 28 | objc_malloc
|
|---|
| 29 | objc_atomic_malloc
|
|---|
| 30 | objc_valloc
|
|---|
| 31 | objc_realloc
|
|---|
| 32 | objc_calloc
|
|---|
| 33 | objc_free
|
|---|
| 34 | __objc_init_thread_system
|
|---|
| 35 | objc_mutex_allocate
|
|---|
| 36 | objc_mutex_deallocate
|
|---|
| 37 | objc_mutex_lock
|
|---|
| 38 | objc_mutex_trylock
|
|---|
| 39 | objc_mutex_unlock
|
|---|
| 40 | objc_thread_detach
|
|---|
| 41 | objc_thread_exit
|
|---|
| 42 | objc_thread_get_data
|
|---|
| 43 | objc_thread_get_priority
|
|---|
| 44 | objc_thread_id
|
|---|
| 45 | objc_thread_set_data
|
|---|
| 46 | objc_thread_set_priority
|
|---|
| 47 | objc_thread_yield
|
|---|
| 48 | objc_thread_add
|
|---|
| 49 | objc_thread_remove
|
|---|
| 50 | __objc_class_name_Object
|
|---|
| 51 | __objc_class_name_Protocol
|
|---|
| 52 | __objc_class_name_NXConstantString
|
|---|
| 53 | objc_error
|
|---|
| 54 | __objc_object_alloc
|
|---|
|
|---|