Searched refs:current_section (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dliteral.c51 segT current_section = now_seg; local
90 subseg_set (current_section, current_subsec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp132 llvm::Optional<Record::Kind> current_section; local
137 if (!current_section)
143 ConstString(toString(*current_section)), eSectionTypeOther,
159 if (next_section == current_section)
165 current_section = next_section;
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h588 asection * current_section, asection * previous_section,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4726 asection * current_section,
4739 if (current_section == NULL || previous_section == NULL)
4746 cur = lang_output_section_find (current_section->name);
5480 static lang_output_section_statement_type *current_section;
5514 current_section = os;
6069 lang_get_regions (&current_section->region,
6070 &current_section->lma_region,
6072 current_section->load_base != NULL,
6073 current_section->addr_tree != NULL);
6074 current_section
4722 ldlang_override_segment_assignment(struct bfd_link_info * info ATTRIBUTE_UNUSED, bfd * abfd ATTRIBUTE_UNUSED, asection * current_section, asection * previous_section, bfd_boolean new_segment) argument
5478 static lang_output_section_statement_type *current_section; variable
[all...]
H A Dldexp.c823 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp) argument
827 expld.section = current_section;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c1147 segT current_section = now_seg;
1152 subseg_set (current_section, current_subsec);
3168 segT current_section = now_seg;
3205 subseg_set (current_section, current_subsec);
3262 segT current_section = now_seg;
3352 subseg_set (current_section, current_subsec);
1140 segT current_section = now_seg; local
3160 segT current_section = now_seg; local
3253 segT current_section = now_seg; local

Completed in 108 milliseconds