Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 7 of 7) sorted by relevance

/system/core/libcutils/arch-x86/
Dandroid_memset32.S89 # 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 …]
Dandroid_memset16.S89 # 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/
Dmachine.cpp38 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/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/core/libunwindstack/
DUser.h33 uint32_t ebx; member
DRegs.cpp166 (*regs)[X86_REG_EBX] = user->ebx; in ReadX86()