Rizin
unix-like reverse engineering framework and cli tools
rz_bin_sym_names_t Struct Reference

Store some display name from RzBinSymbol. More...

#include <rz_core.h>

Public Attributes

const char * pfx
 prefix for flags More...
 
char * name
 raw symbol name More...
 
char * symbolname
 display symbol name More...
 
char * libname
 name of the lib this symbol is specific to, if any More...
 
char * nameflag
 flag name for symbol More...
 
char * demname
 demangled raw symbol name More...
 
char * demflag
 flag name for demangled symbol More...
 
char * classname
 classname More...
 
char * classflag
 flag for classname More...
 
char * methname
 methods [class]::[method] More...
 
char * methflag
 methods flag sym.[class].[method] More...
 

Detailed Description

Store some display name from RzBinSymbol.

See also
rz_core_sym_name_init
rz_core_sym_name_fini

Definition at line 426 of file rz_core.h.

Member Data Documentation

◆ classflag

char* rz_bin_sym_names_t::classflag

flag for classname

Definition at line 435 of file rz_core.h.

◆ classname

char* rz_bin_sym_names_t::classname

classname

Definition at line 434 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols().

◆ demflag

char* rz_bin_sym_names_t::demflag

flag name for demangled symbol

Definition at line 433 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols().

◆ demname

char* rz_bin_sym_names_t::demname

demangled raw symbol name

Definition at line 432 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols(), and symbols_print().

◆ libname

char* rz_bin_sym_names_t::libname

name of the lib this symbol is specific to, if any

Definition at line 430 of file rz_core.h.

Referenced by symbols_print().

◆ methflag

char* rz_bin_sym_names_t::methflag

methods flag sym.[class].[method]

Definition at line 437 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols().

◆ methname

char* rz_bin_sym_names_t::methname

methods [class]::[method]

Definition at line 436 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols().

◆ name

◆ nameflag

char* rz_bin_sym_names_t::nameflag

flag name for symbol

Definition at line 431 of file rz_core.h.

Referenced by rz_core_bin_apply_symbols(), and symbols_print().

◆ pfx

const char* rz_bin_sym_names_t::pfx

prefix for flags

Definition at line 427 of file rz_core.h.

◆ symbolname

char* rz_bin_sym_names_t::symbolname

display symbol name

Definition at line 429 of file rz_core.h.

Referenced by symbols_print().


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