gem5  v20.1.0.0
Public Types | Public Attributes | List of all members
Loader::Symbol Struct Reference

#include <symtab.hh>

Public Types

enum  Binding { Binding::Global, Binding::Local, Binding::Weak }
 

Public Attributes

Binding binding
 
std::string name
 
Addr address
 

Detailed Description

Definition at line 46 of file symtab.hh.

Member Enumeration Documentation

◆ Binding

Enumerator
Global 
Local 
Weak 

Definition at line 48 of file symtab.hh.

Member Data Documentation

◆ address

Addr Loader::Symbol::address

◆ binding

Binding Loader::Symbol::binding

Definition at line 54 of file symtab.hh.

Referenced by Loader::ElfObject::ElfObject().

◆ name

std::string Loader::Symbol::name

Definition at line 55 of file symtab.hh.

Referenced by Loader::ElfObject::ElfObject(), and Loader::SymbolTable::insert().


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

Generated on Wed Sep 30 2020 14:03:06 for gem5 by doxygen 1.8.17