Files
AC707N/SDK/interface/btctrler/btctler_lib_text.ld
T
2025-12-03 11:12:34 +08:00

18 lines
341 B
Plaintext

. = ALIGN(4);
tws_sync_call_begin = .;
KEEP(*(.tws_sync_call))
tws_sync_call_end = .;
. = ALIGN(4);
tws_func_stub_begin = .;
KEEP(*(.tws_func_stub))
tws_func_stub_end = .;
. = ALIGN(4);
tlcap_channel_begin = .;
KEEP(*(.tlcap_channel))
tlcap_channel_end = .;