HomeSort by: relevance | last modified time | path
    Searched refs:current_section (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
literal.c 48 segT current_section = now_seg; local
87 subseg_set (current_section, current_subsec);
  /src/external/gpl3/binutils.old/dist/gas/
literal.c 48 segT current_section = now_seg; local
87 subseg_set (current_section, current_subsec);
  /src/external/gpl2/texinfo/dist/makeinfo/
node.h 98 extern int current_section;
node.c 42 int current_section = 0; variable
354 temp->section = current_section;
715 if (section_alist[i].level == current_section + 1)
1094 current_section = this_section;
  /src/external/gpl3/binutils/dist/gas/config/
obj-evax.c 135 segT current_section = now_seg; local
191 subseg_set (current_section, current_subsec);
tc-alpha.c 1194 segT current_section = now_seg;
1199 subseg_set (current_section, current_subsec);
3360 segT current_section = now_seg;
3408 subseg_set (current_section, current_subsec);
1187 segT current_section = now_seg; local
3352 segT current_section = now_seg; local
tc-xtensa.c 5292 segT current_section = now_seg;
5305 subseg_set (current_section, current_subsec);
11646 segT seg, current_section;
11651 current_section = now_seg;
11674 text_name = segment_name (current_section);
11675 group_name = elf_group_name (current_section);
11676 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0;
11749 subseg_set (current_section, current_subsec);
5283 segT current_section = now_seg; local
11629 segT seg, current_section; local
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-evax.c 135 segT current_section = now_seg; local
191 subseg_set (current_section, current_subsec);
tc-alpha.c 1194 segT current_section = now_seg;
1199 subseg_set (current_section, current_subsec);
3360 segT current_section = now_seg;
3408 subseg_set (current_section, current_subsec);
1187 segT current_section = now_seg; local
3352 segT current_section = now_seg; local
tc-xtensa.c 5292 segT current_section = now_seg;
5305 subseg_set (current_section, current_subsec);
11646 segT seg, current_section;
11651 current_section = now_seg;
11674 text_name = segment_name (current_section);
11675 group_name = elf_group_name (current_section);
11676 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0;
11749 subseg_set (current_section, current_subsec);
5283 segT current_section = now_seg; local
11629 segT seg, current_section; local
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 907 asection * current_section, asection * previous_section,
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 899 asection * current_section, asection * previous_section,
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 893 asection * current_section, asection * previous_section,
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 887 asection * current_section, asection * previous_section,
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 6521 CURRENT_SECTION and PREVIOUS_SECTION ought to be placed into different
6527 asection *current_section,
6540 if (current_section == NULL || previous_section == NULL)
6546 && ((current_section->flags ^ previous_section->flags) & SEC_CODE))
6553 cur = lang_output_section_find (current_section->name);
6698 static lang_output_section_statement_type *current_section;
6734 current_section = os;
6882 current_section = NULL;
6907 if (current_section == NULL || prefer_next_section)
6927 if (current_section == NULL || os == NULL || !os->after_end
6695 static lang_output_section_statement_type *current_section; variable
    [all...]
ldexp.c 1293 asection *current_section, bfd_vma *dotp)
1298 expld.section = current_section;
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 6538 CURRENT_SECTION and PREVIOUS_SECTION ought to be placed into different
6544 asection *current_section,
6557 if (current_section == NULL || previous_section == NULL)
6563 && ((current_section->flags ^ previous_section->flags) & SEC_CODE))
6570 cur = lang_output_section_find (current_section->name);
6715 static lang_output_section_statement_type *current_section;
6751 current_section = os;
6899 current_section = NULL;
6924 if (current_section == NULL || prefer_next_section)
6944 if (current_section == NULL || os == NULL || !os->after_end
6712 static lang_output_section_statement_type *current_section; variable
    [all...]
ldexp.c 1293 asection *current_section, bfd_vma *dotp)
1298 expld.section = current_section;

Completed in 86 milliseconds