GCC Middle and Back End API Reference
symbol_and_index_together Struct Reference
Collaboration diagram for symbol_and_index_together:

Data Fields

symtab_nodesymbol
 
int index
 

Detailed Description

Simple structure to pass a symbol and index (with same meaning as parameters
of adjust_references_in_caller) through a void* parameter of a
call_for_symbol_thunks_and_aliases callback.  

Field Documentation

◆ index

int symbol_and_index_together::index

◆ symbol

symtab_node* symbol_and_index_together::symbol

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