#include <stdint.h>
#include <string.h>
#include "x86-unwind-interval-fixup.h"
#include "x86-unwind-interval.h"
Go to the source code of this file.
◆ x86_adjust_icc_variant_intervals()
int x86_adjust_icc_variant_intervals |
( |
char * |
ins, |
|
|
int |
len, |
|
|
btuwi_status_t * |
stat |
|
) |
| |
◆ icc_variant_signature
char icc_variant_signature[] |
|
static |
Initial value:= {
0x53,
0x8b, 0xdc,
0x83,0xe4,0xe0,
0x55,
0x55,
0x8b, 0x6b, 0x04,
0x89, 0x6c, 0x24, 0x04,
0x8b, 0xec,
}
Definition at line 53 of file x86-32bit-icc-variant.c.