Home
last modified time | relevance | path

Searched refs:psyms (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.cc2180 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
2200 psyms += sym_size; in do_count_local_symbols()
2205 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
2207 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols()
2644 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols() local
2676 psyms += sym_size; in write_local_symbols()
2677 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in write_local_symbols()
2679 elfcpp::Sym<size, big_endian> isym(psyms); in write_local_symbols()
H A Dreloc.cc1383 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions() local
1388 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size) in find_functions()
1390 typename elfcpp::Sym<size, big_endian> isym(psyms); in find_functions()
H A Dsymtab.cc2963 unsigned char* psyms; in sized_write_globals() local
2965 psyms = NULL; in sized_write_globals()
2967 psyms = of->get_output_view(this->offset_, oview_size); in sized_write_globals()
3132 unsigned char* ps = psyms + (sym_index * sym_size); in sized_write_globals()
3180 unsigned char* ps = psyms + (sym_index * sym_size); in sized_write_globals()
3197 of->write_output_view(this->offset_, oview_size, psyms); in sized_write_globals()
H A Darm.cc1725 const unsigned char* psyms, unsigned int* pshndx);
6484 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
6512 psyms += sym_size; in do_count_local_symbols()
6515 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
6517 elfcpp::Sym<32, big_endian> sym(psyms); in do_count_local_symbols()
6662 const unsigned char* psyms, in find_linked_text_section() argument
6710 elfcpp::Sym<32, big_endian> sym(psyms + r_sym * sym_size); in find_linked_text_section()
6934 psyms, &text_shndx); in do_read_symbols()
7027 psyms += sym_size; in update_output_local_symbol_count()
7028 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in update_output_local_symbol_count()
[all …]
H A Daarch64.cc1874 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()
H A Dpowerpc.cc1930 const unsigned char* psyms = this->get_view(shdr.get_sh_offset(), in do_read_symbols() local
1932 psyms += sym_size; in do_read_symbols()
1933 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_read_symbols()
1935 elfcpp::Sym<size, big_endian> sym(psyms); in do_read_symbols()
H A Dmips.cc6710 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
6716 psyms += sym_size; in do_count_local_symbols()
6717 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
6719 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc2298 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
2318 psyms += sym_size; in do_count_local_symbols()
2323 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
2325 elfcpp::Sym<size, big_endian> sym(psyms); in do_count_local_symbols()
2771 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols() local
2803 psyms += sym_size; in write_local_symbols()
2804 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in write_local_symbols()
2806 elfcpp::Sym<size, big_endian> isym(psyms); in write_local_symbols()
H A Dreloc.cc1406 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions() local
1411 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size) in find_functions()
1413 typename elfcpp::Sym<size, big_endian> isym(psyms); in find_functions()
H A Dsymtab.cc3081 unsigned char* psyms; in sized_write_globals() local
3083 psyms = NULL; in sized_write_globals()
3085 psyms = of->get_output_view(this->offset_, oview_size); in sized_write_globals()
3261 unsigned char* ps = psyms + (sym_index * sym_size); in sized_write_globals()
3309 unsigned char* ps = psyms + (sym_index * sym_size); in sized_write_globals()
3326 of->write_output_view(this->offset_, oview_size, psyms); in sized_write_globals()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dwrstabs.c462 bfd_byte **psyms, in write_stabs_in_sections_debugging_info() argument
524 *psyms = info.symbols; in write_stabs_in_sections_debugging_info()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dwrstabs.c462 bfd_byte **psyms, in write_stabs_in_sections_debugging_info() argument
524 *psyms = info.symbols; in write_stabs_in_sections_debugging_info()