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

#include "psymtab.h"

Public Member Functions

struct obj_sectionobj_section (struct objfile *objfile) const
 
unrelocated_addr unrelocated_address () const
 
CORE_ADDR address (const struct objfile *objfile) const
 
void set_unrelocated_address (unrelocated_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 147 of file psymtab.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 151 of file psymtab.h.

References ginfo, and general_symbol_info::obj_section().

◆ set_unrelocated_address()

void partial_symbol::set_unrelocated_address ( unrelocated_addr addr)
inline

Definition at line 172 of file psymtab.h.

References ginfo, and general_symbol_info::set_unrelocated_address().

Referenced by partial_symtab::add_psymbol().

◆ unrelocated_address()

unrelocated_addr partial_symbol::unrelocated_address ( ) const
inline

Definition at line 157 of file psymtab.h.

References ginfo, and general_symbol_info::unrelocated_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: