/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-spu.c | 2676 void *psyms; in mark_functions_via_relocs() local 2690 psyms = &symtab_hdr->contents; in mark_functions_via_relocs() 2709 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner)) in mark_functions_via_relocs() 2969 Elf_Internal_Sym *syms, *sy, **psyms, **psy; in discover_functions() local 3004 psyms = bfd_malloc ((symcount + 1) * sizeof (*psyms)); in discover_functions() 3005 if (psyms == NULL) in discover_functions() 3007 psym_arr[bfd_idx] = psyms; in discover_functions() 3012 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy) in discover_functions() 3022 symcount = psy - psyms; in discover_functions() 3028 qsort (psyms, symcount, sizeof (*psyms), sort_syms); in discover_functions() [all …]
|
D | xcofflink.c | 273 _bfd_xcoff_canonicalize_dynamic_symtab (bfd *abfd, asymbol **psyms) in _bfd_xcoff_canonicalize_dynamic_symtab() argument 312 for (; elsym < elsymend; elsym += bfd_xcoff_ldsymsz(abfd), symbuf++, psyms++) in _bfd_xcoff_canonicalize_dynamic_symtab() 352 *psyms = (asymbol *) symbuf; in _bfd_xcoff_canonicalize_dynamic_symtab() 355 *psyms = NULL; in _bfd_xcoff_canonicalize_dynamic_symtab()
|
D | ChangeLog-2007 | 2237 * elf32-spu.c (spu_elf_size_stubs): Use "void *" for psyms.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | object.cc | 2116 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local 2135 psyms += sym_size; in do_count_local_symbols() 2139 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols() 2141 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols() 2571 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols() local 2603 psyms += sym_size; in write_local_symbols() 2604 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in write_local_symbols() 2606 elfcpp::Sym<size, big_endian> isym(psyms); in write_local_symbols()
|
D | reloc.cc | 1402 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions() local 1407 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size) in find_functions() 1409 typename elfcpp::Sym<size, big_endian> isym(psyms); in find_functions()
|
D | symtab.cc | 2880 unsigned char* psyms; in sized_write_globals() local 2882 psyms = NULL; in sized_write_globals() 2884 psyms = of->get_output_view(this->offset_, oview_size); in sized_write_globals() 3049 unsigned char* ps = psyms + (sym_index * sym_size); in sized_write_globals() 3066 of->write_output_view(this->offset_, oview_size, psyms); in sized_write_globals()
|
D | arm.cc | 1725 const unsigned char* psyms, unsigned int* pshndx); 6513 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local 6541 psyms += sym_size; in do_count_local_symbols() 6544 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols() 6546 elfcpp::Sym<32, big_endian> sym(psyms); in do_count_local_symbols() 6691 const unsigned char* psyms, in find_linked_text_section() argument 6739 elfcpp::Sym<32, big_endian> sym(psyms + r_sym * sym_size); in find_linked_text_section() 6951 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_read_symbols() local 6963 psyms, &text_shndx); in do_read_symbols() 7045 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in update_output_local_symbol_count() local [all …]
|
D | aarch64.cc | 1874 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local 1900 psyms += sym_size; in do_count_local_symbols() 1903 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols() 1905 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols()
|
D | powerpc.cc | 1881 const unsigned char* psyms = this->get_view(shdr.get_sh_offset(), in do_read_symbols() local 1883 psyms += sym_size; in do_read_symbols() 1884 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_read_symbols() 1886 elfcpp::Sym<size, big_endian> sym(psyms); in do_read_symbols()
|
D | mips.cc | 5841 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local 5847 psyms += sym_size; in do_count_local_symbols() 5848 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols() 5850 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | wrstabs.c | 462 bfd_byte **psyms, in write_stabs_in_sections_debugging_info() argument 524 *psyms = info.symbols; in write_stabs_in_sections_debugging_info()
|