Home
last modified time | relevance | path

Searched refs:ext_sym (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c5288 symbolS *ext_sym; in ppc_function() local
5300 ext_sym = symbol_find_or_make (name); in ppc_function()
5318 if (ext_sym != lab_sym) in ppc_function()
5327 symbol_set_value_expression (ext_sym, &exp); in ppc_function()
5330 if (symbol_get_tc (ext_sym)->symbol_class == -1) in ppc_function()
5331 symbol_get_tc (ext_sym)->symbol_class = XMC_PR; in ppc_function()
5332 symbol_get_tc (ext_sym)->output = 1; in ppc_function()
5352 symbol_get_tc (ext_sym)->u.size in ppc_function()
5355 pseudo_set (symbol_get_tc (ext_sym)->u.size); in ppc_function()
5360 S_SET_DATA_TYPE (ext_sym, DT_FCN << N_BTSHFT); in ppc_function()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmdebugread.c3765 char *ext_sym = ((char *) debug_info->external_sym in handle_psymbol_enumerators() local
3783 (*swap_sym_in) (cur_bfd, ext_sym, &sh); in handle_psymbol_enumerators()
3809 (*swap_sym_in) (cur_bfd, ext_sym, &sh); in handle_psymbol_enumerators()
3821 ext_sym += external_sym_size; in handle_psymbol_enumerators()