Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
DChangeLog-2016166 * layout.cc (Layout::choose_output_section): Add is_reloc parameter.
167 Adjust all callers. Do not use linker script for is_reloc sections.
168 (Layout::layout_reloc): Pass is_reloc == true.
169 * layout.h (Layout::choose_output_section): Add is_reloc parameter.
Dlayout.h1220 bool is_relro, bool is_reloc, bool match_input_spec);
Dlayout.cc951 bool is_relro, bool is_reloc, in choose_output_section() argument
960 if (this->script_options_->saw_sections_clause() && !is_reloc) in choose_output_section()