Searched refs:tsym (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | sparc.cc | 3873 Symbol* tsym; in relocate_tls() local 3875 tsym = target->tls_get_addr_sym_; in relocate_tls() 3876 gold_assert(tsym); in relocate_tls() 3878 tsym->plt_offset()); in relocate_tls() 3935 Symbol* tsym; in relocate_tls() local 3937 tsym = target->tls_get_addr_sym_; in relocate_tls() 3938 gold_assert(tsym); in relocate_tls() 3940 tsym->plt_offset()); in relocate_tls()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-xtensa.c | 10043 symbolS *tsym; in add_jump_to_trampoline() local 10051 tsym = origfrag->tc_frag_data.slot_symbols[0]; in add_jump_to_trampoline() 10057 set_expr_symbol_offset (&insn.tok[0], tsym, toffset); in add_jump_to_trampoline() 10066 fixP = fix_new (tramp, tramp->fr_fix - 3, 3, tsym, toffset, TRUE, BFD_RELOC_XTENSA_SLOT0_OP); in add_jump_to_trampoline()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 9368 unsigned long tsym = ELF64_R_SYM (tocrel->r_info); in ppc64_elf_edit_toc() local 9373 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA); in ppc64_elf_edit_toc() 9377 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT); in ppc64_elf_edit_toc()
|