Searched refs:tsym (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dsparc.cc3875 Symbol* tsym; local
3877 tsym = target->tls_get_addr_sym_;
3878 gold_assert(tsym);
3880 tsym->plt_offset());
3937 Symbol* tsym; local
3939 tsym = target->tls_get_addr_sym_;
3940 gold_assert(tsym);
3942 tsym->plt_offset());
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c10057 symbolS *tsym;
10065 tsym = origfrag->tc_frag_data.slot_symbols[0];
10071 set_expr_symbol_offset (&insn.tok[0], tsym, toffset);
10080 fixP = fix_new (tramp, tramp->fr_fix - 3, 3, tsym, toffset, TRUE, BFD_RELOC_XTENSA_SLOT0_OP);
10043 symbolS *tsym; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c7996 gfc_symbol* tsym; local
7999 tsym = target->symtree->n.sym;
8001 sym->attr.asynchronous = tsym->attr.asynchronous;
8002 sym->attr.volatile_ = tsym->attr.volatile_;
8004 sym->attr.target = tsym->attr.target
/haiku-buildtools/binutils/bfd/
H A Delf64-ppc.c9470 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
9475 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
9479 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
9466 unsigned long tsym = ELF64_R_SYM (tocrel->r_info); local

Completed in 353 milliseconds