/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | literal.c | 48 segT current_section = now_seg; in add_to_literal_pool() local 87 subseg_set (current_section, current_subsec); in add_to_literal_pool()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | literal.c | 48 segT current_section = now_seg; in add_to_literal_pool() local 87 subseg_set (current_section, current_subsec); in add_to_literal_pool()
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | node.h | 97 extern int current_section;
|
H A D | node.c | 42 int current_section = 0; variable 351 temp->section = current_section; in remember_node_reference() 711 if (section_alist[i].level == current_section + 1) in cm_node() 1090 current_section = this_section; in cm_node()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-evax.c | 136 segT current_section = now_seg; in evax_frob_file_before_adjust() local 192 subseg_set (current_section, current_subsec); in evax_frob_file_before_adjust()
|
H A D | tc-alpha.c | 1202 segT current_section = now_seg; in create_literal_section() local 1207 subseg_set (current_section, current_subsec); in create_literal_section() 3379 segT current_section = now_seg; in add_to_link_pool() local 3427 subseg_set (current_section, current_subsec); in add_to_link_pool()
|
H A D | tc-xtensa.c | 5283 segT current_section = now_seg; in md_begin() local 5296 subseg_set (current_section, current_subsec); in md_begin() 11626 segT seg, current_section; in cache_literal_section() local 11631 current_section = now_seg; in cache_literal_section() 11654 text_name = segment_name (current_section); in cache_literal_section() 11655 group_name = elf_group_name (current_section); in cache_literal_section() 11656 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0; in cache_literal_section() 11728 subseg_set (current_section, current_subsec); in cache_literal_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-evax.c | 136 segT current_section = now_seg; in evax_frob_file_before_adjust() local 192 subseg_set (current_section, current_subsec); in evax_frob_file_before_adjust()
|
H A D | tc-alpha.c | 1200 segT current_section = now_seg; in create_literal_section() local 1205 subseg_set (current_section, current_subsec); in create_literal_section() 3377 segT current_section = now_seg; in add_to_link_pool() local 3425 subseg_set (current_section, current_subsec); in add_to_link_pool()
|
H A D | tc-xtensa.c | 5296 segT current_section = now_seg; in md_begin() local 5309 subseg_set (current_section, current_subsec); in md_begin() 11640 segT seg, current_section; in cache_literal_section() local 11645 current_section = now_seg; in cache_literal_section() 11668 text_name = segment_name (current_section); in cache_literal_section() 11669 group_name = elf_group_name (current_section); in cache_literal_section() 11670 linkonce = (current_section->flags & SEC_LINK_ONCE) != 0; in cache_literal_section() 11742 subseg_set (current_section, current_subsec); in cache_literal_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlang.c | 6342 asection *current_section, in ldlang_override_segment_assignment() argument 6355 if (current_section == NULL || previous_section == NULL) in ldlang_override_segment_assignment() 6361 && ((current_section->flags ^ previous_section->flags) & SEC_CODE)) in ldlang_override_segment_assignment() 6368 cur = lang_output_section_find (current_section->name); in ldlang_override_segment_assignment() 6513 static lang_output_section_statement_type *current_section; variable 6548 current_section = os; in lang_do_assignments_1() 6696 current_section = NULL; in lang_do_assignments() 6721 if (current_section == NULL || prefer_next_section) in section_for_dot() 6741 if (current_section == NULL || os == NULL || !os->after_end) in section_for_dot() 6758 s = current_section->bfd_section; in section_for_dot() [all …]
|
H A D | ldexp.c | 1273 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp) in exp_fold_tree() argument 1278 expld.section = current_section; in exp_fold_tree()
|
H A D | ChangeLog-2005 | 820 "current_section", "allocation_done", "dot", "dotp" and "mark_used" 842 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done 946 exp_mark_used_section): Likewise for "current_section" param.
|
H A D | ChangeLog-2012 | 500 (current_section): Move earlier.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlang.c | 6408 asection *current_section, in ldlang_override_segment_assignment() argument 6421 if (current_section == NULL || previous_section == NULL) in ldlang_override_segment_assignment() 6427 && ((current_section->flags ^ previous_section->flags) & SEC_CODE)) in ldlang_override_segment_assignment() 6434 cur = lang_output_section_find (current_section->name); in ldlang_override_segment_assignment() 6579 static lang_output_section_statement_type *current_section; variable 6615 current_section = os; in lang_do_assignments_1() 6763 current_section = NULL; in lang_do_assignments() 6788 if (current_section == NULL || prefer_next_section) in section_for_dot() 6808 if (current_section == NULL || os == NULL || !os->after_end) in section_for_dot() 6825 s = current_section->bfd_section; in section_for_dot() [all …]
|
H A D | ldexp.c | 1293 asection *current_section, bfd_vma *dotp) in exp_fold_tree() argument 1298 expld.section = current_section; in exp_fold_tree()
|
H A D | ChangeLog-2005 | 820 "current_section", "allocation_done", "dot", "dotp" and "mark_used" 842 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done 946 exp_mark_used_section): Likewise for "current_section" param.
|
H A D | ChangeLog-2012 | 500 (current_section): Move earlier.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bfdlink.h | 862 asection * current_section, asection * previous_section,
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bfdlink.h | 885 asection * current_section, asection * previous_section,
|