LLVM  8.0.1
Public Attributes | List of all members
llvm::MachO::x86_thread_state32_t Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::x86_thread_state32_t:
Collaboration graph
[legend]

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 1503 of file MachO.h.

Member Data Documentation

◆ cs

uint32_t llvm::MachO::x86_thread_state32_t::cs

Definition at line 1515 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ ds

uint32_t llvm::MachO::x86_thread_state32_t::ds

Definition at line 1516 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ eax

uint32_t llvm::MachO::x86_thread_state32_t::eax

Definition at line 1504 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ ebp

uint32_t llvm::MachO::x86_thread_state32_t::ebp

Definition at line 1510 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ ebx

uint32_t llvm::MachO::x86_thread_state32_t::ebx

Definition at line 1505 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ ecx

uint32_t llvm::MachO::x86_thread_state32_t::ecx

Definition at line 1506 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ edi

uint32_t llvm::MachO::x86_thread_state32_t::edi

Definition at line 1508 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ edx

uint32_t llvm::MachO::x86_thread_state32_t::edx

Definition at line 1507 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ eflags

uint32_t llvm::MachO::x86_thread_state32_t::eflags

Definition at line 1513 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ eip

uint32_t llvm::MachO::x86_thread_state32_t::eip

Definition at line 1514 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ es

uint32_t llvm::MachO::x86_thread_state32_t::es

Definition at line 1517 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ esi

uint32_t llvm::MachO::x86_thread_state32_t::esi

Definition at line 1509 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ esp

uint32_t llvm::MachO::x86_thread_state32_t::esp

Definition at line 1511 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ fs

uint32_t llvm::MachO::x86_thread_state32_t::fs

Definition at line 1518 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ gs

uint32_t llvm::MachO::x86_thread_state32_t::gs

Definition at line 1519 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ ss

uint32_t llvm::MachO::x86_thread_state32_t::ss

Definition at line 1512 of file MachO.h.

Referenced by llvm::MachO::swapStruct().


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