How one can get the address of the functions and Variables in the DSP assemble code
Chengcheng Gou
gouchengcheng at gmail.com
Sat Apr 28 02:54:06 CEST 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