php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ir_patch.c File Reference
#include "ir.h"
#include "ir_private.h"

Go to the source code of this file.

Functions

int ir_patch (const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const void *to_addr)
 

Function Documentation

◆ ir_patch()

int ir_patch ( const void * code,
size_t size,
uint32_t jmp_table_size,
const void * from_addr,
const void * to_addr )

Definition at line 251 of file ir_patch.c.