Home
last modified time | relevance | path

Searched refs:oseg (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/regress/sys/fs/lfs/ckckp/
Dcheck-all334 $oseg = -1;
340 if ($oseg != $snloc{$i}) {
341 $oseg = 0 + $snloc{$i};
342 $cmd .= " -s$oseg";
/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript-sections.cc4149 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_NOTE, in create_note_and_tls_segments() local
4151 oseg->add_output_section_to_nonload(*p, seg_flags); in create_note_and_tls_segments()
4160 oseg->add_output_section_to_nonload(*pnext, seg_flags); in create_note_and_tls_segments()
4173 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_TLS, in create_note_and_tls_segments() local
4175 oseg->add_output_section_to_nonload(*p, seg_flags); in create_note_and_tls_segments()
4182 oseg->add_output_section_to_nonload(*pnext, seg_flags); in create_note_and_tls_segments()
4197 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_INTERP, in create_note_and_tls_segments() local
4199 oseg->add_output_section_to_nonload(*p, seg_flags); in create_note_and_tls_segments()
4343 Output_segment* oseg = (*ppe)->segment(); in attach_sections_using_phdrs_clause() local
4344 if (oseg->type() == elfcpp::PT_LOAD) in attach_sections_using_phdrs_clause()
[all …]
Dlayout.cc2047 Output_segment* oseg = this->make_output_segment(elfcpp::PT_LOAD, in attach_allocated_section_to_segment() local
2050 oseg->set_is_large_data_segment(); in attach_allocated_section_to_segment()
2051 oseg->add_output_section_to_load(this, os, seg_flags); in attach_allocated_section_to_segment()
2053 oseg->set_addresses(addr, addr); in attach_allocated_section_to_segment()
2058 oseg->set_is_unique_segment(); in attach_allocated_section_to_segment()
2060 oseg->set_minimum_p_align(os->segment_alignment()); in attach_allocated_section_to_segment()
2087 Output_segment* oseg = this->make_output_segment(elfcpp::PT_NOTE, in attach_allocated_section_to_segment() local
2089 oseg->add_output_section_to_nonload(os, seg_flags); in attach_allocated_section_to_segment()
2090 oseg->set_align(os_align); in attach_allocated_section_to_segment()
5245 Output_segment* oseg = this->make_output_segment(elfcpp::PT_DYNAMIC, in finish_dynamic_section() local
[all …]
Dsymtab.cc3230 Output_segment* oseg = sym->output_segment(); in sized_write_globals() local
3231 Output_section* osect = oseg->first_section(); in sized_write_globals()