Home
last modified time | relevance | path

Searched refs:text_section (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.h73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
Dobj-aout.c124 if (bfd_section_size (stdoutput, text_section) != 0) in obj_aout_frob_file_before_fix()
125 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
Dobj-macho.c75 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in mach_o_begin()
76 subseg_set (text_section, 0); in mach_o_begin()
80 = bfd_mach_o_get_mach_o_section (text_section); in mach_o_begin()
858 if (text_section == NULL) in obj_mach_o_base_section()
859 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in obj_mach_o_base_section()
863 = bfd_mach_o_get_mach_o_section (text_section); in obj_mach_o_base_section()
866 section = text_section; in obj_mach_o_base_section()
Dobj-coff.c509 if (now_seg != text_section) in obj_coff_loc()
664 S_SET_SEGMENT (def_symbol_in_progress, text_section); in obj_coff_endef()
1336 if (S_GET_SEGMENT (symp) == text_section in coff_frob_symbol()
1337 && symp != seg_info (text_section)->sym) in coff_frob_symbol()
1507 && sec != text_section in coff_adjust_section_syms()
1771 || sec == text_section in coff_frob_section()
Dobj-aout.h55 extern asection *text_section, *data_section, *bss_section;
Dtc-mcore.c269 if (now_seg == text_section) in mcore_cons()
284 if (now_seg == text_section) in mcore_float_cons()
299 if (now_seg == text_section) in mcore_stringer()
315 if (now_seg == text_section) in mcore_fill()
1614 subseg_set (text_section, 0); in md_mcore_end()
Dtc-mmix.c979 else if (now_seg == text_section) in md_assemble()
2780 addsy = section_symbol (text_section); in tc_gen_reloc()
3771 sym = section_symbol (text_section); in mmix_frob_file()
3836 symp = symbol_new (name, text_section, in mmix_parse_predefined_name()
3987 section = text_section; in s_loc()
4116 if (now_seg == text_section) in mmix_byte()
4207 if (now_seg == text_section) in mmix_cons()
Dtc-ppc.c1702 ppc_current_section = text_section; in md_begin()
3847 S_SET_SEGMENT (sym, text_section); in ppc_change_csect()
4480 S_SET_SEGMENT (sym, text_section); in ppc_bf()
4515 S_SET_SEGMENT (sym, text_section); in ppc_ef()
4553 S_SET_SEGMENT (sym, text_section); in ppc_biei()
4652 S_SET_SEGMENT (sym, text_section); in ppc_bb()
4678 S_SET_SEGMENT (sym, text_section); in ppc_eb()
5935 if (S_GET_SEGMENT (sym) == text_section) in ppc_frob_symbol()
Dtc-hppa.c6818 if (now_seg == text_section) in pa_import()
7291 subseg_set (text_section, sd_chain->sd_last_subseg); in pa_space()
7293 = pa_subsegment_to_subspace (text_section, in pa_space()
7694 text_section = segment; in pa_spaces_begin()
8364 subseg_set (text_section, 0); in md_begin()
8369 S_SET_SEGMENT (dummy_symbol, text_section); in md_begin()
Dtc-tilepro.c211 bfd_set_section_alignment (stdoutput, text_section, in md_begin()
Dtc-tilegx.c266 bfd_set_section_alignment (stdoutput, text_section, in md_begin()
Dtc-frv.c1806 if (now_seg != text_section) in frv_frob_label()
Dtc-crx.c240 if (seg == text_section) in md_section_align()
Dtc-cr16.c427 if (seg == text_section) in md_section_align()
Dtc-s390.c567 record_alignment (text_section, 2); in md_begin()
Dtc-mips.c3668 record_alignment (text_section, 2); in md_begin()
3678 (void) bfd_set_section_alignment (stdoutput, text_section, 4); in md_begin()
15207 && fixP->fx_frag->fr_address >= text_section->vma in md_apply_fix()
15209 < text_section->vma + bfd_get_section_size (text_section)) in md_apply_fix()
15223 fixP->fx_addsy = section_symbol (text_section); in md_apply_fix()
Dtc-alpha.c3454 S_SET_SEGMENT (symbolP, text_section); in s_alpha_text()
5525 subseg_set (text_section, 0); in md_begin()
/toolchain/binutils/binutils-2.25/gas/
Das.c107 segT text_section; variable
1071 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass()
1077 bfd_set_section_flags (stdoutput, text_section, in perform_an_assembly_pass()
1092 subseg_set (text_section, 0); in perform_an_assembly_pass()
Das.h249 extern segT text_section, data_section, bss_section;
Dfrags.c61 subseg_set (text_section, 0); in frag_alloc_check()
Dread.c1886 section = text_section; in s_data()
3394 subseg_set (text_section, 0); in s_space()
3541 subseg_set (text_section, (subsegT) temp); in s_text()
Decoff.c3245 if (now_seg != text_section) in ecoff_directive_loc()
4032 else if (seg == text_section) in ecoff_build_symbols()
4063 else if (seg == text_section) in ecoff_build_symbols()
Dwrite.c1632 seg_info (text_section)->frchainP->frch_last->fr_next = in merge_data_into_text()
1634 seg_info (text_section)->frchainP->frch_last = in merge_data_into_text()
Dexpr.c560 …know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S… in integer_constant()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c244 asection *text_section; in elf32_m68hc11_setup_section_lists() local
259 text_section = 0; in elf32_m68hc11_setup_section_lists()
275 text_section = section; in elf32_m68hc11_setup_section_lists()
283 htab->tramp_section = text_section; in elf32_m68hc11_setup_section_lists()

12