Home
last modified time | relevance | path

Searched refs:sympool (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.h769 sympool() const in sympool() function
1614 const Stringpool* sympool, const Stringpool* dynpool, in Write_symbols_task() argument
1617 sympool_(sympool), dynpool_(dynpool), of_(of), in Write_symbols_task()
Dsymtab.cc3021 Symbol_table::write_globals(const Stringpool* sympool, in write_globals() argument
3031 this->sized_write_globals<32, false>(sympool, dynpool, symtab_xindex, in write_globals()
3037 this->sized_write_globals<32, true>(sympool, dynpool, symtab_xindex, in write_globals()
3043 this->sized_write_globals<64, false>(sympool, dynpool, symtab_xindex, in write_globals()
3049 this->sized_write_globals<64, true>(sympool, dynpool, symtab_xindex, in write_globals()
3062 Symbol_table::sized_write_globals(const Stringpool* sympool, in sized_write_globals() argument
3257 binding, sympool, ps); in sized_write_globals()
3305 sym->binding(), sympool, in sized_write_globals()
Dgold.cc843 layout->sympool(), in queue_final_tasks()
Dincremental.cc2609 const Stringpool* sympool = layout->sympool(); in do_relocate() local
2636 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate()
Dobject.cc2745 const Stringpool* sympool, in write_local_symbols() argument
2842 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols()
Dreloc.cc658 this->write_local_symbols(of, layout->sympool(), layout->dynpool(), in do_relocate()