/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-sh.h | 73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \ 74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
|
H A D | obj-macho.c | 75 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() 850 if (text_section == NULL) in obj_mach_o_base_section() 851 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in obj_mach_o_base_section() 855 = bfd_mach_o_get_mach_o_section (text_section); in obj_mach_o_base_section() 858 section = text_section; in obj_mach_o_base_section()
|
H A D | obj-aout.h | 55 extern asection *text_section, *data_section, *bss_section;
|
H A D | obj-coff.c | 495 if (now_seg != text_section) in obj_coff_loc() 646 S_SET_SEGMENT (def_symbol_in_progress, text_section); in obj_coff_endef() 1306 if (S_GET_SEGMENT (symp) == text_section in coff_frob_symbol() 1307 && symp != seg_info (text_section)->sym) in coff_frob_symbol() 1478 && sec != text_section in coff_adjust_section_syms() 1756 || sec == text_section in coff_frob_section()
|
H A D | tc-mcore.c | 269 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() 1621 subseg_set (text_section, 0); in mcore_md_finish()
|
H A D | obj-aout.c | 129 else if ((sec = text_section)->size != 0) in obj_aout_frob_file_before_fix()
|
H A D | tc-mmix.c | 983 else if (now_seg == text_section) in md_assemble() 2796 addsy = section_symbol (text_section); in tc_gen_reloc() 3784 sym = section_symbol (text_section); in mmix_frob_file() 3849 symp = symbol_new (name, text_section, &zero_address_frag, in mmix_parse_predefined_name() 3999 section = text_section; in s_loc() 4127 if (now_seg == text_section) in mmix_byte() 4218 if (now_seg == text_section) in mmix_cons()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-sh.h | 73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \ 74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
|
H A D | obj-macho.c | 75 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() 850 if (text_section == NULL) in obj_mach_o_base_section() 851 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in obj_mach_o_base_section() 855 = bfd_mach_o_get_mach_o_section (text_section); in obj_mach_o_base_section() 858 section = text_section; in obj_mach_o_base_section()
|
H A D | obj-aout.h | 55 extern asection *text_section, *data_section, *bss_section;
|
H A D | obj-coff.c | 495 if (now_seg != text_section) in obj_coff_loc() 646 S_SET_SEGMENT (def_symbol_in_progress, text_section); in obj_coff_endef() 1306 if (S_GET_SEGMENT (symp) == text_section in coff_frob_symbol() 1307 && symp != seg_info (text_section)->sym) in coff_frob_symbol() 1478 && sec != text_section in coff_adjust_section_syms() 1752 || sec == text_section in coff_frob_section()
|
H A D | tc-mcore.c | 269 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() 1621 subseg_set (text_section, 0); in md_mcore_end()
|
H A D | tc-mmix.c | 981 else if (now_seg == text_section) in md_assemble() 2794 addsy = section_symbol (text_section); in tc_gen_reloc() 3782 sym = section_symbol (text_section); in mmix_frob_file() 3847 symp = symbol_new (name, text_section, &zero_address_frag, in mmix_parse_predefined_name() 3997 section = text_section; in s_loc() 4125 if (now_seg == text_section) in mmix_byte() 4216 if (now_seg == text_section) in mmix_cons()
|
H A D | obj-aout.c | 129 else if ((sec = text_section)->size != 0) in obj_aout_frob_file_before_fix()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | run-rtl-passes.cc | 49 switch_to_section (text_section); in run_rtl_passes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | run-rtl-passes.c | 49 switch_to_section (text_section); in run_rtl_passes()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | as.c | 118 segT text_section; variable 1215 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass() 1221 bfd_set_section_flags (text_section, in perform_an_assembly_pass() 1236 subseg_set (text_section, 0); in perform_an_assembly_pass()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | as.c | 119 segT text_section; variable 1210 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass() 1216 bfd_set_section_flags (text_section, in perform_an_assembly_pass() 1231 subseg_set (text_section, 0); in perform_an_assembly_pass()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | darwin.h | 189 if (in_section == text_section) \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | darwin.h | 199 if (in_section == text_section) \
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-m68hc1x.c | 244 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()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-m68hc1x.c | 244 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 256 #define TRAMPOLINE_SECTION text_section
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 256 #define TRAMPOLINE_SECTION text_section
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.h | 293 #define TRAMPOLINE_SECTION text_section
|