Home
last modified time | relevance | path

Searched refs:section_symbol (Results 1 – 25 of 31) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-spu.h90 extern symbolS *section_symbol (asection *);
97 abs_section_sym = section_symbol (absolute_section); \
Dtc-cris.h126 && (symp) == section_symbol (absolute_section)) \
Dtc-mmix.h161 && sym != section_symbol (absolute_section) \
Dobj-elf.c204 symbol_table_insert (section_symbol (s)); in elf_begin()
206 symbol_table_insert (section_symbol (s)); in elf_begin()
208 symbol_table_insert (section_symbol (s)); in elf_begin()
729 symbol_table_insert (section_symbol (sec)); in obj_elf_change_section()
1393 psym = section_symbol (absolute_section); in obj_elf_vtable_inherit()
Dtc-mmix.c2772 addsy = section_symbol (data_section); in tc_gen_reloc()
2780 addsy = section_symbol (text_section); in tc_gen_reloc()
3312 symbolS *regsec = section_symbol (reg_section); in mmix_adjust_symtab()
3763 sym = section_symbol (data_section); in mmix_frob_file()
3771 sym = section_symbol (text_section); in mmix_frob_file()
Dobj-coff.h366 SA_SET_SCN_NRELOC (section_symbol (sec), n)
Dtc-alpha.c1214 S_CLEAR_EXTERNAL (*symp = section_symbol (new_sec)); in create_literal_section()
1515 litexp = add_to_link_pool (section_symbol (absolute_section), addend); in load_expression()
1830 fixP->fx_addsy = section_symbol (now_seg); in emit_insn()
1892 fixP->fx_addsy = section_symbol (now_seg); in emit_insn()
4845 e.X_add_symbol = section_symbol (absolute_section); in s_alpha_gprel32()
4858 e.X_add_symbol = section_symbol (absolute_section); in s_alpha_gprel32()
5767 fixP->fx_addsy = section_symbol (seg); in md_apply_fix()
Dobj-coff.c1512 secsym = section_symbol (sec); in coff_adjust_section_syms()
1776 symbolS *secsym = section_symbol (sec); in coff_frob_section()
Dtc-vax.c2826 section_symbol (absolute_section), in md_assemble()
2904 section_symbol (absolute_section), in md_assemble()
Dtc-microblaze.c2168 fixP->fx_addsy = section_symbol (absolute_section); in md_apply_fix()
Dtc-nds32.c3919 exp.X_add_symbol = section_symbol (now_seg); in nds32_do_align()
6118 exp.X_add_symbol = section_symbol (sec); in nds32_insert_relax_entry()
Dtc-nios2.c2637 && symp == section_symbol (absolute_section)) in nios2_frob_symbol()
Dtc-cris.c3439 section_symbol (absolute_section), in gen_cond_branch_32()
Dtc-sparc.c3887 = symbol_get_bfdsym (section_symbol (absolute_section)); in tc_gen_reloc()
Dtc-sh.c3624 fix_new (fragP, fragP->fr_fix, 2, section_symbol (seg), in md_convert_frag()
Dtc-xtensa.c11176 section_symbol (cur_block->sec), in xtensa_create_property_segments()
11274 section_symbol (cur_block->sec), in xtensa_create_xproperty_segments()
Dtc-m68k.c2641 section_symbol (absolute_section); in m68k_ip()
/toolchain/binutils/binutils-2.25/gas/
Dsubsegs.h117 extern symbolS *section_symbol (segT);
Ddwarf2dbg.c1947 exp.X_add_symbol = section_symbol (str_seg); in out_dwarf5_file_list()
2000 exp.X_add_symbol = section_symbol (str_seg); in out_subprog_list()
2282 TC_DWARF2_EMIT_OFFSET (section_symbol (info_seg), sizeof_offset); in out_debug_aranges()
2389 TC_DWARF2_EMIT_OFFSET (section_symbol (abbrev_seg), sizeof_offset); in out_debug_info()
2398 TC_DWARF2_EMIT_OFFSET (section_symbol (line_seg), in out_debug_info()
2427 TC_DWARF2_EMIT_OFFSET (section_symbol (ranges_seg), sizeof_offset); in out_debug_info()
Dsubsegs.c210 section_symbol (segT sec) in section_symbol() function
Dwrite.c734 sym = section_symbol (symsec); in resolve_reloc_expr_symbols()
743 abs_section_sym = section_symbol (absolute_section); in resolve_reloc_expr_symbols()
877 fixp->fx_addsy = section_symbol (S_GET_SEGMENT (sym)); in adjust_reloc_syms()
904 abs_section_sym = section_symbol (absolute_section); in fixup_segment()
DChangeLog-20041500 * subsegs.c (section_symbol): Don't create a new segment when
1790 * subsegs.c (section_symbol): Create a new section symbol if
Dread.c4012 exp.X_add_symbol = section_symbol (now_seg); in s_reloc()
DChangeLog-96973954 call section_symbol rather than seg_info (seg)->dot.
4785 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
4831 (coff_adjust_section_syms): Always call section_symbol for .text,
5942 * subsegs.c (section_symbol): Don't try to look up the section
DChangeLog-92955275 * subsegs.c (section_symbol): Reverse still-wrong test of
5497 * subsegs.c (section_symbol): Had last change backwards.
5615 * subsegs.c (section_symbol): If EMIT_SECTION_SYMBOLS is not true,
6666 fixups without symbols but not yet `done'. Use section_symbol to
6678 (write_object_file) [BFD_ASSEMBLER]: Call section_symbol to get
6681 * subsegs.c (section_symbol): Use symbol_new instead of
7117 section_symbol.
7850 * subsegs.c (section_symbol): New function.
7851 * subsegs.h (section_symbol): Declare.

12