HPCToolkit
stack_troll.c File Reference
#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>
Include dependency graph for stack_troll.c:

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
 

Function Documentation

◆ stack_troll()

troll_status stack_troll ( void **  start_sp,
uint ra_pos,
validate_addr_fn_t  validate_addr,
void *  generic_arg 
)

Definition at line 77 of file stack_troll.c.

Here is the caller graph for this function:

Variable Documentation

◆ TROLL_LIMIT

const int TROLL_LIMIT = 16
static

Definition at line 74 of file stack_troll.c.