Searched refs:ebx (Results 1 – 7 of 7) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 89 # define ENTRANCE PUSH (%ebx); 90 # define RETURN_END POP (%ebx); ret 91 # define RETURN RETURN_END; CFI_PUSH (%ebx) 101 add $(TABLE - .), %ebx; \ 104 add (%ebx,%ecx,4), %ebx; \ 106 jmp *%ebx 114 movl (%esp), %ebx 256 PUSH (%ebx) 257 mov $SHARED_CACHE_SIZE, %ebx 261 add $_GLOBAL_OFFSET_TABLE_, %ebx [all …]
|
D | android_memset16.S | 89 # define ENTRANCE PUSH (%ebx); 90 # define RETURN_END POP (%ebx); ret 91 # define RETURN RETURN_END; CFI_PUSH (%ebx) 101 add $(TABLE - .), %ebx; \ 104 add (%ebx,%ecx,4), %ebx; \ 106 jmp *%ebx 114 movl (%esp), %ebx 341 PUSH (%ebx) 342 mov $SHARED_CACHE_SIZE, %ebx 346 add $_GLOBAL_OFFSET_TABLE_, %ebx [all …]
|
/system/core/debuggerd/libdebuggerd/x86/ |
D | machine.cpp | 38 dump_memory(log, backtrace, static_cast<uintptr_t>(r.ebx), "memory near ebx:"); in dump_memory_and_code() 55 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
|
/system/core/debuggerd/crasher/x86/ |
D | crashglue.S | 6 movl $0xa5a50001, %ebx
|
/system/core/debuggerd/crasher/x86_64/ |
D | crashglue.S | 6 movl $0xa5a50001, %ebx
|
/system/core/libunwindstack/ |
D | User.h | 33 uint32_t ebx; member
|
D | Regs.cpp | 166 (*regs)[X86_REG_EBX] = user->ebx; in ReadX86()
|