| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldexp.c | 209 lang_output_section_statement_type *current_section, in fold_unary() argument 217 current_section, in fold_unary() 226 current_section); in fold_unary() 269 && current_section == abs_output_section in fold_unary() 295 lang_output_section_statement_type *current_section, in fold_binary() argument 302 result = exp_fold_tree (tree->binary.lhs, current_section, in fold_binary() 309 current_section, in fold_binary() 318 if (current_section != abs_output_section in fold_binary() 336 || current_section == abs_output_section) in fold_binary() 392 && current_section == abs_output_section in fold_binary() [all …]
|
| H A D | ldlang.c | 3984 static lang_output_section_statement_type *current_section; variable 4015 current_section = in lang_enter_output_section_statement() 4534 lang_get_regions (¤t_section->region, in lang_leave_output_section_statement() 4535 ¤t_section->lma_region, in lang_leave_output_section_statement() 4537 current_section->load_base != NULL, in lang_leave_output_section_statement() 4538 current_section->addr_tree != NULL); in lang_leave_output_section_statement() 4539 current_section->fill = fill; in lang_leave_output_section_statement() 4540 current_section->phdrs = phdrs; in lang_leave_output_section_statement() 4860 n->os = current_section; in lang_enter_overlay_section() 4885 name = current_section->name; in lang_leave_overlay_section()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 131 std::optional<Record::Kind> current_section; in CreateSections() local 136 if (!current_section) in CreateSections() 142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections() 158 if (next_section == current_section) in CreateSections() 164 current_section = next_section; in CreateSections()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | literal.c | 51 segT current_section = now_seg; local 90 subseg_set (current_section, current_subsec);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | literal.c | 51 segT current_section = now_seg; local 90 subseg_set (current_section, current_subsec);
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | conf.c | 982 char *current_section = NULL; in conf_report() local 996 if (!current_section || strcmp(cb->section, in conf_report() 997 current_section)) { in conf_report() 998 if (current_section) { in conf_report() 1000 current_section) == -1) in conf_report() 1015 current_section = cb->section; in conf_report()
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | node.h | 95 extern int current_section;
|
| H A D | node.c | 40 int current_section = 0; variable 349 temp->section = current_section; in remember_node_reference() 709 if (section_alist[i].level == current_section + 1) in cm_node() 1088 current_section = this_section; in cm_node()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlang.c | 5245 static lang_output_section_statement_type *current_section; variable 5279 current_section = os; in lang_enter_output_section_statement() 5825 lang_get_regions (¤t_section->region, in lang_leave_output_section_statement() 5826 ¤t_section->lma_region, in lang_leave_output_section_statement() 5828 current_section->load_base != NULL, in lang_leave_output_section_statement() 5829 current_section->addr_tree != NULL); in lang_leave_output_section_statement() 5830 current_section->fill = fill; in lang_leave_output_section_statement() 5831 current_section->phdrs = phdrs; in lang_leave_output_section_statement() 6149 n->os = current_section; in lang_enter_overlay_section() 6174 name = current_section->name; in lang_leave_overlay_section()
|
| H A D | ldexp.c | 776 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp) in exp_fold_tree() argument 780 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.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-alpha.c | 1140 segT current_section = now_seg; in create_literal_section() local 1145 subseg_set (current_section, current_subsec); in create_literal_section() 3160 segT current_section = now_seg; in add_to_link_pool() local 3197 subseg_set (current_section, current_subsec); in add_to_link_pool() 3253 segT current_section = now_seg; in s_alpha_comm() local 3343 subseg_set (current_section, current_subsec); in s_alpha_comm()
|
| H A D | tc-xtensa.c | 4942 segT current_section = now_seg; in md_begin() local 4958 subseg_set (current_section, current_subsec); in md_begin() 9996 segT current_section = now_seg; in cache_literal_section() local 10029 subseg_set (current_section, current_subsec); in cache_literal_section()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-alpha.c | 2958 segT current_section = now_seg; local 2995 subseg_set (current_section, current_subsec); 4240 segT current_section = now_seg; local 4330 subseg_set (current_section, current_subsec); 5781 segT current_section = now_seg; local 5786 subseg_set (current_section, current_subsec);
|
| H A D | tc-xtensa.c | 4701 segT current_section = now_seg; in md_begin() local 4718 subseg_set (current_section, current_subsec); in md_begin() 7803 segT current_section = now_seg; local 7809 subseg_set (current_section, current_subsec);
|