HPCToolkit
|
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <ucontext.h>
#include "x86-decoder.h"
#include "unwind.h"
Go to the source code of this file.
Functions | |
static void * | actual_get_branch_target (void *ins, xed_decoded_inst_t *xptr, xed_operand_values_t *vals) |
void * | x86_get_branch_target (void *ins, xed_decoded_inst_t *xptr) |
|
static |
void* x86_get_branch_target | ( | void * | ins, |
xed_decoded_inst_t * | xptr | ||
) |
Definition at line 80 of file x86-unwind-support.c.