git init of an empty project

This commit is contained in:
2025-06-27 15:12:44 +03:00
commit c73ead2643
76 changed files with 45689 additions and 0 deletions

901
build/release/lst/main.lst Normal file
View File

@ -0,0 +1,901 @@
BFIN GAS /tmp/ccQKVwPF.s page 1
1 .file "src/main.c";
2 .section .debug_abbrev,"",@progbits
3 .Ldebug_abbrev0:
4 .section .debug_info,"",@progbits
5 .Ldebug_info0:
6 .section .debug_line,"",@progbits
7 .Ldebug_line0:
8 0000 F6000000 .text;
8 0200DE00
8 00000101
8 FB0E0D00
8 01010101
9 .Ltext0:
10 .align 4
11 .global _main;
12 .type _main, STT_FUNC;
13 _main:
14 .LFB2:
15 .file 1 "src/main.c"
1:src/main.c **** /*****************************************************************************
2:src/main.c **** * NewProject.c
3:src/main.c **** *****************************************************************************/
4:src/main.c ****
5:src/main.c **** #include "l502_cdefs.h"
6:src/main.c **** void l502_init(void);
7:src/main.c **** #include "l502_global.h"
8:src/main.c **** #include "l502_cmd.h"
9:src/main.c ****
10:src/main.c **** void stream_proc(void);
11:src/main.c ****
12:src/main.c **** /* g_state <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
13:src/main.c **** * <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> A <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
14:src/main.c **** SECTION("board_state", volatile t_l502_board_state g_state);
15:src/main.c ****
16:src/main.c ****
17:src/main.c **** int main(void) {
16 .loc 1 17 0
17 0000 00E80300 LINK 12;
18 .LCFI0:
18:src/main.c **** /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
19:src/main.c **** l502_init();
19 .loc 1 19 0
20 0004 FFE3FEFF call _l502_init;
21 .L2:
20:src/main.c ****
21:src/main.c **** for (;;) {
22:src/main.c **** /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
23:src/main.c **** <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> */
24:src/main.c **** l502_cmd_check_req();
22 .loc 1 24 0
23 0008 FFE3FCFF call _l502_cmd_check_req;
25:src/main.c **** /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
26:src/main.c **** stream_proc();
24 .loc 1 26 0
25 000c FFE3FAFF call _stream_proc;
26 0010 FC2F jump.s .L2;
27 .LFE2:
BFIN GAS /tmp/ccQKVwPF.s page 2
28 .size _main, .-_main
29 .global _g_state;
30 .section board_state,"aw",@progbits
31 .align 4
32 .type _g_state, @object
33 .size _g_state, 6160
34 _g_state:
35 0000 00000000 .zero 6160
35 00000000
35 00000000
35 00000000
35 00000000
36 .section .debug_frame,"",@progbits
37 .Lframe0:
38 0000 0C000000 .4byte .LECIE0-.LSCIE0
39 .LSCIE0:
40 0004 FFFFFFFF .4byte 0xffffffff
41 0008 01 .byte 0x1
42 0009 00 .string ""
43 000a 01 .uleb128 0x1
44 000b 7C .sleb128 -4
45 000c 23 .byte 0x23
46 000d 0C .byte 0xc
47 000e 0E .uleb128 0xe
48 000f 00 .uleb128 0x0
49 .align 4
50 .LECIE0:
51 .LSFDE0:
52 0010 14000000 .4byte .LEFDE0-.LASFDE0
53 .LASFDE0:
54 0014 00000000 .4byte .Lframe0
55 0018 00000000 .4byte .LFB2
56 001c 12000000 .4byte .LFE2-.LFB2
57 0020 44 .byte 0x4
58 .4byte .LCFI0-.LFB2
59 0021 0C .byte 0xc
60 0022 0F .uleb128 0xf
61 0023 08 .uleb128 0x8
62 0024 8F .byte 0x8f
63 0025 02 .uleb128 0x2
64 0026 A3 .byte 0xa3
65 0027 01 .uleb128 0x1
66 .align 4
67 .LEFDE0:
68 .text;
69 .Letext0:
70 0012 0000 .section .debug_loc,"",@progbits
71 .Ldebug_loc0:
72 .LLST0:
73 0000 00000000 .4byte .LFB2-.Ltext0
74 0004 04000000 .4byte .LCFI0-.Ltext0
75 0008 0100 .2byte 0x1
76 000a 5E .byte 0x5e
77 000b 04000000 .4byte .LCFI0-.Ltext0
78 000f 12000000 .4byte .LFE2-.Ltext0
79 0013 0200 .2byte 0x2
80 0015 7F .byte 0x7f
BFIN GAS /tmp/ccQKVwPF.s page 3
81 0016 08 .sleb128 8
82 0017 00000000 .4byte 0x0
83 001b 00000000 .4byte 0x0
84 .file 2 "/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib
85 .file 3 "src/l502_bf_cmd_defs.h"
86 .file 4 "src/l502_global.h"
87 .section .debug_info
88 0000 75020000 .4byte 0x275
89 0004 0200 .2byte 0x2
90 0006 00000000 .4byte .Ldebug_abbrev0
91 000a 04 .byte 0x4
92 000b 01 .uleb128 0x1
93 000c 0D000000 .4byte .LASF35
94 0010 01 .byte 0x1
95 0011 C1010000 .4byte .LASF36
96 0015 34010000 .4byte .LASF37
97 0019 00000000 .4byte .Ltext0
98 001d 12000000 .4byte .Letext0
99 0021 00000000 .4byte .Ldebug_line0
100 0025 02 .uleb128 0x2
101 0026 01 .byte 0x1
102 0027 06 .byte 0x6
103 0028 94000000 .4byte .LASF0
104 002c 02 .uleb128 0x2
105 002d 01 .byte 0x1
106 002e 08 .byte 0x8
107 002f 86000000 .4byte .LASF1
108 0033 02 .uleb128 0x2
109 0034 02 .byte 0x2
110 0035 05 .byte 0x5
111 0036 19000000 .4byte .LASF2
112 003a 03 .uleb128 0x3
113 003b D3000000 .4byte .LASF4
114 003f 02 .byte 0x2
115 0040 36 .byte 0x36
116 0041 45000000 .4byte 0x45
117 0045 02 .uleb128 0x2
118 0046 02 .byte 0x2
119 0047 07 .byte 0x7
120 0048 F8000000 .4byte .LASF3
121 004c 03 .uleb128 0x3
122 004d 1D010000 .4byte .LASF5
123 0051 02 .byte 0x2
124 0052 4F .byte 0x4f
125 0053 57000000 .4byte 0x57
126 0057 02 .uleb128 0x2
127 0058 04 .byte 0x4
128 0059 05 .byte 0x5
129 005a 4E000000 .4byte .LASF6
130 005e 03 .uleb128 0x3
131 005f BD000000 .4byte .LASF7
132 0063 02 .byte 0x2
133 0064 50 .byte 0x50
134 0065 69000000 .4byte 0x69
135 0069 02 .uleb128 0x2
136 006a 04 .byte 0x4
137 006b 07 .byte 0x7
BFIN GAS /tmp/ccQKVwPF.s page 4
138 006c 92010000 .4byte .LASF8
139 0070 02 .uleb128 0x2
140 0071 08 .byte 0x8
141 0072 05 .byte 0x5
142 0073 40000000 .4byte .LASF9
143 0077 02 .uleb128 0x2
144 0078 08 .byte 0x8
145 0079 07 .byte 0x7
146 007a A6000000 .4byte .LASF10
147 007e 04 .uleb128 0x4
148 007f 04 .byte 0x4
149 0080 05 .byte 0x5
150 0081 696E7400 .string "int"
151 0085 02 .uleb128 0x2
152 0086 04 .byte 0x4
153 0087 07 .byte 0x7
154 0088 C6000000 .4byte .LASF11
155 008c 05 .uleb128 0x5
156 008d 1010 .2byte 0x1010
157 008f 03 .byte 0x3
158 0090 8B .byte 0x8b
159 0091 EA000000 .4byte 0xea
160 0095 06 .uleb128 0x6
161 0096 ED000000 .4byte .LASF12
162 009a 03 .byte 0x3
163 009b 8C .byte 0x8c
164 009c 3A000000 .4byte 0x3a
165 00a0 02 .byte 0x2
166 00a1 23 .byte 0x23
167 00a2 00 .uleb128 0x0
168 00a3 06 .uleb128 0x6
169 00a4 0B010000 .4byte .LASF13
170 00a8 03 .byte 0x3
171 00a9 8D .byte 0x8d
172 00aa 3A000000 .4byte 0x3a
173 00ae 02 .byte 0x2
174 00af 23 .byte 0x23
175 00b0 02 .uleb128 0x2
176 00b1 06 .uleb128 0x6
177 00b2 F2000000 .4byte .LASF14
178 00b6 03 .byte 0x3
179 00b7 8E .byte 0x8e
180 00b8 5E000000 .4byte 0x5e
181 00bc 02 .byte 0x2
182 00bd 23 .byte 0x23
183 00be 04 .uleb128 0x4
184 00bf 06 .uleb128 0x6
185 00c0 06000000 .4byte .LASF15
186 00c4 03 .byte 0x3
187 00c5 8F .byte 0x8f
188 00c6 4C000000 .4byte 0x4c
189 00ca 02 .byte 0x2
190 00cb 23 .byte 0x23
191 00cc 08 .uleb128 0x8
192 00cd 06 .uleb128 0x6
193 00ce 7C000000 .4byte .LASF16
194 00d2 03 .byte 0x3
BFIN GAS /tmp/ccQKVwPF.s page 5
195 00d3 90 .byte 0x90
196 00d4 5E000000 .4byte 0x5e
197 00d8 02 .byte 0x2
198 00d9 23 .byte 0x23
199 00da 0C .uleb128 0xc
200 00db 06 .uleb128 0x6
201 00dc 2A010000 .4byte .LASF17
202 00e0 03 .byte 0x3
203 00e1 91 .byte 0x91
204 00e2 EA000000 .4byte 0xea
205 00e6 02 .byte 0x2
206 00e7 23 .byte 0x23
207 00e8 10 .uleb128 0x10
208 00e9 00 .byte 0x0
209 00ea 07 .uleb128 0x7
210 00eb 5E000000 .4byte 0x5e
211 00ef FB000000 .4byte 0xfb
212 00f3 08 .uleb128 0x8
213 00f4 FB000000 .4byte 0xfb
214 00f8 FF03 .2byte 0x3ff
215 00fa 00 .byte 0x0
216 00fb 09 .uleb128 0x9
217 00fc 04 .byte 0x4
218 00fd 07 .byte 0x7
219 00fe 03 .uleb128 0x3
220 00ff 6E000000 .4byte .LASF18
221 0103 03 .byte 0x3
222 0104 92 .byte 0x92
223 0105 8C000000 .4byte 0x8c
224 0109 0A .uleb128 0xa
225 010a 20 .byte 0x20
226 010b 04 .byte 0x4
227 010c 1C .byte 0x1c
228 010d AB010000 .4byte 0x1ab
229 0111 06 .uleb128 0x6
230 0112 A0000000 .4byte .LASF19
231 0116 04 .byte 0x4
232 0117 1D .byte 0x1d
233 0118 5E000000 .4byte 0x5e
234 011c 02 .byte 0x2
235 011d 23 .byte 0x23
236 011e 00 .uleb128 0x0
237 011f 06 .uleb128 0x6
238 0120 36000000 .4byte .LASF20
239 0124 04 .byte 0x4
240 0125 1E .byte 0x1e
241 0126 5E000000 .4byte 0x5e
242 012a 02 .byte 0x2
243 012b 23 .byte 0x23
244 012c 04 .uleb128 0x4
245 012d 06 .uleb128 0x6
246 012e 5E000000 .4byte .LASF21
247 0132 04 .byte 0x4
248 0133 1F .byte 0x1f
249 0134 AB010000 .4byte 0x1ab
250 0138 02 .byte 0x2
251 0139 23 .byte 0x23
BFIN GAS /tmp/ccQKVwPF.s page 6
252 013a 08 .uleb128 0x8
253 013b 06 .uleb128 0x6
254 013c 18010000 .4byte .LASF22
255 0140 04 .byte 0x4
256 0141 20 .byte 0x20
257 0142 3A000000 .4byte 0x3a
258 0146 02 .byte 0x2
259 0147 23 .byte 0x23
260 0148 0C .uleb128 0xc
261 0149 06 .uleb128 0x6
262 014a 25010000 .4byte .LASF23
263 014e 04 .byte 0x4
264 014f 21 .byte 0x21
265 0150 3A000000 .4byte 0x3a
266 0154 02 .byte 0x2
267 0155 23 .byte 0x23
268 0156 0E .uleb128 0xe
269 0157 06 .uleb128 0x6
270 0158 A4010000 .4byte .LASF24
271 015c 04 .byte 0x4
272 015d 22 .byte 0x22
273 015e 3A000000 .4byte 0x3a
274 0162 02 .byte 0x2
275 0163 23 .byte 0x23
276 0164 10 .uleb128 0x10
277 0165 06 .uleb128 0x6
278 0166 BC010000 .4byte .LASF25
279 016a 04 .byte 0x4
280 016b 23 .byte 0x23
281 016c 3A000000 .4byte 0x3a
282 0170 02 .byte 0x2
283 0171 23 .byte 0x23
284 0172 12 .uleb128 0x12
285 0173 06 .uleb128 0x6
286 0174 63000000 .4byte .LASF26
287 0178 04 .byte 0x4
288 0179 24 .byte 0x24
289 017a AB010000 .4byte 0x1ab
290 017e 02 .byte 0x2
291 017f 23 .byte 0x23
292 0180 14 .uleb128 0x14
293 0181 0B .uleb128 0xb
294 0182 696400 .string "id"
295 0185 04 .byte 0x4
296 0186 25 .byte 0x25
297 0187 3A000000 .4byte 0x3a
298 018b 02 .byte 0x2
299 018c 23 .byte 0x23
300 018d 18 .uleb128 0x18
301 018e 06 .uleb128 0x6
302 018f 00000000 .4byte .LASF27
303 0193 04 .byte 0x4
304 0194 26 .byte 0x26
305 0195 3A000000 .4byte 0x3a
306 0199 02 .byte 0x2
307 019a 23 .byte 0x23
308 019b 1A .uleb128 0x1a
BFIN GAS /tmp/ccQKVwPF.s page 7
309 019c 06 .uleb128 0x6
310 019d 12010000 .4byte .LASF28
311 01a1 04 .byte 0x4
312 01a2 27 .byte 0x27
313 01a3 5E000000 .4byte 0x5e
314 01a7 02 .byte 0x2
315 01a8 23 .byte 0x23
316 01a9 1C .uleb128 0x1c
317 01aa 00 .byte 0x0
318 01ab 0C .uleb128 0xc
319 01ac 04 .byte 0x4
320 01ad 03 .uleb128 0x3
321 01ae 7E010000 .4byte .LASF29
322 01b2 04 .byte 0x4
323 01b3 28 .byte 0x28
324 01b4 09010000 .4byte 0x109
325 01b8 05 .uleb128 0x5
326 01b9 0008 .2byte 0x800
327 01bb 04 .byte 0x4
328 01bc 36 .byte 0x36
329 01bd FB010000 .4byte 0x1fb
330 01c1 06 .uleb128 0x6
331 01c2 23000000 .4byte .LASF30
332 01c6 04 .byte 0x4
333 01c7 37 .byte 0x37
334 01c8 AD010000 .4byte 0x1ad
335 01cc 02 .byte 0x2
336 01cd 23 .byte 0x23
337 01ce 00 .uleb128 0x0
338 01cf 0B .uleb128 0xb
339 01d0 696E00 .string "in"
340 01d3 04 .byte 0x4
341 01d4 38 .byte 0x38
342 01d5 FB010000 .4byte 0x1fb
343 01d9 02 .byte 0x2
344 01da 23 .byte 0x23
345 01db 20 .uleb128 0x20
346 01dc 06 .uleb128 0x6
347 01dd 57000000 .4byte .LASF31
348 01e1 04 .byte 0x4
349 01e2 39 .byte 0x39
350 01e3 AD010000 .4byte 0x1ad
351 01e7 03 .byte 0x3
352 01e8 23 .byte 0x23
353 01e9 8008 .uleb128 0x400
354 01eb 0B .uleb128 0xb
355 01ec 6F757400 .string "out"
356 01f0 04 .byte 0x4
357 01f1 3A .byte 0x3a
358 01f2 FB010000 .4byte 0x1fb
359 01f6 03 .byte 0x3
360 01f7 23 .byte 0x23
361 01f8 A008 .uleb128 0x420
362 01fa 00 .byte 0x0
363 01fb 07 .uleb128 0x7
364 01fc AD010000 .4byte 0x1ad
365 0200 0B020000 .4byte 0x20b
BFIN GAS /tmp/ccQKVwPF.s page 8
366 0204 0D .uleb128 0xd
367 0205 FB000000 .4byte 0xfb
368 0209 1E .byte 0x1e
369 020a 00 .byte 0x0
370 020b 03 .uleb128 0x3
371 020c DC000000 .4byte .LASF32
372 0210 04 .byte 0x4
373 0211 3B .byte 0x3b
374 0212 B8010000 .4byte 0x1b8
375 0216 05 .uleb128 0x5
376 0217 1018 .2byte 0x1810
377 0219 04 .byte 0x4
378 021a 42 .byte 0x42
379 021b 3D020000 .4byte 0x23d
380 021f 06 .uleb128 0x6
381 0220 2F010000 .4byte .LASF33
382 0224 04 .byte 0x4
383 0225 43 .byte 0x43
384 0226 0B020000 .4byte 0x20b
385 022a 02 .byte 0x2
386 022b 23 .byte 0x23
387 022c 00 .uleb128 0x0
388 022d 0B .uleb128 0xb
389 022e 636D6400 .string "cmd"
390 0232 04 .byte 0x4
391 0233 44 .byte 0x44
392 0234 FE000000 .4byte 0xfe
393 0238 03 .byte 0x3
394 0239 23 .byte 0x23
395 023a 8010 .uleb128 0x800
396 023c 00 .byte 0x0
397 023d 03 .uleb128 0x3
398 023e A9010000 .4byte .LASF34
399 0242 04 .byte 0x4
400 0243 45 .byte 0x45
401 0244 16020000 .4byte 0x216
402 0248 0E .uleb128 0xe
403 0249 01 .byte 0x1
404 024a 29000000 .4byte .LASF38
405 024e 01 .byte 0x1
406 024f 11 .byte 0x11
407 0250 01 .byte 0x1
408 0251 7E000000 .4byte 0x7e
409 0255 00000000 .4byte .LFB2
410 0259 12000000 .4byte .LFE2
411 025d 00000000 .4byte .LLST0
412 0261 0F .uleb128 0xf
413 0262 2E000000 .4byte .LASF39
414 0266 01 .byte 0x1
415 0267 0E .byte 0xe
416 0268 73020000 .4byte 0x273
417 026c 01 .byte 0x1
418 026d 05 .byte 0x5
419 026e 03 .byte 0x3
420 026f 00000000 .4byte _g_state
421 0273 10 .uleb128 0x10
422 0274 3D020000 .4byte 0x23d
BFIN GAS /tmp/ccQKVwPF.s page 9
423 0278 00 .byte 0x0
424 .section .debug_abbrev
425 0000 01 .uleb128 0x1
426 0001 11 .uleb128 0x11
427 0002 01 .byte 0x1
428 0003 25 .uleb128 0x25
429 0004 0E .uleb128 0xe
430 0005 13 .uleb128 0x13
431 0006 0B .uleb128 0xb
432 0007 03 .uleb128 0x3
433 0008 0E .uleb128 0xe
434 0009 1B .uleb128 0x1b
435 000a 0E .uleb128 0xe
436 000b 11 .uleb128 0x11
437 000c 01 .uleb128 0x1
438 000d 12 .uleb128 0x12
439 000e 01 .uleb128 0x1
440 000f 10 .uleb128 0x10
441 0010 06 .uleb128 0x6
442 0011 00 .byte 0x0
443 0012 00 .byte 0x0
444 0013 02 .uleb128 0x2
445 0014 24 .uleb128 0x24
446 0015 00 .byte 0x0
447 0016 0B .uleb128 0xb
448 0017 0B .uleb128 0xb
449 0018 3E .uleb128 0x3e
450 0019 0B .uleb128 0xb
451 001a 03 .uleb128 0x3
452 001b 0E .uleb128 0xe
453 001c 00 .byte 0x0
454 001d 00 .byte 0x0
455 001e 03 .uleb128 0x3
456 001f 16 .uleb128 0x16
457 0020 00 .byte 0x0
458 0021 03 .uleb128 0x3
459 0022 0E .uleb128 0xe
460 0023 3A .uleb128 0x3a
461 0024 0B .uleb128 0xb
462 0025 3B .uleb128 0x3b
463 0026 0B .uleb128 0xb
464 0027 49 .uleb128 0x49
465 0028 13 .uleb128 0x13
466 0029 00 .byte 0x0
467 002a 00 .byte 0x0
468 002b 04 .uleb128 0x4
469 002c 24 .uleb128 0x24
470 002d 00 .byte 0x0
471 002e 0B .uleb128 0xb
472 002f 0B .uleb128 0xb
473 0030 3E .uleb128 0x3e
474 0031 0B .uleb128 0xb
475 0032 03 .uleb128 0x3
476 0033 08 .uleb128 0x8
477 0034 00 .byte 0x0
478 0035 00 .byte 0x0
479 0036 05 .uleb128 0x5
BFIN GAS /tmp/ccQKVwPF.s page 10
480 0037 13 .uleb128 0x13
481 0038 01 .byte 0x1
482 0039 0B .uleb128 0xb
483 003a 05 .uleb128 0x5
484 003b 3A .uleb128 0x3a
485 003c 0B .uleb128 0xb
486 003d 3B .uleb128 0x3b
487 003e 0B .uleb128 0xb
488 003f 01 .uleb128 0x1
489 0040 13 .uleb128 0x13
490 0041 00 .byte 0x0
491 0042 00 .byte 0x0
492 0043 06 .uleb128 0x6
493 0044 0D .uleb128 0xd
494 0045 00 .byte 0x0
495 0046 03 .uleb128 0x3
496 0047 0E .uleb128 0xe
497 0048 3A .uleb128 0x3a
498 0049 0B .uleb128 0xb
499 004a 3B .uleb128 0x3b
500 004b 0B .uleb128 0xb
501 004c 49 .uleb128 0x49
502 004d 13 .uleb128 0x13
503 004e 38 .uleb128 0x38
504 004f 0A .uleb128 0xa
505 0050 00 .byte 0x0
506 0051 00 .byte 0x0
507 0052 07 .uleb128 0x7
508 0053 01 .uleb128 0x1
509 0054 01 .byte 0x1
510 0055 49 .uleb128 0x49
511 0056 13 .uleb128 0x13
512 0057 01 .uleb128 0x1
513 0058 13 .uleb128 0x13
514 0059 00 .byte 0x0
515 005a 00 .byte 0x0
516 005b 08 .uleb128 0x8
517 005c 21 .uleb128 0x21
518 005d 00 .byte 0x0
519 005e 49 .uleb128 0x49
520 005f 13 .uleb128 0x13
521 0060 2F .uleb128 0x2f
522 0061 05 .uleb128 0x5
523 0062 00 .byte 0x0
524 0063 00 .byte 0x0
525 0064 09 .uleb128 0x9
526 0065 24 .uleb128 0x24
527 0066 00 .byte 0x0
528 0067 0B .uleb128 0xb
529 0068 0B .uleb128 0xb
530 0069 3E .uleb128 0x3e
531 006a 0B .uleb128 0xb
532 006b 00 .byte 0x0
533 006c 00 .byte 0x0
534 006d 0A .uleb128 0xa
535 006e 13 .uleb128 0x13
536 006f 01 .byte 0x1
BFIN GAS /tmp/ccQKVwPF.s page 11
537 0070 0B .uleb128 0xb
538 0071 0B .uleb128 0xb
539 0072 3A .uleb128 0x3a
540 0073 0B .uleb128 0xb
541 0074 3B .uleb128 0x3b
542 0075 0B .uleb128 0xb
543 0076 01 .uleb128 0x1
544 0077 13 .uleb128 0x13
545 0078 00 .byte 0x0
546 0079 00 .byte 0x0
547 007a 0B .uleb128 0xb
548 007b 0D .uleb128 0xd
549 007c 00 .byte 0x0
550 007d 03 .uleb128 0x3
551 007e 08 .uleb128 0x8
552 007f 3A .uleb128 0x3a
553 0080 0B .uleb128 0xb
554 0081 3B .uleb128 0x3b
555 0082 0B .uleb128 0xb
556 0083 49 .uleb128 0x49
557 0084 13 .uleb128 0x13
558 0085 38 .uleb128 0x38
559 0086 0A .uleb128 0xa
560 0087 00 .byte 0x0
561 0088 00 .byte 0x0
562 0089 0C .uleb128 0xc
563 008a 0F .uleb128 0xf
564 008b 00 .byte 0x0
565 008c 0B .uleb128 0xb
566 008d 0B .uleb128 0xb
567 008e 00 .byte 0x0
568 008f 00 .byte 0x0
569 0090 0D .uleb128 0xd
570 0091 21 .uleb128 0x21
571 0092 00 .byte 0x0
572 0093 49 .uleb128 0x49
573 0094 13 .uleb128 0x13
574 0095 2F .uleb128 0x2f
575 0096 0B .uleb128 0xb
576 0097 00 .byte 0x0
577 0098 00 .byte 0x0
578 0099 0E .uleb128 0xe
579 009a 2E .uleb128 0x2e
580 009b 00 .byte 0x0
581 009c 3F .uleb128 0x3f
582 009d 0C .uleb128 0xc
583 009e 03 .uleb128 0x3
584 009f 0E .uleb128 0xe
585 00a0 3A .uleb128 0x3a
586 00a1 0B .uleb128 0xb
587 00a2 3B .uleb128 0x3b
588 00a3 0B .uleb128 0xb
589 00a4 27 .uleb128 0x27
590 00a5 0C .uleb128 0xc
591 00a6 49 .uleb128 0x49
592 00a7 13 .uleb128 0x13
593 00a8 11 .uleb128 0x11
BFIN GAS /tmp/ccQKVwPF.s page 12
594 00a9 01 .uleb128 0x1
595 00aa 12 .uleb128 0x12
596 00ab 01 .uleb128 0x1
597 00ac 40 .uleb128 0x40
598 00ad 06 .uleb128 0x6
599 00ae 00 .byte 0x0
600 00af 00 .byte 0x0
601 00b0 0F .uleb128 0xf
602 00b1 34 .uleb128 0x34
603 00b2 00 .byte 0x0
604 00b3 03 .uleb128 0x3
605 00b4 0E .uleb128 0xe
606 00b5 3A .uleb128 0x3a
607 00b6 0B .uleb128 0xb
608 00b7 3B .uleb128 0x3b
609 00b8 0B .uleb128 0xb
610 00b9 49 .uleb128 0x49
611 00ba 13 .uleb128 0x13
612 00bb 3F .uleb128 0x3f
613 00bc 0C .uleb128 0xc
614 00bd 02 .uleb128 0x2
615 00be 0A .uleb128 0xa
616 00bf 00 .byte 0x0
617 00c0 00 .byte 0x0
618 00c1 10 .uleb128 0x10
619 00c2 35 .uleb128 0x35
620 00c3 00 .byte 0x0
621 00c4 49 .uleb128 0x49
622 00c5 13 .uleb128 0x13
623 00c6 00 .byte 0x0
624 00c7 00 .byte 0x0
625 00c8 00 .byte 0x0
626 .section .debug_pubnames,"",@progbits
627 0000 23000000 .4byte 0x23
628 0004 0200 .2byte 0x2
629 0006 00000000 .4byte .Ldebug_info0
630 000a 79020000 .4byte 0x279
631 000e 48020000 .4byte 0x248
632 0012 6D61696E .string "main"
632 00
633 0017 61020000 .4byte 0x261
634 001b 675F7374 .string "g_state"
634 61746500
635 0023 00000000 .4byte 0x0
636 .section .debug_aranges,"",@progbits
637 0000 1C000000 .4byte 0x1c
638 0004 0200 .2byte 0x2
639 0006 00000000 .4byte .Ldebug_info0
640 000a 04 .byte 0x4
641 000b 00 .byte 0x0
642 000c 0000 .2byte 0x0
643 000e 0000 .2byte 0x0
644 0010 00000000 .4byte .Ltext0
645 0014 12000000 .4byte .Letext0-.Ltext0
646 0018 00000000 .4byte 0x0
647 001c 00000000 .4byte 0x0
648 .section .debug_str,"MS",@progbits,1
BFIN GAS /tmp/ccQKVwPF.s page 13
649 .LASF27:
650 0000 76616C69 .string "valid"
650 6400
651 .LASF15:
652 0006 72657375 .string "result"
652 6C7400
653 .LASF35:
654 000d 474E5520 .string "GNU C 4.3.5"
654 4320342E
654 332E3500
655 .LASF2:
656 0019 73686F72 .string "short int"
656 7420696E
656 7400
657 .LASF30:
658 0023 696E5F6C .string "in_lb"
658 6200
659 .LASF38:
660 0029 6D61696E .string "main"
660 00
661 .LASF39:
662 002e 675F7374 .string "g_state"
662 61746500
663 .LASF20:
664 0036 66756C6C .string "full_size"
664 5F73697A
664 6500
665 .LASF9:
666 0040 6C6F6E67 .string "long long int"
666 206C6F6E
666 6720696E
666 7400
667 .LASF6:
668 004e 6C6F6E67 .string "long int"
668 20696E74
668 00
669 .LASF31:
670 0057 6F75745F .string "out_lb"
670 6C6200
671 .LASF21:
672 005e 61646472 .string "addr"
672 00
673 .LASF26:
674 0063 6E657874 .string "next_descr"
674 5F646573
674 637200
675 .LASF18:
676 006e 745F6C35 .string "t_l502_bf_cmd"
676 30325F62
676 665F636D
676 6400
677 .LASF16:
678 007c 64617461 .string "data_size"
678 5F73697A
678 6500
679 .LASF1:
680 0086 756E7369 .string "unsigned char"
BFIN GAS /tmp/ccQKVwPF.s page 14
680 676E6564
680 20636861
680 7200
681 .LASF0:
682 0094 7369676E .string "signed char"
682 65642063
682 68617200
683 .LASF19:
684 00a0 666C6167 .string "flags"
684 7300
685 .LASF10:
686 00a6 6C6F6E67 .string "long long unsigned int"
686 206C6F6E
686 6720756E
686 7369676E
686 65642069
687 .LASF7:
688 00bd 75696E74 .string "uint32_t"
688 33325F74
688 00
689 .LASF11:
690 00c6 756E7369 .string "unsigned int"
690 676E6564
690 20696E74
690 00
691 .LASF4:
692 00d3 75696E74 .string "uint16_t"
692 31365F74
692 00
693 .LASF32:
694 00dc 745F6864 .string "t_hdma_descr_arr"
694 6D615F64
694 65736372
694 5F617272
694 00
695 .LASF12:
696 00ed 636F6465 .string "code"
696 00
697 .LASF14:
698 00f2 70617261 .string "param"
698 6D00
699 .LASF3:
700 00f8 73686F72 .string "short unsigned int"
700 7420756E
700 7369676E
700 65642069
700 6E7400
701 .LASF13:
702 010b 73746174 .string "status"
702 757300
703 .LASF28:
704 0112 75646174 .string "udata"
704 6100
705 .LASF22:
706 0118 78636E74 .string "xcnt"
706 00
707 .LASF5:
BFIN GAS /tmp/ccQKVwPF.s page 15
708 011d 696E7433 .string "int32_t"
708 325F7400
709 .LASF23:
710 0125 786D6F64 .string "xmod"
710 00
711 .LASF17:
712 012a 64617461 .string "data"
712 00
713 .LASF33:
714 012f 68646D61 .string "hdma"
714 00
715 .LASF37:
716 0134 2F686F6D .string "/home/feda/MIPT/RadioPhotonic_Subserface_radar/ADC_computing/BFfirmware_0"
716 652F6665
716 64612F4D
716 4950542F
716 52616469
717 .LASF29:
718 017e 745F6864 .string "t_hdma_stream_descr"
718 6D615F73
718 74726561
718 6D5F6465
718 73637200
719 .LASF8:
720 0192 6C6F6E67 .string "long unsigned int"
720 20756E73
720 69676E65
720 6420696E
720 7400
721 .LASF24:
722 01a4 79636E74 .string "ycnt"
722 00
723 .LASF34:
724 01a9 745F6C35 .string "t_l502_board_state"
724 30325F62
724 6F617264
724 5F737461
724 746500
725 .LASF25:
726 01bc 796D6F64 .string "ymod"
726 00
727 .LASF36:
728 01c1 7372632F .string "src/main.c"
728 6D61696E
728 2E6300
729 .ident "GCC: (ADI-2014R1-RC2) 4.3.5"
BFIN GAS /tmp/ccQKVwPF.s page 16
DEFINED SYMBOLS
*ABS*:0000000000000000 src/main.c
/tmp/ccQKVwPF.s:13 .text:0000000000000000 _main
/tmp/ccQKVwPF.s:34 board_state:0000000000000000 _g_state
UNDEFINED SYMBOLS
_l502_init
_l502_cmd_check_req
_stream_proc