Searched refs:current_section (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 277 Token current_section = Token::Unknown; in CreateSections() local 282 if (current_section == Token::Unknown) in CreateSections() 288 ConstString(toString(current_section)), eSectionTypeOther, in CreateSections() 304 if (token == current_section) in CreateSections() 310 current_section = token; in CreateSections()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | literal.c | 51 segT current_section = now_seg; local 90 subseg_set (current_section, current_subsec);
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | bfdlink.h | 586 asection * current_section, asection * previous_section,
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldlang.c | 4724 asection * current_section, in ldlang_override_segment_assignment() argument 4737 if (current_section == NULL || previous_section == NULL) in ldlang_override_segment_assignment() 5512 current_section = os; in lang_enter_output_section_statement() 6067 lang_get_regions (¤t_section->region, in lang_leave_output_section_statement() 6068 ¤t_section->lma_region, in lang_leave_output_section_statement() 6070 current_section->load_base != NULL, in lang_leave_output_section_statement() 6071 current_section->addr_tree != NULL); in lang_leave_output_section_statement() 6072 current_section->fill = fill; in lang_leave_output_section_statement() 6073 current_section->phdrs = phdrs; in lang_leave_output_section_statement() 6411 n->os = current_section; in lang_enter_overlay_section() [all …]
|
| H A D | ldexp.c | 823 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp) in exp_fold_tree() argument 827 expld.section = current_section; in exp_fold_tree()
|
| /freebsd-12.1/contrib/binutils/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()
|