Home | History | Annotate | Download | only in gold

Lines Matching refs:relocatable

764 	  || (!parameters->options().relocatable()
1017 bool relocate_group = include_group && parameters->options().relocatable();
1462 const bool relocatable = parameters->options().relocatable();
1463 const bool emit_relocs = (relocatable
1493 if (!relocatable && !parameters->options().shared())
1512 if (!relocatable && !parameters->options().shared())
1582 // When doing a relocatable link we are going to copy input
1587 // not triggered when relocatable code is desired.
1596 if (relocatable && shdr.get_sh_type() == elfcpp::SHT_GROUP)
1605 if (!relocatable
1723 if (!relocatable
1762 // When doing a relocatable link handle the reloc sections at the
1764 // turned on for relocatable code.
1871 if (!parameters->options().relocatable()
2261 bool relocatable,
2357 // relocatable links when the input object has section
2364 relocatable ? os->address() : 0;
2375 // of this input section. If we are doing a relocatable
2379 relocatable ? start - os->address() : start;
2393 lv_out->set_output_value((relocatable ? 0 : os->address())
2419 const bool relocatable = parameters->options().relocatable();
2423 relocatable, out_sections,
2444 const bool relocatable = parameters->options().relocatable();
2453 this->compute_final_local_value_internal(i, lv, lv, relocatable,
2898 // Add a regular relocatable object to the list. Return false if this