Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h1176 set_segment_offsets(const Target*, Output_segment*, unsigned int* pshndx);
DChangeLog113 * layout.cc (Layout::set_segment_offsets): Don't align start of segment
1600 (Layout::set_segment_offsets): Update callers of set_section_addresses.
1776 (set_segment_offsets): Call it. Honor -Trodata-segment option.
1840 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
1899 * layout.cc (set_segment_offsets): Let user option override
2039 * layout.cc (Layout::set_segment_offsets): Accept writable .text
3030 * layout.cc (Layout::set_segment_offsets): When using
3227 * layout.cc (Layout::set_segment_offsets): Set p_align to
3632 (Layout::set_segment_offsets): If target->isolate_execinstr(),
4782 * layout.cc (Layout::set_segment_offsets): Don't realign text
[all …]
Dlayout.cc2569 off = this->set_segment_offsets(target, load_seg, pshndx); in relaxation_loop_body()
3475 Layout::set_segment_offsets(const Target* target, Output_segment* load_seg, in set_segment_offsets() function in gold::Layout