Searched refs:mapSize (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/loader/
H A Delf_object.hh121 virtual Addr mapSize() const override { return ldMax - ldMin; }
H A Dobject_file.hh106 virtual Addr mapSize() const function in class:ObjectFile
107 { panic("mapSize() should only be called on relocatable objects\n"); }
/gem5/src/sim/
H A Dprocess.cc464 Addr interp_mapsize = roundUp(interp->mapSize(), TheISA::PageBytes);

Completed in 13 milliseconds