Lines Matching refs:ext_sym
4389 symbolS *ext_sym; in ppc_function() local
4402 ext_sym = symbol_find_or_make (name); in ppc_function()
4421 if (ext_sym != lab_sym) in ppc_function()
4430 symbol_set_value_expression (ext_sym, &exp); in ppc_function()
4433 if (symbol_get_tc (ext_sym)->symbol_class == -1) in ppc_function()
4434 symbol_get_tc (ext_sym)->symbol_class = XMC_PR; in ppc_function()
4435 symbol_get_tc (ext_sym)->output = 1; in ppc_function()
4453 symbol_get_tc (ext_sym)->u.size = symbol_new in ppc_function()
4455 pseudo_set (symbol_get_tc (ext_sym)->u.size); in ppc_function()
4460 S_SET_DATA_TYPE (ext_sym, DT_FCN << N_BTSHFT); in ppc_function()
4461 SF_SET_FUNCTION (ext_sym); in ppc_function()
4462 SF_SET_PROCESS (ext_sym); in ppc_function()
4463 coff_add_linesym (ext_sym); in ppc_function()
5540 symbolS *ext_sym; in ppc_pe_function() local
5545 ext_sym = symbol_find_or_make (name); in ppc_pe_function()
5549 S_SET_DATA_TYPE (ext_sym, DT_FCN << N_BTSHFT); in ppc_pe_function()
5550 SF_SET_FUNCTION (ext_sym); in ppc_pe_function()
5551 SF_SET_PROCESS (ext_sym); in ppc_pe_function()
5552 coff_add_linesym (ext_sym); in ppc_pe_function()