Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dobject.h1499 initialize_input_to_output_map(const Relobj*, unsigned int input_shndx);
1510 value(const Relobj* object, unsigned int input_shndx, Value addend) const in value() argument
1540 return (this->value_from_output_section(object, input_shndx, input_offset) in value()
1548 value_from_output_section(const Relobj*, unsigned int input_shndx,
1770 input_shndx(bool* is_ordinary) const in input_shndx() function
2148 return this->local_values_[sym].input_shndx(is_ordinary); in local_symbol_input_shndx()
Dreloc.cc1458 unsigned int input_shndx) in initialize_input_to_output_map() argument
1461 map->initialize_input_to_output_map<size>(input_shndx, in initialize_input_to_output_map()
1473 unsigned int input_shndx, in value_from_output_section() argument
1477 bool found = object->merge_map()->get_output_offset(NULL, input_shndx, in value_from_output_section()
Doutput.h1756 unsigned int input_shndx, unsigned int type, in add_local_section() argument
1759 this->add(od, Output_reloc_type(relobj, input_shndx, type, od, in add_local_section()
1765 unsigned int input_shndx, unsigned int type, in add_local_section() argument
1768 this->add(od, Output_reloc_type(relobj, input_shndx, type, shndx, in add_local_section()
2073 unsigned int input_shndx, unsigned int type, in add_local_section() argument
2076 this->add(od, Output_reloc_type(relobj, input_shndx, type, od, address, in add_local_section()
2082 unsigned int input_shndx, unsigned int type, in add_local_section() argument
2086 this->add(od, Output_reloc_type(relobj, input_shndx, type, shndx, in add_local_section()
Dincremental.cc2165 unsigned int input_shndx = info.shndx(); in do_add_symbols() local
2166 if (input_shndx == 0 || input_shndx == -1U) in do_add_symbols()
2178 this->input_reader_.get_input_section(input_shndx - 1); in do_add_symbols()
2183 shndx = input_shndx; in do_add_symbols()
2200 if (input_shndx == -1U && !res->is_defined()) in do_add_symbols()
Dtarget-reloc.h321 shndx = psymval->input_shndx(&is_ordinary); in relocate_section()
Daarch64.cc500 unsigned int shndx = psymval->input_shndx(&is_ordinary); in do_write()
1922 unsigned int input_shndx = in do_count_local_symbols() local
1926 Mapping_symbol_position msp(input_shndx, input_value); in do_count_local_symbols()
3846 shndx = psymval->input_shndx(&is_ordinary); in scan_reloc_section_for_stubs()
Darm.cc6556 unsigned int input_shndx = in do_count_local_symbols() local
6561 Mapping_symbol_position msp(input_shndx, input_value & ~1U); in do_count_local_symbols()
7287 unsigned int shndx = psymval->input_shndx(&is_ordinary); in do_write()
11905 shndx = psymval->input_shndx(&is_ordinary); in scan_reloc_section_for_stubs()
Dobject.cc2260 unsigned int shndx = lv_in->input_shndx(&is_ordinary); in compute_final_local_value_internal()
Dpowerpc.cc200 if (lv->input_shndx(&is_ordinary) != this->opd_shndx()) in do_adjust_local_symbol()
Dmips.cc5736 unsigned int shndx = psymval->input_shndx(&is_ordinary); in do_write()
DChangeLog15721 (Symbol_value::input_shndx): Add is_ordinary parameter. Change