Searched refs:updateBias (Results 1 - 12 of 12) sorted by relevance

/gem5/src/base/loader/
H A Delf_object.hh122 virtual void updateBias(Addr bias_addr) override;
H A Dobject_file.hh108 virtual void updateBias(Addr bias_addr) function in class:ObjectFile
109 { panic("updateBias() should only be called on relocatable objects\n"); }
H A Delf_object.cc564 ElfObject::updateBias(Addr bias_addr) function in class:ElfObject
/gem5/src/sim/
H A Dprocess.hh106 void updateBias();
H A Dprocess.cc455 Process::updateBias() function in class:Process
477 interp->updateBias(ld_bias);
/gem5/src/arch/mips/
H A Dprocess.cc94 updateBias();
/gem5/src/arch/power/
H A Dprocess.cc100 updateBias();
/gem5/src/arch/riscv/
H A Dprocess.cc128 updateBias();
/gem5/src/arch/alpha/
H A Dprocess.cc81 updateBias();
/gem5/src/arch/sparc/
H A Dprocess.cc208 updateBias();
/gem5/src/arch/arm/
H A Dprocess.cc272 updateBias();
/gem5/src/arch/x86/
H A Dprocess.cc776 updateBias();

Completed in 27 milliseconds