Searched refs:boot_image_begin (Results 1 – 4 of 4) sorted by relevance
51 uint32_t boot_image_begin, in ImageHeader() argument66 boot_image_begin_(boot_image_begin), in ImageHeader()
143 uint32_t boot_image_begin,
2513 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations() local2515 const_cast<uint32_t&>(relocation) += boot_image_begin; in InitializeRelocations()
608 uint32_t boot_image_begin = in InitAppImage() local612 result = RelocateInPlace<PointerSize::k64>(boot_image_begin, in InitAppImage()618 result = RelocateInPlace<PointerSize::k32>(boot_image_begin, in InitAppImage()1246 static bool RelocateInPlace(uint32_t boot_image_begin, in RelocateInPlace() argument1260 boot_image_begin, in RelocateInPlace()