Home
last modified time | relevance | path

Searched defs:som_symbol (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.h51 typedef struct som_symbol struct
53 asymbol symbol;
54 unsigned int som_type;
82 som_symbol_type; argument
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-som.h39 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd)) macro