Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dobject.cc2374 const Output_relaxed_input_section* relaxed_section = in compute_final_local_value_internal() local
2376 gold_assert(relaxed_section != NULL); in compute_final_local_value_internal()
2377 secoffset = relaxed_section->address() - os->address(); in compute_final_local_value_internal()
H A Doutput.cc2318 Output_relaxed_input_section* relaxed_section = in print_to_mapfile() local
2320 mapfile->print_input_section(relaxed_section->relobj(), in print_to_mapfile()
2321 relaxed_section->shndx()); in print_to_mapfile()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dobject.cc2497 const Output_relaxed_input_section* relaxed_section = in compute_final_local_value_internal() local
2499 gold_assert(relaxed_section != NULL); in compute_final_local_value_internal()
2500 secoffset = relaxed_section->address() - os->address(); in compute_final_local_value_internal()
H A Doutput.cc2330 Output_relaxed_input_section* relaxed_section = in print_to_mapfile() local
2332 mapfile->print_input_section(relaxed_section->relobj(), in print_to_mapfile()
2333 relaxed_section->shndx()); in print_to_mapfile()