HomeSort by: relevance | last modified time | path
    Searched defs:text_section (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdb-stabs.h 53 asection *text_section = nullptr; member in struct:dbx_symfile_info
73 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
  /src/external/gpl3/gdb/dist/gdb/
gdb-stabs.h 151 asection *text_section = nullptr; member in struct:dbx_symfile_info
171 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
  /src/external/gpl3/gcc/dist/gcc/
output.h 527 extern GTY(()) section *text_section; variable
varasm.cc 132 section *text_section;
528 /* Return the hot section for function DECL. Return text_section for
539 return text_section;
1931 switch_to_section (text_section);
2066 switch_to_section (text_section);
6750 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
6806 readonly_data_section = text_section;
8751 text_section = nullptr;
131 section *text_section; variable
  /src/external/gpl3/gcc.old/dist/gcc/
output.h 523 extern GTY(()) section *text_section; variable
varasm.cc 135 section *text_section;
531 /* Return the hot section for function DECL. Return text_section for
542 return text_section;
1910 switch_to_section (text_section);
2040 switch_to_section (text_section);
6645 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
6701 readonly_data_section = text_section;
134 section *text_section; variable
  /src/external/gpl3/gdb/dist/sim/common/
sim-base.h 187 struct bfd_section *text_section; member in struct:sim_state
190 #define STATE_TEXT_SECTION(sd) ((sd)->text_section)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-base.h 187 struct bfd_section *text_section; member in struct:sim_state
190 #define STATE_TEXT_SECTION(sd) ((sd)->text_section)
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68hc1x.c 243 asection *text_section; local
258 text_section = 0;
274 text_section = section;
282 htab->tramp_section = text_section;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc1x.c 243 asection *text_section; local
258 text_section = 0;
274 text_section = section;
282 htab->tramp_section = text_section;
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68hc1x.c 243 asection *text_section; local
258 text_section = 0;
274 text_section = section;
282 htab->tramp_section = text_section;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc1x.c 244 asection *text_section; local
259 text_section = 0;
275 text_section = section;
283 htab->tramp_section = text_section;
  /src/external/gpl3/binutils/dist/gas/
as.c 127 segT text_section; variable
1264 subseg_set (text_section, 0);
1430 text_section = subseg_new (TEXT_SECTION_NAME, 0);
1436 bfd_set_section_flags (text_section,
  /src/external/gpl3/binutils.old/dist/gas/
as.c 118 segT text_section; variable
1244 subseg_set (text_section, 0);
1410 text_section = subseg_new (TEXT_SECTION_NAME, 0);
1416 bfd_set_section_flags (text_section,

Completed in 47 milliseconds