Searched refs:ebx (Results 1 – 11 of 11) 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/libunwindstack/tests/files/offline/debug_frame_first_x86/ |
D | regs.txt | 2 ebx: 56599fe8
|
/system/core/libunwindstack/ |
D | RegsX86.cpp | 89 (*regs)[X86_REG_EBX] = user->ebx; in Read() 107 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext() 148 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()
|
D | AsmGetRegsX86.S | 39 movl %ebx, 12(%eax)
|
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/ |
D | regs.txt | 2 ebx: eb8cccd0
|
/system/core/debuggerd/crasher/x86_64/ |
D | crashglue.S | 6 movl $0xa5a50001, %ebx
|
/system/core/debuggerd/crasher/x86/ |
D | crashglue.S | 6 movl $0xa5a50001, %ebx
|
/system/core/libunwindstack/include/unwindstack/ |
D | UserX86.h | 35 uint32_t ebx; member
|
D | UcontextX86.h | 53 uint32_t ebx; member
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 82 x86_user_regs.ebx = static_cast<uint32_t>(regs.data[PERF_REG_X86_BX]); in GetBacktraceRegs()
|