HPCToolkit
x86-gcc-main64.c File Reference
#include <string.h>
#include "x86-unwind-interval-fixup.h"
#include "x86-unwind-interval.h"
Include dependency graph for x86-gcc-main64.c:

Go to the source code of this file.

Functions

int x86_adjust_gcc_main64_intervals (char *ins, int len, btuwi_status_t *stat)
 

Variables

static char gcc_main64_signature []
 

Function Documentation

◆ x86_adjust_gcc_main64_intervals()

int x86_adjust_gcc_main64_intervals ( char *  ins,
int  len,
btuwi_status_t stat 
)

Definition at line 61 of file x86-gcc-main64.c.

Variable Documentation

◆ gcc_main64_signature

char gcc_main64_signature[]
static
Initial value:
= {
0x4c, 0x8d, 0x54, 0x24, 0x08,
0x48, 0x83, 0xe4, 0xe0,
0x41, 0xff, 0x72, 0xf8,
0x55,
0x48, 0x89, 0xe5,
}

Definition at line 51 of file x86-gcc-main64.c.