Searched refs:text_section (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb-stabs.h69 asection *text_section; member in struct:dbx_symfile_info
85 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
H A Dsomread.c483 asection *text_section; /* section handle */ local
507 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$");
508 if (!text_section)
511 bfd_get_section_contents (objfile->obfd, text_section, dl_header, 0, 12 * sizeof (int));
530 bfd_get_section_contents (objfile->obfd, text_section, string_buffer,
545 bfd_get_section_contents (objfile->obfd, text_section, buffer,
565 bfd_get_section_contents (objfile->obfd, text_section, buffer,
603 asection *text_section; /* section handle */ local
630 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$");
631 if (!text_section)
[all...]
H A Dwin32-nat.c774 asection *text_section = bfd_get_section_by_name (abfd, ".text"); local
777 if (!text_section)
782 else if (text_load == (text_vma = bfd_get_section_vma (abfd, text_section)))
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-aout.h56 asection *text_section, *data_section, *bss_section; variable
H A Dobj-aout.c128 if (bfd_section_size (stdoutput, text_section) != 0)
129 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0,
H A Dobj-coff.c442 if (now_seg != text_section)
600 S_SET_SEGMENT (def_symbol_in_progress, text_section);
1283 if (S_GET_SEGMENT (symp) == text_section
1284 && symp != seg_info (text_section)->sym)
1452 && sec != text_section
1693 || sec == text_section
H A Dtc-ppc.c1426 ppc_current_section = text_section;
3179 S_SET_SEGMENT (sym, text_section);
3608 S_SET_SEGMENT (sym, text_section);
3643 S_SET_SEGMENT (sym, text_section);
3681 S_SET_SEGMENT (sym, text_section);
3780 S_SET_SEGMENT (sym, text_section);
3806 S_SET_SEGMENT (sym, text_section);
5057 if (S_GET_SEGMENT (sym) == text_section)
5383 if (symseg == text_section)
H A Dtc-cr16.c422 if (seg == text_section)
H A Dtc-mips.c1879 record_alignment (text_section, 2);
1892 (void) bfd_set_section_alignment (stdoutput, text_section, 4);
12306 && fixP->fx_frag->fr_address >= text_section->vma
12308 < text_section->vma + bfd_get_section_size (text_section))
12322 fixP->fx_addsy = section_symbol (text_section);
/freebsd-10-stable/contrib/binutils/gas/
H A Das.c111 segT text_section; variable
985 text_section = subseg_new (TEXT_SECTION_NAME, 0);
991 bfd_set_section_flags (stdoutput, text_section,
1004 subseg_set (text_section, 0);
H A Das.h300 extern segT text_section, data_section, bss_section;
H A Dfrags.c51 subseg_set (text_section, 0);
H A Dread.c1643 section = text_section;
3210 subseg_set (text_section, 0);
3353 subseg_set (text_section, (subsegT) temp);
H A Dwrite.c1348 seg_info (text_section)->frchainP->frch_last->fr_next =
1350 seg_info (text_section)->frchainP->frch_last =
H A Dexpr.c557 know (S_GET_SEGMENT (symbolP) == undefined_section || S_GET_SEGMENT (symbolP) == text_section || S_GET_SEGMENT (symbolP) == data_section);
H A Decoff.c3265 if (now_seg != text_section)
4057 else if (seg == text_section)
4088 else if (seg == text_section)
/freebsd-10-stable/contrib/gcc/config/i386/
H A Ddarwin.h149 if (in_section == text_section) \
/freebsd-10-stable/contrib/gcc/
H A Doutput.h536 extern GTY(()) section *text_section; variable
H A Ddbxout.c1035 switch_to_section (text_section);
1234 switch_to_section (text_section);
1358 switch_to_section (text_section);
H A Dvarasm.c145 section *text_section;
536 /* Return the hot section for function DECL. Return text_section for
547 return text_section;
1402 switch_to_section (text_section);
1511 switch_to_section (text_section);
5161 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
5217 readonly_data_section = text_section;
144 section *text_section; variable
H A Dfinal.c874 || readonly_data_section == text_section)
1045 || readonly_data_section == text_section)
1251 || readonly_data_section == text_section)
H A Dsdbout.c1053 switch_to_section (text_section);
H A Dvmsdbgout.c1702 switch_to_section (text_section);
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin.c1119 base_section = weak_p ? darwin_sections[text_coal_section] : text_section;
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c7392 if (JUMP_TABLES_IN_TEXT_SECTION || readonly_data_section == text_section)
14363 if (in_section == text_section)
14599 switch_to_section (text_section);
14710 text_section = get_unnamed_section (SECTION_CODE,
14714 readonly_data_section = text_section;
14784 switch_to_section (text_section);
14835 switch_to_section (text_section);

Completed in 485 milliseconds

12