The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Data Structures | Functions
simple.c File Reference
#include "config.h"
#include "unwind.h"
#include "backtrace.h"
+ Include dependency graph for simple.c:

Go to the source code of this file.

Data Structures

struct  backtrace_simple_data
 

Functions

int __attribute__ ((noinline))
 
static _Unwind_Reason_Code simple_unwind (struct _Unwind_Context *context, void *vdata)
 

Data Structure Documentation

◆ backtrace_simple_data

struct backtrace_simple_data

Definition at line 42 of file simple.c.

+ Collaboration diagram for backtrace_simple_data:
Data Fields
backtrace_simple_callback callback
void * data
backtrace_error_callback error_callback
int ret
int skip
struct backtrace_state * state

Function Documentation

◆ __attribute__()

int __attribute__ ( (noinline)  )

Definition at line 93 of file simple.c.

+ Here is the call graph for this function:

◆ simple_unwind()

static _Unwind_Reason_Code simple_unwind ( struct _Unwind_Context *  context,
void *  vdata 
)
static

Definition at line 62 of file simple.c.

+ Here is the caller graph for this function: