Searched refs:C_HIDEXT (Results 1 – 10 of 10) sorted by relevance
355 #define C_HIDEXT 107 /* Un-named external symbol */ macro395 ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT)
1493 if (sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()1523 if (sym.n_sclass != C_HIDEXT in xcoff_link_add_symbols()1550 && sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()3431 if (isym->n_sclass == C_HIDEXT in xcoff_keep_symbol_p()3452 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)) in xcoff_keep_symbol_p()3480 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD) in xcoff_keep_symbol_p()4297 if (isymp->n_sclass == C_HIDEXT in xcoff_link_input_bfd()4379 isym.n_sclass = C_HIDEXT; in xcoff_link_input_bfd()4900 if (is->n_sclass == C_HIDEXT in xcoff_link_input_bfd()5125 irsym.n_sclass = C_HIDEXT; in xcoff_find_tc0()[all …]
370 case C_HIDEXT: in _bfd_xcoff64_swap_aux_in()461 case C_HIDEXT: in _bfd_xcoff64_swap_aux_out()2345 syment.n_sclass = C_HIDEXT; in xcoff64_generate_rtinit()
515 case C_HIDEXT: in _bfd_xcoff_swap_aux_in()619 case C_HIDEXT: in _bfd_xcoff_swap_aux_out()3780 syment.n_sclass = C_HIDEXT; in xcoff_generate_rtinit()
4758 case C_HIDEXT: in coff_slurp_symbol_table()
1270 C_HIDEXT symbol with attached csect information.1349 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be1351 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if9459 arguments. If RS6000COFF_C, only treat C_EXT and C_HIDEXT
3575 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
837 case C_HIDEXT: in dump_xcoff32_symbols()1474 case C_HIDEXT: in dump_xcoff32_traceback()1531 case C_HIDEXT: in dump_xcoff32_toc()
5840 S_SET_STORAGE_CLASS (sym, C_HIDEXT); in ppc_frob_symbol()5844 || S_GET_STORAGE_CLASS (sym) == C_HIDEXT) in ppc_frob_symbol()6047 S_SET_STORAGE_CLASS (csect, C_HIDEXT); in ppc_adjust_symtab()
404 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.