-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlink.ld
More file actions
44 lines (41 loc) · 1.65 KB
/
link.ld
File metadata and controls
44 lines (41 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
aArrayIndexOutOfRange = 0x893785;
aRuntimeUtilitiesFixedArray = 0x609a2e;
__clang_call_terminate = 0x169f510;
_Unwind_Resume = 0x4caffc0;
_Z12profiler_endPN9profiling6MarkerE = 0x1f2d8a0;
_Z14profiler_beginPN9profiling6MarkerE = 0x1f2da80;
_Z18GetVKGfxDeviceCorev = 0x2521540;
_Z20AssertImplementationiPKciiS0_ = 0x3cf1100;
_ZN11GfxDeviceVK27SubmitCurrentCommandBuffersEP13VkSemaphore_Tb = 0x253a300;
_ZN15GfxDeviceVKBase26EnsureCurrentCommandBufferEN2vk13CommandBuffer4TypeEb = 0x252bac0;
_ZN18FrameTimingManager29OnRenderThreadOverheadEndImplEv = 0x21c0bf0;
_ZN18FrameTimingManager31OnRenderThreadOverheadBeginImplEv = 0x21c0bc0;
_ZN18VKImmediateContext17BackbufferChangedERN2vk12RenderPassesEt = 0x24f9960;
_ZN2vk12TaskExecutor22AddSubmitWaitSemaphoreEP13VkSemaphore_Tj = 0x24e3430;
_ZN2vk12TaskExecutor4SyncEv = 0x24e1450;
_ZN2vk13FrameTracking11ReturnFenceEP9VkFence_T = 0x25406b0;
_ZN2vk13FrameTracking12GetSemaphoreEv = 0x253bd70;
_ZN2vk13FrameTracking15ReturnSemaphoreEP13VkSemaphore_Tm = 0x253be80;
_ZN2vk13FrameTracking15UpdateSafeFrameEv = 0x253ac60;
_ZN2vk13FrameTracking21ReturnSemaphoreUnusedEP13VkSemaphore_T = 0x2540970;
_ZN2vkL17gAcquireNextFrameE = 0x54e2b48;
_ZN6vulkan3ext21vkAcquireNextImageKHRE = 0x54e2808;
_ZN6vulkan4fptr15vkWaitForFencesE = 0x54e24b8;
_ZN6vulkan4fptr16vkDeviceWaitIdleE = 0x54e2428;
SECTIONS {
.text.patch1 0x253b830 : AT(0x253b830) {
*(.text.patch1)
. = ALIGN(1);
FILL(0xCC);
. = 0xD8;
}
.text.patch2 0x2510380 : AT(0x2510380) {
*(.text.patch2)
. = ALIGN(1);
FILL(0xCC);
. = 0x327;
}
.text.patch3 0x4cb4be0 : AT(0x4cb4be0) {
*(.text.patch3)
}
}