Searched refs:loadSections (Results 1 - 20 of 20) sorted by relevance

/gem5/src/base/loader/
H A Dhex_file.hh55 bool loadSections(PortProxy& memProxy);
H A Dhex_file.cc65 HexFile::loadSections(PortProxy& memProxy) function in class:HexFile
H A Delf_object.hh97 bool loadSections(const PortProxy& mem_proxy, Addr addr_mask = maxAddr,
H A Dobject_file.hh91 virtual bool loadSections(const PortProxy& mem_proxy,
H A Dobject_file.cc94 ObjectFile::loadSections(const PortProxy& mem_proxy, Addr addr_mask, function in class:ObjectFile
H A Delf_object.cc501 ElfObject::loadSections(const PortProxy& mem_proxy, Addr addr_mask, function in class:ElfObject
504 if (!ObjectFile::loadSections(mem_proxy, addr_mask, offset))
514 interpreter->loadSections(mem_proxy, addr_mask, offset);
/gem5/src/arch/riscv/bare_metal/
H A Dsystem.cc58 if (!bootloader->loadSections(physProxy)) {
/gem5/src/arch/sparc/
H A Dsystem.cc141 reset->loadSections(physProxy);
144 openboot->loadSections(physProxy);
147 hypervisor->loadSections(physProxy);
150 nvram->loadSections(physProxy);
153 hypervisor_desc->loadSections(physProxy);
156 partition_desc->loadSections(physProxy);
H A Dprocess.cc211 objFile->loadSections(initVirtMem);
/gem5/src/arch/alpha/
H A Dsystem.cc112 pal->loadSections(physProxy, loadAddrMask);
113 console->loadSections(physProxy, loadAddrMask);
H A Dprocess.cc83 objFile->loadSections(initVirtMem);
/gem5/src/arch/arm/freebsd/
H A Dsystem.cc136 dtb_file->loadSections(physProxy);
/gem5/src/sim/
H A Dsystem.cc330 kernel->loadSections(physProxy, loadAddrMask, loadAddrOffset);
332 extra_kernel->loadSections(physProxy, loadAddrMask,
/gem5/src/arch/arm/linux/
H A Dsystem.cc155 dtb_file->loadSections(physProxy);
/gem5/src/arch/mips/
H A Dprocess.cc97 objFile->loadSections(initVirtMem);
/gem5/src/arch/power/
H A Dprocess.cc103 objFile->loadSections(initVirtMem);
/gem5/src/arch/riscv/
H A Dprocess.cc129 objFile->loadSections(initVirtMem);
/gem5/src/arch/arm/
H A Dsystem.cc146 bootldr->loadSections(physProxy);
H A Dprocess.cc275 objFile->loadSections(initVirtMem);
/gem5/src/arch/x86/
H A Dprocess.cc779 objFile->loadSections(initVirtMem);

Completed in 33 milliseconds