Home
last modified time | relevance | path

Searched refs:C_SECTION (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h334 #define C_SECTION 104 /* section name */ macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h4765 case C_SECTION: in coff_slurp_symbol_table()
4827 if (src->u.syment.n_sclass == C_SECTION in coff_slurp_symbol_table()
5127 if (syment->n_sclass == C_SECTION) in coff_classify_symbol()
Dcofflink.c1823 case C_SECTION: in _bfd_coff_link_input_bfd()
DChangeLog-98992402 to reflect the not-there section C_SECTION symbols refer to,
2460 (coff_slurp_symbol_table): C_SECTION symbols are local; they refer
4535 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
DpeXXigen.c141 if (in->n_sclass == C_SECTION) in _bfd_XXi_swap_sym_in()
DChangeLog-94953248 (coff_slurp_symbol_table): PE uses C_SECTION class.