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

#include <bfdlink.h>

Public Attributes

struct bfd_elf_version_treenext
 
const char * name
 
unsigned int vernum
 
struct bfd_elf_version_expr_head globals
 
struct bfd_elf_version_expr_head locals
 
struct bfd_elf_version_depsdeps
 
unsigned int name_indx
 
int used
 
struct bfd_elf_version_expr *(* match )(struct bfd_elf_version_expr_head *head, struct bfd_elf_version_expr *prev, const char *sym)
 

Detailed Description

Definition at line 669 of file bfdlink.h.

Member Data Documentation

◆ deps

struct bfd_elf_version_deps* bfd_elf_version_tree::deps

Definition at line 681 of file bfdlink.h.

◆ globals

struct bfd_elf_version_expr_head bfd_elf_version_tree::globals

Definition at line 675 of file bfdlink.h.

◆ locals

struct bfd_elf_version_expr_head bfd_elf_version_tree::locals

Definition at line 675 of file bfdlink.h.

◆ match

struct bfd_elf_version_expr*(* bfd_elf_version_tree::match) (struct bfd_elf_version_expr_head *head, struct bfd_elf_version_expr *prev, const char *sym)

Definition at line 685 of file bfdlink.h.

◆ name

◆ name_indx

unsigned int bfd_elf_version_tree::name_indx

Definition at line 683 of file bfdlink.h.

◆ next

struct bfd_elf_version_tree* bfd_elf_version_tree::next

Definition at line 671 of file bfdlink.h.

◆ used

int bfd_elf_version_tree::used

Definition at line 685 of file bfdlink.h.

◆ vernum

unsigned int bfd_elf_version_tree::vernum

Definition at line 675 of file bfdlink.h.


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