GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
partial_symbol Struct Reference

#include "psympriv.h"

Public Member Functions

struct obj_sectionobj_section (struct objfile *objfile) const
 
CORE_ADDR unrelocated_address () const
 
CORE_ADDR address (const struct objfile *objfile) const
 
void set_unrelocated_address (CORE_ADDR addr)
 

Public Attributes

struct general_symbol_info ginfo
 
__extension__ enum domain_enum domain: SYMBOL_DOMAIN_BITS
 
__extension__ enum address_class aclass: SYMBOL_ACLASS_BITS
 

Detailed Description

Definition at line 37 of file psympriv.h.

Member Function Documentation

◆ address()

CORE_ADDR partial_symbol::address ( const struct objfile objfile) const
inline

◆ obj_section()

struct obj_section * partial_symbol::obj_section ( struct objfile objfile) const
inline

Definition at line 41 of file psympriv.h.

References ginfo, and general_symbol_info::obj_section().

◆ set_unrelocated_address()

void partial_symbol::set_unrelocated_address ( CORE_ADDR  addr)
inline

Definition at line 62 of file psympriv.h.

References ginfo, and general_symbol_info::set_value_address().

Referenced by partial_symtab::add_psymbol().

◆ unrelocated_address()

CORE_ADDR partial_symbol::unrelocated_address ( ) const
inline

Definition at line 47 of file psympriv.h.

References ginfo, and general_symbol_info::value_address().

Member Data Documentation

◆ aclass

__extension__ enum address_class partial_symbol::aclass

◆ domain

__extension__ enum domain_enum partial_symbol::domain

◆ ginfo

struct general_symbol_info partial_symbol::ginfo

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