How one can get the address of the functions and Variables in the DSP assemble code

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Chengcheng Gou gouchengcheng at gmail.com
Sat Apr 28 00:54:06 UTC 2012


hello,
I have the problem ,such as how to get the address of the functions
and Variables in the DSP assemble code,such as in
+; DSP Sniffing task patch

+; ----------------------------------------------------------------------------
+; Known symbols
+; ----------------------------------------------------------------------------
+
+ ; Variables
+patch_install_fptr .equ 0x3F6B ; Patch install function ptr
+dsp_page .equ 0x3FB0 ; Current ndb.d_dsp_page
+task_fn_entry .equ 0x4387 + 23 ; Task 23 index in JT_4387
+
+ ; Functions
+a5_setup .equ 0xB12C
+dma_queue_setup .equ 0xB74C
+
+jt4387_exec .equ 0xA9EA
+
+fq_4320_push .equ 0xAA9F
+fq_4330_push .equ 0xAA6C
+fq_4340_push .equ 0xAAC3
+
Can anyone tell me the way to do that?!
thanks!




More information about the baseband-devel mailing list