LLVM 23.0.0git
llvm::MachO::x86_thread_state32_t Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t eax
uint32_t ebx
uint32_t ecx
uint32_t edx
uint32_t edi
uint32_t esi
uint32_t ebp
uint32_t esp
uint32_t ss
uint32_t eflags
uint32_t eip
uint32_t cs
uint32_t ds
uint32_t es
uint32_t fs
uint32_t gs

Detailed Description

Definition at line 1770 of file MachO.h.

Member Data Documentation

◆ cs

uint32_t llvm::MachO::x86_thread_state32_t::cs

Definition at line 1782 of file MachO.h.

◆ ds

uint32_t llvm::MachO::x86_thread_state32_t::ds

Definition at line 1783 of file MachO.h.

◆ eax

uint32_t llvm::MachO::x86_thread_state32_t::eax

Definition at line 1771 of file MachO.h.

◆ ebp

uint32_t llvm::MachO::x86_thread_state32_t::ebp

Definition at line 1777 of file MachO.h.

◆ ebx

uint32_t llvm::MachO::x86_thread_state32_t::ebx

Definition at line 1772 of file MachO.h.

◆ ecx

uint32_t llvm::MachO::x86_thread_state32_t::ecx

Definition at line 1773 of file MachO.h.

◆ edi

uint32_t llvm::MachO::x86_thread_state32_t::edi

Definition at line 1775 of file MachO.h.

◆ edx

uint32_t llvm::MachO::x86_thread_state32_t::edx

Definition at line 1774 of file MachO.h.

◆ eflags

uint32_t llvm::MachO::x86_thread_state32_t::eflags

Definition at line 1780 of file MachO.h.

◆ eip

uint32_t llvm::MachO::x86_thread_state32_t::eip

Definition at line 1781 of file MachO.h.

◆ es

uint32_t llvm::MachO::x86_thread_state32_t::es

Definition at line 1784 of file MachO.h.

◆ esi

uint32_t llvm::MachO::x86_thread_state32_t::esi

Definition at line 1776 of file MachO.h.

◆ esp

uint32_t llvm::MachO::x86_thread_state32_t::esp

Definition at line 1778 of file MachO.h.

◆ fs

uint32_t llvm::MachO::x86_thread_state32_t::fs

Definition at line 1785 of file MachO.h.

◆ gs

uint32_t llvm::MachO::x86_thread_state32_t::gs

Definition at line 1786 of file MachO.h.

◆ ss

uint32_t llvm::MachO::x86_thread_state32_t::ss

Definition at line 1779 of file MachO.h.


The documentation for this struct was generated from the following file: