Searched refs:adjust_sym_shndx (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | target-reloc.h | 83 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()
|
D | gc.h | 245 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary); in gc_process_relocs()
|
D | object.cc | 883 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()
|
D | ehframe.cc | 1019 fde_shndx = object->adjust_sym_shndx(symndx, sym.get_st_shndx(), in read_fde()
|
D | symtab.cc | 1151 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()
|
D | i386.cc | 1827 shndx = object->adjust_sym_shndx(r_sym, shndx, in local() 1949 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
|
D | reloc.cc | 1418 unsigned int sym_shndx = this->adjust_sym_shndx(i, isym.get_st_shndx(), in find_functions()
|
D | object.h | 503 adjust_sym_shndx(unsigned int symndx, unsigned int shndx, bool* is_ordinary) in adjust_sym_shndx() function
|
D | arm.cc | 6557 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()
|
D | x86_64.cc | 2424 shndx = object->adjust_sym_shndx(r_sym, shndx, in local() 2550 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
|
D | dwarf_reader.cc | 65 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
|
D | incremental.cc | 2606 unsigned int st_shndx = this->adjust_sym_shndx(i, lsym.st_shndx, in do_relocate()
|
D | tilegx.cc | 3471 shndx = object->adjust_sym_shndx(r_sym, shndx, in local()
|
D | powerpc.cc | 1792 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()
|
D | sparc.cc | 2429 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
|
D | aarch64.cc | 1923 this->adjust_sym_shndx(i, sym.get_st_shndx(), &is_ordinary); in do_count_local_symbols()
|
D | mips.cc | 8857 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
|
D | ChangeLog | 9193 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get 15713 (Object::adjust_sym_shndx): New function.
|