Lines Matching refs:mapfile
28 #include "mapfile.h"
149 Symbol_table::allocate_commons(Layout* layout, Mapfile* mapfile)
171 this->do_allocate_commons<32>(layout, mapfile, sort_order);
179 this->do_allocate_commons<64>(layout, mapfile, sort_order);
192 Symbol_table::do_allocate_commons(Layout* layout, Mapfile* mapfile,
197 &this->commons_, mapfile,
201 &this->tls_commons_, mapfile,
205 &this->small_commons_, mapfile,
209 &this->large_commons_, mapfile,
222 Mapfile* mapfile,
337 if (mapfile != NULL)
338 mapfile->report_allocate_common(sym, ssym->symsize());