Searched refs:object (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/arch-x86/bionic/
H A Dcrtend.S12 .type __FRAME_END__, @object
H A Dcrtend_so.S9 .type __FRAME_END__, @object
H A Dcrtbegin_so.S31 .type __INIT_ARRAY__, @object
39 .type __FINI_ARRAY__, @object
47 .type __EH_FRAME_BEGIN__, @object
90 leal object.4469@GOTOFF(%ebx), %eax
104 .local object.4469
105 .comm object.4469,24,4
H A Dcrtbegin.S90 .type __EH_FRAME_BEGIN__, @object
123 movl $object.4466, 4(%esp)
131 .local object.4466
132 .comm object.4466,24,4
/bionic/libc/bionic/
H A Dpthread_debug.c419 static void initMutexInfo(MutexInfo* object, pthread_mutex_t* mutex) { argument
420 object->owner = 0;
421 object->prev = 0;
422 object->next = 0;
423 object->lockCount = 0;
424 object->historyMark = 0;
425 object->mutex = mutex;
426 growingListInit(&object->children);
427 growingListInit(&object->parents);
428 growingListInit(&object
437 initThreadInfo(ThreadInfo* object, pid_t pid) argument
612 mutex_lock_checked(MutexInfo* mrl, MutexInfo* object) argument
664 mutex_unlock_checked(MutexInfo* object) argument
[all...]
/bionic/libc/arch-arm/bionic/
H A Deabi.c38 * variable from the shared object that contains the constructor/destructor
44 __aeabi_atexit (void *object, void (*destructor) (void *), void *dso_handle) argument
46 return __cxa_atexit(destructor, object, dso_handle);
/bionic/libc/arch-mips/bionic/
H A Dcrtbegin_so.S29 .type __INIT_ARRAY__, @object
35 .type __FINI_ARRAY__, @object
/bionic/libc/arch-arm/include/machine/
H A Dasm.h71 #define _ASM_TYPE_OBJECT #object
/bionic/libc/
H A DAndroid.mk605 # Define the libc run-time (crt) support object files that must be built,

Completed in 266 milliseconds