Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
archsetjmp_32.h File Reference

Go to the source code of this file.

Data Structures

struct  __jmp_buf
 

Macros

#define JB_IP   __eip
 
#define JB_SP   __esp
 

Typedefs

typedef struct __jmp_buf jmp_buf [1]
 

Macro Definition Documentation

#define JB_IP   __eip

Definition at line 19 of file archsetjmp_32.h.

#define JB_SP   __esp

Definition at line 20 of file archsetjmp_32.h.

Typedef Documentation

typedef struct __jmp_buf jmp_buf[1]

Definition at line 17 of file archsetjmp_32.h.