Home
last modified time | relevance | path

Searched refs:adjust_sym_shndx (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dtarget-reloc.h83 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in scan_relocs()
582 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in scan_relocatable_relocs()
Dgc.h245 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary); in gc_process_relocs()
Dobject.cc883 return this->adjust_sym_shndx(sym, elfsym.get_st_shndx(), is_ordinary); in symbol_section_and_value()
963 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, in include_section_group()
2146 unsigned int shndx = this->adjust_sym_shndx(i, sym.get_st_shndx(), in do_count_local_symbols()
2611 unsigned int st_shndx = this->adjust_sym_shndx(i, isym.get_st_shndx(), in write_local_symbols()
2725 unsigned int st_shndx = this->adjust_sym_shndx(i, sym.get_st_shndx(), in get_symbol_location_info()
Dehframe.cc1019 fde_shndx = object->adjust_sym_shndx(symndx, sym.get_st_shndx(), in read_fde()
Dsymtab.cc1151 unsigned int st_shndx = relobj->adjust_sym_shndx(i + symndx_offset, in add_from_relobj()
1465 unsigned int st_shndx = dynobj->adjust_sym_shndx(i, psym->get_st_shndx(), in add_from_dynobj()
Di386.cc1827 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
1949 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
Dreloc.cc1418 unsigned int sym_shndx = this->adjust_sym_shndx(i, isym.get_st_shndx(), in find_functions()
Dobject.h503 adjust_sym_shndx(unsigned int symndx, unsigned int shndx, bool* is_ordinary) in adjust_sym_shndx() function
Darm.cc6557 this->adjust_sym_shndx(i, sym.get_st_shndx(), &is_ordinary); in do_count_local_symbols()
6744 this->adjust_sym_shndx(r_sym, sym.get_st_shndx(), &is_ordinary); in find_linked_text_section()
7068 unsigned int shndx = this->adjust_sym_shndx(i, sym.get_st_shndx(), in update_output_local_symbol_count()
8433 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
8574 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
Dx86_64.cc2424 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
2550 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
Ddwarf_reader.cc65 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
Dincremental.cc2606 unsigned int st_shndx = this->adjust_sym_shndx(i, lsym.st_shndx, in do_relocate()
Dtilegx.cc3471 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
Dpowerpc.cc1792 shndx = this->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in scan_opd_relocs()
5592 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
Dsparc.cc2429 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
Daarch64.cc1923 this->adjust_sym_shndx(i, sym.get_st_shndx(), &is_ordinary); in do_count_local_symbols()
Dmips.cc8857 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
DChangeLog9193 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
15713 (Object::adjust_sym_shndx): New function.