Searched refs:sympool (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.h | 715 sympool() const in sympool() function 1536 const Stringpool* sympool, const Stringpool* dynpool, in Write_symbols_task() argument 1539 sympool_(sympool), dynpool_(dynpool), of_(of), in Write_symbols_task()
|
D | symtab.cc | 2826 Symbol_table::write_globals(const Stringpool* sympool, in write_globals() argument 2836 this->sized_write_globals<32, false>(sympool, dynpool, symtab_xindex, in write_globals() 2842 this->sized_write_globals<32, true>(sympool, dynpool, symtab_xindex, in write_globals() 2848 this->sized_write_globals<64, false>(sympool, dynpool, symtab_xindex, in write_globals() 2854 this->sized_write_globals<64, true>(sympool, dynpool, symtab_xindex, in write_globals() 2867 Symbol_table::sized_write_globals(const Stringpool* sympool, in sized_write_globals() argument 3051 binding, sympool, ps); in sized_write_globals()
|
D | gold.cc | 883 layout->sympool(), in queue_final_tasks()
|
D | incremental.cc | 2597 const Stringpool* sympool = layout->sympool(); in do_relocate() local 2624 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate()
|
D | object.cc | 2539 const Stringpool* sympool, in write_local_symbols() argument 2636 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols()
|
D | reloc.cc | 697 this->write_local_symbols(of, layout->sympool(), layout->dynpool(), in do_relocate()
|