struct rcf_symbol_entry

Overview

Manual symbol table entry More…

#include <agentlib_defs.h>

struct rcf_symbol_entry {
    // fields

    const char* name;
    void* addr;
    bool is_func;
};

Detailed Documentation

Manual symbol table entry

Fields

const char* name

Name of a symbol

void* addr

Symbol address

bool is_func

Whether the symbol is function or variable