LLVM 19.0.0git
Public Attributes | List of all members
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 1672 of file MachO.h.

Member Data Documentation

◆ cs

uint32_t llvm::MachO::x86_thread_state32_t::cs

Definition at line 1684 of file MachO.h.

◆ ds

uint32_t llvm::MachO::x86_thread_state32_t::ds

Definition at line 1685 of file MachO.h.

◆ eax

uint32_t llvm::MachO::x86_thread_state32_t::eax

Definition at line 1673 of file MachO.h.

◆ ebp

uint32_t llvm::MachO::x86_thread_state32_t::ebp

Definition at line 1679 of file MachO.h.

◆ ebx

uint32_t llvm::MachO::x86_thread_state32_t::ebx

Definition at line 1674 of file MachO.h.

◆ ecx

uint32_t llvm::MachO::x86_thread_state32_t::ecx

Definition at line 1675 of file MachO.h.

◆ edi

uint32_t llvm::MachO::x86_thread_state32_t::edi

Definition at line 1677 of file MachO.h.

◆ edx

uint32_t llvm::MachO::x86_thread_state32_t::edx

Definition at line 1676 of file MachO.h.

◆ eflags

uint32_t llvm::MachO::x86_thread_state32_t::eflags

Definition at line 1682 of file MachO.h.

◆ eip

uint32_t llvm::MachO::x86_thread_state32_t::eip

Definition at line 1683 of file MachO.h.

◆ es

uint32_t llvm::MachO::x86_thread_state32_t::es

Definition at line 1686 of file MachO.h.

◆ esi

uint32_t llvm::MachO::x86_thread_state32_t::esi

Definition at line 1678 of file MachO.h.

◆ esp

uint32_t llvm::MachO::x86_thread_state32_t::esp

Definition at line 1680 of file MachO.h.

◆ fs

uint32_t llvm::MachO::x86_thread_state32_t::fs

Definition at line 1687 of file MachO.h.

◆ gs

uint32_t llvm::MachO::x86_thread_state32_t::gs

Definition at line 1688 of file MachO.h.

◆ ss

uint32_t llvm::MachO::x86_thread_state32_t::ss

Definition at line 1681 of file MachO.h.


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