| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | somread.c | 483 asection *text_section; /* section handle */ in init_import_symbols() local 507 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$"); in init_import_symbols() 508 if (!text_section) in init_import_symbols() 530 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols() 545 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols() 565 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols() 603 asection *text_section; /* section handle */ in init_export_symbols() local 631 if (!text_section) in init_export_symbols() 653 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_export_symbols() 668 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_export_symbols() [all …]
|
| H A D | gdb-stabs.h | 69 asection *text_section; member 85 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
|
| H A D | win32-nat.c | 774 asection *text_section = bfd_get_section_by_name (abfd, ".text"); in get_relocated_section_addrs() local 777 if (!text_section) in get_relocated_section_addrs() 782 else if (text_load == (text_vma = bfd_get_section_vma (abfd, text_section))) in get_relocated_section_addrs()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-aout.c | 128 if (bfd_section_size (stdoutput, text_section) != 0) in obj_aout_frob_file_before_fix() 129 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
|
| H A D | obj-aout.h | 56 asection *text_section, *data_section, *bss_section; variable
|
| H A D | obj-coff.c | 438 if (now_seg != text_section) in obj_coff_loc() 596 S_SET_SEGMENT (def_symbol_in_progress, text_section); in obj_coff_endef() 1279 if (S_GET_SEGMENT (symp) == text_section in coff_frob_symbol() 1280 && symp != seg_info (text_section)->sym) in coff_frob_symbol() 1448 && sec != text_section in coff_adjust_section_syms() 1689 || sec == text_section in coff_frob_section()
|
| H A D | tc-ppc.c | 1419 ppc_current_section = text_section; in md_begin() 3213 S_SET_SEGMENT (sym, text_section); in ppc_change_csect() 3642 S_SET_SEGMENT (sym, text_section); in ppc_bf() 3677 S_SET_SEGMENT (sym, text_section); in ppc_ef() 3715 S_SET_SEGMENT (sym, text_section); in ppc_biei() 3814 S_SET_SEGMENT (sym, text_section); in ppc_bb() 3840 S_SET_SEGMENT (sym, text_section); in ppc_eb() 5088 if (S_GET_SEGMENT (sym) == text_section) in ppc_frob_symbol() 5412 if (symseg == text_section) in ppc_fix_adjustable()
|
| H A D | tc-mips.c | 1872 record_alignment (text_section, 2); in md_begin() 1885 (void) bfd_set_section_alignment (stdoutput, text_section, 4); in md_begin() 12295 && fixP->fx_frag->fr_address >= text_section->vma in md_apply_fix() 12297 < text_section->vma + bfd_get_section_size (text_section)) in md_apply_fix() 12311 fixP->fx_addsy = section_symbol (text_section); in md_apply_fix()
|
| H A D | tc-cr16.c | 422 if (seg == text_section) in md_section_align()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | as.c | 111 segT text_section; variable 983 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass() 989 bfd_set_section_flags (stdoutput, text_section, in perform_an_assembly_pass() 1002 subseg_set (text_section, 0); in perform_an_assembly_pass()
|
| H A D | as.h | 297 extern segT text_section, data_section, bss_section;
|
| H A D | frags.c | 49 subseg_set (text_section, 0); in frag_alloc_check()
|
| H A D | read.c | 1640 section = text_section; in s_data() 3207 subseg_set (text_section, 0); in s_space() 3350 subseg_set (text_section, (subsegT) temp); in s_text()
|
| H A D | write.c | 1348 seg_info (text_section)->frchainP->frch_last->fr_next = in merge_data_into_text() 1350 seg_info (text_section)->frchainP->frch_last = in merge_data_into_text()
|
| H A D | ecoff.c | 3238 if (now_seg != text_section) in ecoff_directive_loc() 4025 else if (seg == text_section) in ecoff_build_symbols() 4056 else if (seg == text_section) in ecoff_build_symbols()
|
| H A D | expr.c | 553 …know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S… in integer_constant()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | darwin.h | 149 if (in_section == text_section) \
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | output.h | 536 extern GTY(()) section *text_section;
|
| H A D | dbxout.c | 1032 switch_to_section (text_section); in dbxout_init() 1231 switch_to_section (text_section); in dbxout_source_file() 1355 switch_to_section (text_section); in dbxout_finish()
|
| H A D | varasm.c | 144 section *text_section; variable 546 return text_section; in hot_function_section() 1395 switch_to_section (text_section); in assemble_start_function() 1504 switch_to_section (text_section); in assemble_end_function() 5135 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op, in init_varasm_once() 5191 readonly_data_section = text_section; in init_varasm_once()
|
| H A D | final.c | 868 || readonly_data_section == text_section) in shorten_branches() 1039 || readonly_data_section == text_section) in shorten_branches() 1245 || readonly_data_section == text_section) in shorten_branches()
|
| H A D | sdbout.c | 1053 switch_to_section (text_section); in sdbout_one_type()
|
| H A D | vmsdbgout.c | 1700 switch_to_section (text_section); in vmsdbgout_finish()
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 1119 base_section = weak_p ? darwin_sections[text_coal_section] : text_section; in machopic_select_section()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 7378 if (JUMP_TABLES_IN_TEXT_SECTION || readonly_data_section == text_section) in get_jump_table_size() 14341 if (in_section == text_section) in thumb_call_via_reg() 14577 switch_to_section (text_section); in arm_file_end() 14688 text_section = get_unnamed_section (SECTION_CODE, in aof_asm_init_sections() 14692 readonly_data_section = text_section; in aof_asm_init_sections() 14762 switch_to_section (text_section); in aof_dump_imports() 14813 switch_to_section (text_section); in aof_file_start()
|