HPCToolkit
|
#include <stdlib.h>
#include <inttypes.h>
#include <include/uint.h>
#include "stack_troll.h"
#include "fnbounds_interface.h"
#include "validate_return_addr.h"
#include <messages/messages.h>
Go to the source code of this file.
Functions | |
troll_status | stack_troll (void **start_sp, uint *ra_pos, validate_addr_fn_t validate_addr, void *generic_arg) |
Variables | |
static const int | TROLL_LIMIT = 16 |
troll_status stack_troll | ( | void ** | start_sp, |
uint * | ra_pos, | ||
validate_addr_fn_t | validate_addr, | ||
void * | generic_arg | ||
) |
|
static |
Definition at line 74 of file stack_troll.c.