Searched refs:section_symbol (Results 1 – 25 of 31) sorted by relevance
12
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-spu.h | 90 extern symbolS *section_symbol (asection *); 97 abs_section_sym = section_symbol (absolute_section); \
|
D | tc-cris.h | 126 && (symp) == section_symbol (absolute_section)) \
|
D | tc-mmix.h | 161 && sym != section_symbol (absolute_section) \
|
D | obj-elf.c | 204 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()
|
D | tc-mmix.c | 2772 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()
|
D | obj-coff.h | 366 SA_SET_SCN_NRELOC (section_symbol (sec), n)
|
D | tc-alpha.c | 1214 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()
|
D | obj-coff.c | 1512 secsym = section_symbol (sec); in coff_adjust_section_syms() 1776 symbolS *secsym = section_symbol (sec); in coff_frob_section()
|
D | tc-vax.c | 2826 section_symbol (absolute_section), in md_assemble() 2904 section_symbol (absolute_section), in md_assemble()
|
D | tc-microblaze.c | 2168 fixP->fx_addsy = section_symbol (absolute_section); in md_apply_fix()
|
D | tc-nds32.c | 3919 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()
|
D | tc-nios2.c | 2637 && symp == section_symbol (absolute_section)) in nios2_frob_symbol()
|
D | tc-cris.c | 3439 section_symbol (absolute_section), in gen_cond_branch_32()
|
D | tc-sparc.c | 3887 = symbol_get_bfdsym (section_symbol (absolute_section)); in tc_gen_reloc()
|
D | tc-sh.c | 3624 fix_new (fragP, fragP->fr_fix, 2, section_symbol (seg), in md_convert_frag()
|
D | tc-xtensa.c | 11176 section_symbol (cur_block->sec), in xtensa_create_property_segments() 11274 section_symbol (cur_block->sec), in xtensa_create_xproperty_segments()
|
D | tc-m68k.c | 2641 section_symbol (absolute_section); in m68k_ip()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | subsegs.h | 117 extern symbolS *section_symbol (segT);
|
D | dwarf2dbg.c | 1947 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()
|
D | subsegs.c | 210 section_symbol (segT sec) in section_symbol() function
|
D | write.c | 734 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()
|
D | ChangeLog-2004 | 1500 * subsegs.c (section_symbol): Don't create a new segment when 1790 * subsegs.c (section_symbol): Create a new section symbol if
|
D | read.c | 4012 exp.X_add_symbol = section_symbol (now_seg); in s_reloc()
|
D | ChangeLog-9697 | 3954 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
|
D | ChangeLog-9295 | 5275 * 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