Home
last modified time | relevance | path

Searched refs:abs_symbol (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dsymbols.h29 extern symbolS abs_symbol;
Dsymbols.c46 symbolS abs_symbol; variable
2779 memset ((char *) (&abs_symbol), '\0', sizeof (abs_symbol)); in symbol_begin()
2781 abs_symbol.bsym = bfd_abs_section_ptr->symbol; in symbol_begin()
2783 abs_symbol.sy_value.X_op = O_constant; in symbol_begin()
2784 abs_symbol.sy_frag = &zero_address_frag; in symbol_begin()
DChangeLog-92951651 * symbols.c (symbol_begin): Set sy_frag of abs_symbol to
6667 get the symbol, instead of going directly for abs_symbol.
7110 * config/obj-coff.c (coff_frob_symbol): For abs_symbol, set *punt
7113 * symbols.c (symbol_begin): Initialize value of abs_symbol
7116 * write.c (adjust_reloc_syms): Use abs_symbol instead of calling
DChangeLog-00011470 expressions with abs_symbol.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-rl78.c525 &abs_symbol, RL78_RELAXA_ALIGN + frag->fr_offset, in rl78_handle_align()
531 &abs_symbol, RL78_RELAXA_ELIGN + frag->fr_offset, in rl78_handle_align()
Dtc-sh.c2980 fix_new (frag_now, frag_now_fix (), 2, &abs_symbol, 0, 0, in md_assemble()
3062 fix_new (frag_now, offset, 2, &abs_symbol, 0, 0, BFD_RELOC_SH_LABEL); in sh_frob_label()
3080 fix_new (frag_now, frag_now_fix (), 2, &abs_symbol, 0, 0, in sh_flush_pending_output()
3521 4, &abs_symbol, info.count, 0, BFD_RELOC_SH_COUNT); in sh_frob_section()
3804 fix_new (frag, frag->fr_fix, 2, &abs_symbol, frag->fr_offset, 0, in sh_handle_align()
Dtc-m68hc11.c1850 &abs_symbol, 0, 1, BFD_RELOC_M68HC11_RL_JUMP); in build_jump_insn()
1907 &abs_symbol, 0, 1, BFD_RELOC_M68HC11_RL_JUMP); in build_jump_insn()
1919 &abs_symbol, 0, 1, BFD_RELOC_M68HC11_RL_JUMP); in build_jump_insn()
2455 &abs_symbol, 0, 1, BFD_RELOC_M68HC11_RL_JUMP); in build_insn()
Dtc-rx.c1327 &abs_symbol, RX_RELAXA_ALIGN + frag->fr_offset, in rx_handle_align()
1333 &abs_symbol, RX_RELAXA_ELIGN + frag->fr_offset, in rx_handle_align()
Dobj-coff.c1206 if (symp == &abs_symbol) in coff_frob_symbol()
Dtc-mn10300.c2625 fix_new (frag, frag->fr_fix, 0, & abs_symbol, frag->fr_offset, FALSE, in mn10300_handle_align()
Dtc-v850.c3390 fix_new (frag, frag->fr_fix, 2, & abs_symbol, frag->fr_offset, 0, in v850_handle_align()
Dtc-nios2.c4071 fix_new (fragp, fragp->fr_fix, 0, &abs_symbol, fragp->fr_offset, 0, in nios2_handle_align()
Dtc-ppc.c2064 exp_p->X_add_symbol = &abs_symbol; in ppc_elf_suffix()
Dtc-i386.c3769 i.op[0].disps->X_add_symbol = &abs_symbol; in md_assemble()
Dtc-xtensa.c1915 tok->X_add_symbol = &abs_symbol; in expression_maybe_register()