#include <inttypes.h>
#include <dwarf.h>
#include <elfutils/libdwfl.h>
#include "util/thread.h"
#include "util/callchain.h"
#include "util/debug.h"
Go to the source code of this file.
◆ arch_skip_callchain_idx()
◆ check_return_addr()
static int check_return_addr |
( |
struct dso * |
dso, |
|
|
u64 |
map_start, |
|
|
Dwarf_Addr |
pc |
|
) |
| |
|
static |
◆ check_return_reg()
static int check_return_reg |
( |
int |
ra_regno, |
|
|
Dwarf_Frame * |
frame |
|
) |
| |
|
static |
◆ get_dwarf_frame()
static Dwarf_Frame* get_dwarf_frame |
( |
Dwfl_Module * |
mod, |
|
|
Dwarf_Addr |
pc |
|
) |
| |
|
static |
◆ get_eh_frame()
static Dwarf_Frame* get_eh_frame |
( |
Dwfl_Module * |
mod, |
|
|
Dwarf_Addr |
pc |
|
) |
| |
|
static |
◆ debuginfo_path
◆ offline_callbacks
const Dwfl_Callbacks offline_callbacks |
|
static |
Initial value:= {
.find_debuginfo = dwfl_standard_find_debuginfo,
.section_address = dwfl_offline_section_address,
}
static char * debuginfo_path
Definition at line 35 of file skip-callchain-idx.c.