Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc4212 Output_section_headers* oshdrs; in create_shdrs() local
4213 oshdrs = new Output_section_headers(this, in create_shdrs()
4221 off = align_address(*poff, oshdrs->addralign()); in create_shdrs()
4224 oshdrs->pre_finalize_data_size(); in create_shdrs()
4225 off = this->allocate(oshdrs->data_size(), oshdrs->addralign(), *poff); in create_shdrs()
4232 static_cast<long>(off + oshdrs->data_size())); in create_shdrs()
4234 oshdrs->set_address_and_file_offset(0, off); in create_shdrs()
4235 off += oshdrs->data_size(); in create_shdrs()
4238 this->section_headers_ = oshdrs; in create_shdrs()