Searched refs:ext_sym (Results 1 – 2 of 2) sorted by relevance
9 .ref ext_sym23 bl ext_sym ; custom data abort handler required
4389 symbolS *ext_sym; in ppc_function() local4402 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()[all …]