Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
dso Struct Reference
Collaboration diagram for dso:
Collaboration graph

Public Attributes

char * name
 
struct load_rangeranges
 
int range_sz
 
uint64_t sh_addr
 
uint64_t sh_offset
 
enum elf_type type
 
struct symsyms
 
int syms_sz
 
int syms_cap
 
struct btf * btf
 

Member Data Documentation

◆ btf

struct btf* dso::btf

◆ name

char* dso::name

◆ range_sz

int dso::range_sz

◆ ranges

struct load_range* dso::ranges

◆ sh_addr

uint64_t dso::sh_addr

◆ sh_offset

uint64_t dso::sh_offset

◆ syms

struct sym* dso::syms

◆ syms_cap

int dso::syms_cap

◆ syms_sz

int dso::syms_sz

◆ type

enum elf_type dso::type

The documentation for this struct was generated from the following file: