LLVM 20.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 1706 of file MachO.h.

Member Data Documentation

◆ cs

uint32_t llvm::MachO::x86_thread_state32_t::cs

Definition at line 1718 of file MachO.h.

◆ ds

uint32_t llvm::MachO::x86_thread_state32_t::ds

Definition at line 1719 of file MachO.h.

◆ eax

uint32_t llvm::MachO::x86_thread_state32_t::eax

Definition at line 1707 of file MachO.h.

◆ ebp

uint32_t llvm::MachO::x86_thread_state32_t::ebp

Definition at line 1713 of file MachO.h.

◆ ebx

uint32_t llvm::MachO::x86_thread_state32_t::ebx

Definition at line 1708 of file MachO.h.

◆ ecx

uint32_t llvm::MachO::x86_thread_state32_t::ecx

Definition at line 1709 of file MachO.h.

◆ edi

uint32_t llvm::MachO::x86_thread_state32_t::edi

Definition at line 1711 of file MachO.h.

◆ edx

uint32_t llvm::MachO::x86_thread_state32_t::edx

Definition at line 1710 of file MachO.h.

◆ eflags

uint32_t llvm::MachO::x86_thread_state32_t::eflags

Definition at line 1716 of file MachO.h.

◆ eip

uint32_t llvm::MachO::x86_thread_state32_t::eip

Definition at line 1717 of file MachO.h.

◆ es

uint32_t llvm::MachO::x86_thread_state32_t::es

Definition at line 1720 of file MachO.h.

◆ esi

uint32_t llvm::MachO::x86_thread_state32_t::esi

Definition at line 1712 of file MachO.h.

◆ esp

uint32_t llvm::MachO::x86_thread_state32_t::esp

Definition at line 1714 of file MachO.h.

◆ fs

uint32_t llvm::MachO::x86_thread_state32_t::fs

Definition at line 1721 of file MachO.h.

◆ gs

uint32_t llvm::MachO::x86_thread_state32_t::gs

Definition at line 1722 of file MachO.h.

◆ ss

uint32_t llvm::MachO::x86_thread_state32_t::ss

Definition at line 1715 of file MachO.h.


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