Go to the source code of this file.
|
| static void | GLUE_RESTORE_SPILL_TO_FPREG2 (void *b, int ws) |
| static void | GLUE_SAVE_TO_SPILL (void *b, int ws) |
| static void | GLUE_JMP_SET_OFFSET (void *endOfInstruction, int offset) |
| static void | GLUE_MOV_PX_DIRECTVALUE_GEN (void *b, INT_PTR v, int wv) |
| static int | GLUE_RESET_WTP (unsigned char *out, void *ptr) |
| static void | GLUE_STORE_P1_TO_STACK_AT_OFFS (void *b, int offs) |
| static void | GLUE_MOVE_PX_STACKPTR_GEN (void *b, int wv) |
| static void | GLUE_MOVE_STACK (void *b, int amt) |
| static void | GLUE_POP_PX (void *b, int wv) |
| static void | GLUE_SET_PX_FROM_P1 (void *b, int wv) |
| static int | GLUE_POP_VALUE_TO_ADDR (unsigned char *buf, void *destptr) |
| static int | GLUE_COPY_VALUE_AT_P1_TO_PTR (unsigned char *buf, void *destptr) |
| static void | eel_callcode64 (INT_PTR bp, INT_PTR cp, INT_PTR rt) |
| static unsigned char * | EEL_GLUE_set_immediate (void *_p, INT_PTR newv) |
| static void | GLUE_SET_PX_FROM_WTP (void *b, int wv) |
| static int | GLUE_POP_FPSTACK_TO_PTR (unsigned char *buf, void *destptr) |
| static void | GLUE_PUSH_VAL_AT_PX_TO_FPSTACK (void *b, int wv) |
| static void | GLUE_POP_FPSTACK_TO_WTP_TO_PX (unsigned char *buf, int wv) |
| static void * | GLUE_realAddress (void *fn, int *size) |
| static unsigned long | __attribute__ ((unused)) glue_getscr() |
| void | eel_enterfp (int _s[2]) |
| void | eel_leavefp (int _s[2]) |
| static int | GLUE_FUSE (compileContext *ctx, unsigned char *code, int left_size, int right_size, int fuse_flags, int spill_reg) |
◆ GLUE_CALL_CODE
| #define GLUE_CALL_CODE |
( |
| bp, |
|
|
| cp, |
|
|
| rt ) |
Value:do { \
!((
f=glue_getscr())&(1<<24))) { \
glue_setscr(
f|(1<<24)); \
eel_callcode64(bp,
cp,
rt); \
} while(0)
unsigned f
Definition inflate.c:1572
static void eel_callcode64(INT_PTR bp, INT_PTR cp, INT_PTR rt)
Definition glue_aarch64.h:227
INT_PTR INT_PTR rt
Definition glue_arm.h:222
#define NSEEL_CODE_COMPILE_FLAG_NOFPSTATE
Definition ns-eel.h:176
uch h[RAND_HEAD_LEN]
Definition crypt.c:459
char * cp
Definition unix.c:513
◆ GLUE_FUNC_ENTER_SIZE
| #define GLUE_FUNC_ENTER_SIZE 4 |
◆ GLUE_FUNC_LEAVE_SIZE
| #define GLUE_FUNC_LEAVE_SIZE 0 |
◆ GLUE_HAS_FPREG2
| #define GLUE_HAS_FPREG2 1 |
◆ GLUE_HAS_FUSE
◆ GLUE_MAX_FPSTACK_SIZE
| #define GLUE_MAX_FPSTACK_SIZE 0 |
◆ GLUE_MAX_JMPSIZE
| #define GLUE_MAX_JMPSIZE ((1<<20) - 1024) |
◆ GLUE_MAX_SPILL_REGS
| #define GLUE_MAX_SPILL_REGS 8 |
◆ GLUE_MOV_PX_DIRECTVALUE_SIZE
| #define GLUE_MOV_PX_DIRECTVALUE_SIZE 12 |
◆ GLUE_MOV_PX_DIRECTVALUE_TOFPREG2_SIZE
| #define GLUE_MOV_PX_DIRECTVALUE_TOFPREG2_SIZE 16 |
◆ GLUE_MOVE_PX_STACKPTR_SIZE
| #define GLUE_MOVE_PX_STACKPTR_SIZE 4 |
◆ GLUE_MOVE_STACK_SIZE
| #define GLUE_MOVE_STACK_SIZE 4 |
◆ GLUE_POP_FPSTACK_SIZE
| #define GLUE_POP_FPSTACK_SIZE 0 |
◆ GLUE_POP_FPSTACK_TO_WTP_TO_PX_SIZE
◆ GLUE_POP_PX_SIZE
| #define GLUE_POP_PX_SIZE 4 |
◆ GLUE_PUSH_VAL_AT_PX_TO_FPSTACK_SIZE
| #define GLUE_PUSH_VAL_AT_PX_TO_FPSTACK_SIZE 4 |
◆ GLUE_RESTORE_SPILL_TO_FPREG2_SIZE
| #define GLUE_RESTORE_SPILL_TO_FPREG2_SIZE |
( |
| x | ) |
|
◆ GLUE_SAVE_TO_SPILL_SIZE
| #define GLUE_SAVE_TO_SPILL_SIZE |
( |
| x | ) |
|
◆ GLUE_SET_PX_FROM_P1_SIZE
| #define GLUE_SET_PX_FROM_P1_SIZE 4 |
◆ GLUE_SET_PX_FROM_WTP_SIZE
| #define GLUE_SET_PX_FROM_WTP_SIZE sizeof(int) |
◆ GLUE_STORE_P1_TO_STACK_AT_OFFS_SIZE
| #define GLUE_STORE_P1_TO_STACK_AT_OFFS_SIZE |
( |
| offs | ) |
|
◆ __attribute__()
| void __attribute__ |
( |
(unused) | | ) |
|
|
static |
◆ eel_callcode64()
◆ eel_enterfp()
◆ EEL_GLUE_set_immediate()
| unsigned char * EEL_GLUE_set_immediate |
( |
void * | _p, |
|
|
INT_PTR | newv ) |
|
static |
◆ eel_leavefp()
◆ GLUE_COPY_VALUE_AT_P1_TO_PTR()
| int GLUE_COPY_VALUE_AT_P1_TO_PTR |
( |
unsigned char * | buf, |
|
|
void * | destptr ) |
|
static |
◆ GLUE_FUSE()
◆ GLUE_JMP_SET_OFFSET()
| void GLUE_JMP_SET_OFFSET |
( |
void * | endOfInstruction, |
|
|
int | offset ) |
|
static |
◆ GLUE_MOV_PX_DIRECTVALUE_GEN()
◆ GLUE_MOVE_PX_STACKPTR_GEN()
◆ GLUE_MOVE_STACK()
◆ GLUE_POP_FPSTACK_TO_PTR()
| int GLUE_POP_FPSTACK_TO_PTR |
( |
unsigned char * | buf, |
|
|
void * | destptr ) |
|
static |
◆ GLUE_POP_FPSTACK_TO_WTP_TO_PX()
| void GLUE_POP_FPSTACK_TO_WTP_TO_PX |
( |
unsigned char * | buf, |
|
|
int | wv ) |
|
static |
◆ GLUE_POP_PX()
◆ GLUE_POP_VALUE_TO_ADDR()
| int GLUE_POP_VALUE_TO_ADDR |
( |
unsigned char * | buf, |
|
|
void * | destptr ) |
|
static |
◆ GLUE_PUSH_VAL_AT_PX_TO_FPSTACK()
| void GLUE_PUSH_VAL_AT_PX_TO_FPSTACK |
( |
void * | b, |
|
|
int | wv ) |
|
static |
◆ GLUE_realAddress()
◆ GLUE_RESET_WTP()
| int GLUE_RESET_WTP |
( |
unsigned char * | out, |
|
|
void * | ptr ) |
|
static |
◆ GLUE_RESTORE_SPILL_TO_FPREG2()
◆ GLUE_SAVE_TO_SPILL()
◆ GLUE_SET_PX_FROM_P1()
◆ GLUE_SET_PX_FROM_WTP()
◆ GLUE_STORE_P1_TO_STACK_AT_OFFS()
| void GLUE_STORE_P1_TO_STACK_AT_OFFS |
( |
void * | b, |
|
|
int | offs ) |
|
static |
◆ GLUE_COPY_FPSTACK_TO_FPREG2
| const unsigned int GLUE_COPY_FPSTACK_TO_FPREG2[] = { 0x1e604001 } |
|
static |
◆ GLUE_FUNC_ENTER
| const unsigned int GLUE_FUNC_ENTER[2] = { 0xa9bf7bfd, 0x910003fd } |
|
static |
◆ GLUE_FUNC_LEAVE
| const unsigned int GLUE_FUNC_LEAVE[1] = { 0 } |
|
static |
◆ GLUE_JMP_IF_P1_NZ
Initial value: =
{
0x7100001f,
0x54000001,
}
◆ GLUE_JMP_IF_P1_Z
Initial value: =
{
0x7100001f,
0x54000000,
}
◆ GLUE_JMP_NC
| const unsigned int GLUE_JMP_NC[] = { 0x14000000 } |
|
static |
◆ GLUE_POP_FPSTACK
| const unsigned int GLUE_POP_FPSTACK[1] = { 0 } |
|
static |
◆ GLUE_POP_FPSTACK_TO_WTP
| const unsigned int GLUE_POP_FPSTACK_TO_WTP[] |
|
static |
◆ GLUE_POP_FPSTACK_TOSTACK
| const unsigned int GLUE_POP_FPSTACK_TOSTACK[] |
|
static |
◆ GLUE_POP_STACK_TO_FPREG2
| unsigned int GLUE_POP_STACK_TO_FPREG2[] |
|
static |
◆ GLUE_PUSH_P1
| const unsigned int GLUE_PUSH_P1[1] ={ 0xf81f0fe0 } |
|
static |
◆ GLUE_PUSH_P1PTR_AS_VALUE
| const unsigned int GLUE_PUSH_P1PTR_AS_VALUE[] |
|
static |
Initial value: =
{
0xfd400007,
0xfc1f0fe7,
}
◆ GLUE_RET
| const unsigned int GLUE_RET[] ={ 0xa8c17bfd, 0xd65f03c0 } |
|
static |
◆ GLUE_SET_P1_NZ
| const unsigned int GLUE_SET_P1_NZ[] = { 0x52800020 } |
|
static |
◆ GLUE_SET_P1_Z
| const unsigned int GLUE_SET_P1_Z[] = { 0x52800000 } |
|
static |