blob: c475e9672e928229eaf03ddb14001e0df1d05077 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*
2 * Common module linker script, always used when linking a module.
3 * Archs are free to supply their own linker scripts. ld will
4 * combine them automatically.
5 */
6SECTIONS {
7 /DISCARD/ : { *(.discard) }
8
9 .text 0: {
10 cpko_text_start = .;
11 /* 1 as_gsm */
12 /* 1.1 com */
13 *(.ps_2g_func)
14 __gsm_modem_section_end = .;
15 *ctypes.o(.text)
16 *ms.o(.text)
17 *ms_decode_freq.o(.text)
18 *ms_hwtrc.o(.text)
19 *ms_inspect.o(.text)
20 *ms_interface.o(.text)
21 *ms_msg_gprs_cnt.o(.text)
22 *ms_msg_ll_sn.o(.text)
23 *ms_msg_sn_ir.o(.text)
24 *ms_os_pool.o(.text)
25 *ms_radioblock.o(.text)
26 *sctpred.o(.text)
27 *zps_gas_sigtrace.o(.text)
28 *zps_gsm_com.o(.text)
29 *zps_pack_common.o(.text)
30 *zps_pack_gmac.o(.text)
31 *zps_pack_grlc.o(.text)
32 *zps_pack_grr.o(.text)
33 *zps_pack_lapdm.o(.text)
34 *zps_pack_llc.o(.text)
35 *zps_pack_rr.o(.text)
36 *zps_pack_sndcp.o(.text)
37 /* 1.2 gmac */
38 *mac.o(.text)
39 *mac_ap.o(.text)
40 *mac_am.o(.text)
41 *mac_com.o(.text)
42 *mac_drop.o(.text)
43 *mac_free.o(.text)
44 *mac_create_message.o(.text)
45 *mac_pdlan.o(.text)
46 *mac_control_queue.o(.text)
47 *mac_debug_decoders.o(.text)
48 *mac_decoders.o(.text)
49 *mac_dt.o(.text)
50 *mac_edt.o(.text)
51 *mac_im.o(.text)
52 *mac_polling_callback_functions.o(.text)
53 *mac_polling_queue.o(.text)
54 *zps_gmac_psho.o(.text)
55 *mac_sm.o(.text)
56 *mac_tm.o(.text)
57 *mac_ut.o(.text)
58 /* 1.3 grlc
59 *rlc.o(.text)
60 *rlc_atc.o(.text)
61 *rlc_downlink_object.o(.text)
62 *rlc_downlink_tbf_param.o(.text)
63 *rlc_downlink_transfer.o(.text)
64 *rlc_op1.o(.text)
65 *rlc_op1e.o(.text)
66 *rlc_op2.o(.text)
67 *rlc_op3.o(.text)
68 *rlc_op4.o(.text)
69 *rlc_op5.o(.text)
70 *rlc_uplink_object.o(.text)
71 *zps_grlc_psho.o(.text) */
72 /* 1.4 grr */
73 *grr_1.o(.text)
74 *grr_2.o(.text)
75 *grr_dtm_op1.o(.text)
76 *grr_ir_op1.o(.text)
77 *grr_op1.o(.text)
78 *grr_op2.o(.text)
79 *grr_op3.o(.text)
80 *grr_op4.o(.text)
81 *grr_op5.o(.text)
82 *grr_op6.o(.text)
83 *grr_op7.o(.text)
84 *grr_op8.o(.text)
85 *grr_op9.o(.text)
86 *grr_op18.o(.text)
87 /* 1.5 gsma */
88 *zps_gsma_com.o(.text)
89 *zps_gsma_grrgrrc.o(.text)
90 *zps_gsma_main.o(.text)
91 *zps_gsma_uplane.o(.text)
92 *zps_gsma_urrcnas.o(.text)
93 /* 1.6 rrc */
94 *rrc.o(.text)
95 *rrc_dtm_op1.o(.text)
96 *rrc_ir_op1.o(.text)
97 *rrc_op1.o(.text)
98 *rrc_op2.o(.text)
99 *rrc_op3.o(.text)
100 *rrc_op4.o(.text)
101 *rrc_op5.o(.text)
102 /* 1.7 lapdm */
103 *dll.o(.text)
104 *dll_op1.o(.text)
105 *l2.o(.text)
106 *zps_lapdm_common.o(.text)
107 /* 1.8 llc */
108 *llc.o(.text)
109 *llc_ack.o(.text)
110 *llc_glob.o(.text)
111 *llc_if_hw.o(.text)
112 *llc_if_rlc.o(.text)
113 *llc_uack.o(.text)
114 *llc_xid.o(.text)
115 *lle_op2.o(.text)
116 /* 1.9 rrop */
117 *rr_ir_op1.o(.text)
118 *rr_op1.o(.text)
119 *rr_op2.o(.text)
120 *rr_op3.o(.text)
121 *rr_op4.o(.text)
122 *rr_op5.o(.text)
123 /* 1.10 sndcp */
124 *rfc1144.o(.text)
125 *snp.o(.text)
126 *snp_ack_d.o(.text)
127 *snp_ack_u.o(.text)
128 *snp_com.o(.text)
129 *snp_dc.o(.text)
130 *snp_gc.o(.text)
131 *snp_glob.o(.text)
132 *snp_hc.o(.text)
133 *snp_msg.o(.text)
134 *snp_opl.o(.text)
135 *snp_opl_dc.o(.text)
136 *snp_opl_hc.o(.text)
137 *snp_opp.o(.text)
138 *snp_pc.o(.text)
139 *snp_uack_d.o(.text)
140 *snp_uack_u.o(.text)
141 *snp_xc.o(.text)
142 *snp_xid.o(.text)
143
144 /* 2 as_utran */
145 . = ALIGN(4096);
146 __utran_modem_text_start = .;
147 *(.ps_3g_func)
148 __utran_modem_section_end = .;
149 /* 2.1 ul1t */
150 /* 2.1.1 l1t */
151 *zps_l1t_camp.o(.text)
152 *zps_l1t_fach.o(.text)
153 *zps_l1t_hsupa.o(.text)
154 *zps_l1t_l1u_com.o(.text)
155 *zps_l1t_l1u_irat_misc.o(.text)
156 *zps_l1t_l1ud_meas.o(.text)
157 *zps_l1t_meas.o(.text)
158 *zps_l1t_meas_gap.o(.text)
159 *zps_l1t_meas_gsm.o(.text)
160 *zps_l1t_meas_lte.o(.text)
161 *zps_l1t_meas_tstamp.o(.text)
162 *zps_l1t_meas_w.o(.text)
163 *zps_l1t_pub.o(.text)
164 *zps_l1tl_dpch.o(.text)
165 *zps_l1tl_hsdpa.o(.text)
166 *zps_l1tl_pch.o(.text)
167 /* 2.2 ul2_up */
168 /* 2.2.1 u_mac */
169 *umacc.o(.text)
170 *umaccallback.o(.text)
171 *umacdl.o(.text)
172 *umacedcp.o(.text)
173 *umacehs.o(.text)
174 *umachsdpa.o(.text)
175 *umachsupa.o(.text)
176 *umaci.o(.text)
177 *umacmcr.o(.text)
178 *umactimer.o(.text)
179 *umacul.o(.text)
180 /* 2.2.2 u_rlc */
181 *zps_urlc_buffer.o(.text)
182 *zps_urlc_cipher.o(.text)
183 *zps_urlc_com.o(.text)
184 *zps_urlc_csoverpa_buf.o(.text)
185 *zps_urlc_dl.o(.text)
186 *zps_urlc_dl_cfg.o(.text)
187 *zps_urlc_dl_ctrlpdu.o(.text)
188 *zps_urlc_dl_edcp.o(.text)
189 *zps_urlc_dl_pdu.o(.text)
190 *zps_urlc_dl_sdu.o(.text)
191 *zps_urlc_main.o(.text)
192 *zps_urlc_timer.o(.text)
193 *zps_urlc_trace.o(.text)
194 *zps_urlc_ul.o(.text)
195 *zps_urlc_ul_cfg.o(.text)
196 *zps_urlc_ul_ctrlpdu.o(.text)
197 *zps_urlc_ul_edcp.o(.text)
198 *zps_urlc_ul_pdu.o(.text)
199 *zps_urlc_ul_sdu.o(.text)
200 /* 2.3 urrc */
201 /* 2.3.1 u_cer */
202 *urrc_cer_accesscontrol.o(.text)
203 *urrc_cer_commonfunc.o(.text)
204 *urrc_cer_connstateproc.o(.text)
205 *urrc_cer_etwsproc.o(.text)
206 *urrc_cer_fdduecapabilityproc.o(.text)
207 *urrc_cer_interfacefunc.o(.text)
208 *urrc_cer_linktable.o(.text)
209 *urrc_cer_mainctrl.o(.text)
210 *urrc_cer_pubuecapabilityproc.o(.text)
211 *urrc_cer_rrcconnrel.o(.text)
212 *urrc_cer_rrcconnsetup.o(.text)
213 *urrc_cer_sec_cc.o(.text)
214 *urrc_cer_sec_ciph.o(.text)
215 *urrc_cer_sec_f9.o(.text)
216 *urrc_cer_sec_ip.o(.text)
217 *urrc_cer_sec_pub.o(.text)
218 *urrc_cer_sec_res.o(.text)
219 *urrc_cer_sec_smc.o(.text)
220 *urrc_cer_sec_start.o(.text)
221 *urrc_cer_tdduecapabilityproc.o(.text)
222 /* 2.3.2 u_cmr */
223 *urrc_cmr_fun.o(.text)
224 /* 2.3.3 u_csr */
225 *urrc_csr_entry.o(.text)
226 *urrc_csr_externfunc.o(.text)
227 *urrc_csr_pubfunc.o(.text)
228 *urrc_csr_pubproc.o(.text)
229 *urrc_csr_sendmsgfunc.o(.text)
230 *urrc_csr_start.o(.text)
231 *urrc_csr_storemng.o(.text)
232 *urrc_csr_waitbchopen.o(.text)
233 *urrc_csr_waitcellsearch.o(.text)
234 *urrc_csr_waitgetrf.o(.text)
235 *urrc_csr_waitinactive.o(.text)
236 *urrc_csr_waitiratcamp.o(.text)
237 *urrc_csr_waitiratcco.o(.text)
238 *urrc_csr_waitiratho.o(.text)
239 *urrc_csr_waitl1rel.o(.text)
240 *urrc_csr_waitl1rsrc.o(.text)
241 *urrc_csr_waitrbcho.o(.text)
242 *urrc_csr_waitrsrcfree.o(.text)
243 *urrc_csr_waitscanrssi.o(.text)
244 *urrc_csr_waitumacind.o(.text)
245 /* 2.3.4 u_mcr */
246 *umac_mcr_delmeas.o(.text)
247 *umac_mcr_distribute.o(.text)
248 *umac_mcr_evaluate.o(.text)
249 *umac_mcr_main.o(.text)
250 *umac_mcr_measrepind.o(.text)
251 *umac_mcr_rrcmsg.o(.text)
252 *umac_mcr_timer_expiry.o(.text)
253 *umac_mcr_unite.o(.text)
254 *urrc_mcr_cellreselect.o(.text)
255 *urrc_mcr_cellreselect_r8later.o(.text)
256 *urrc_mcr_common.o(.text)
257 *urrc_mcr_delmeas.o(.text)
258 *urrc_mcr_distribute.o(.text)
259 *urrc_mcr_evaluate.o(.text)
260 *urrc_mcr_gapcfg.o(.text)
261 *urrc_mcr_main.o(.text)
262 *urrc_mcr_mainstates.o(.text)
263 *urrc_mcr_mc_proc.o(.text)
264 *urrc_mcr_mcunite.o(.text)
265 *urrc_mcr_measreport.o(.text)
266 *urrc_mcr_measrst.o(.text)
267 *urrc_mcr_outputlog.o(.text)
268 *urrc_mcr_read_sib11.o(.text)
269 *urrc_mcr_read_sib12.o(.text)
270 *urrc_mcr_read_sib18.o(.text)
271 *urrc_mcr_read_sib19.o(.text)
272 *urrc_mcr_startmeas.o(.text)
273 *urrc_mcr_storemacmc.o(.text)
274 *urrc_mcr_sysinfo_change.o(.text)
275 *urrc_mcr_tdd_read_sib11.o(.text)
276 *urrc_mcr_timer_expiry.o(.text)
277 /* 2.3.5 u_mtc */
278 *urrc_mtc_func.o(.text)
279 *urrc_mtc_init.o(.text)
280 *utran_data_convert_main.o(.text)
281 /* 2.3.6 u_rbc */
282 *urrc_rbc_build_rlc_cfg.o(.text)
283 *urrc_rbc_cell_change_order.o(.text)
284 *urrc_rbc_cfg_efach.o(.text)
285 *urrc_rbc_cfg_fach.o(.text)
286 *urrc_rbc_cfg_pch.o(.text)
287 *urrc_rbc_cfg_prach_sccpch_state.o(.text)
288 *urrc_rbc_common.o(.text)
289 *urrc_rbc_db_function.o(.text)
290 *urrc_rbc_db_rb_function.o(.text)
291 *urrc_rbc_db_trch_function.o(.text)
292 *urrc_rbc_dch_cfg.o(.text)
293 *urrc_rbc_default_cfg.o(.text)
294 *urrc_rbc_fach_multiplexing_option_select.o(.text)
295 *urrc_rbc_fdd_build_mac_cfg.o(.text)
296 *urrc_rbc_fdd_build_phy_cfg.o(.text)
297 *urrc_rbc_fdd_cfg_cbs.o(.text)
298 *urrc_rbc_fdd_cfg_efach.o(.text)
299 *urrc_rbc_fdd_cfg_fach.o(.text)
300 *urrc_rbc_fdd_cfg_pch.o(.text)
301 *urrc_rbc_fdd_common.o(.text)
302 *urrc_rbc_fdd_db_phy_function.o(.text)
303 *urrc_rbc_fdd_dch_cfg.o(.text)
304 *urrc_rbc_fdd_ie_store_phy.o(.text)
305 *urrc_rbc_fdd_rb_control.o(.text)
306 *urrc_rbc_fdd_rb_control_store_res.o(.text)
307 *urrc_rbc_ho_from_utran.o(.text)
308 *urrc_rbc_ho_to_utran.o(.text)
309 *urrc_rbc_ie_operation.o(.text)
310 *urrc_rbc_ie_store_rb.o(.text)
311 *urrc_rbc_ie_store_trch.o(.text)
312 *urrc_rbc_initial_state.o(.text)
313 *urrc_rbc_main.o(.text)
314 *urrc_rbc_msg_ie_map.o(.text)
315 *urrc_rbc_rb_control.o(.text)
316 *urrc_rbc_tdd_build_mac_cfg.o(.text)
317 *urrc_rbc_tdd_build_phy_cfg.o(.text)
318 *urrc_rbc_tdd_cfg_cbs.o(.text)
319 *urrc_rbc_tdd_cfg_efach.o(.text)
320 *urrc_rbc_tdd_cfg_fach.o(.text)
321 *urrc_rbc_tdd_cfg_pch.o(.text)
322 *urrc_rbc_tdd_common.o(.text)
323 *urrc_rbc_tdd_db_phy_function.o(.text)
324 *urrc_rbc_tdd_dch_cfg.o(.text)
325 *urrc_rbc_tdd_ie_store_phy.o(.text)
326 *urrc_rbc_tdd_rb_control.o(.text)
327 *urrc_rbc_tdd_rb_control_store_res.o(.text)
328 *urrc_rbc_validity_check_main.o(.text)
329 *urrc_rbc_validity_check_phych_ie.o(.text)
330 *urrc_rbc_validity_check_rb_ie.o(.text)
331 *urrc_rbc_validity_check_trch_ie.o(.text)
332 *urrc_rbc_validity_check_ue_capability.o(.text)
333 *urrc_rbc_wait_cmr_ack_state.o(.text)
334 *urrc_rbc_wait_csr_ack_state.o(.text)
335 *urrc_rbc_wait_cu_in_cfg_rlc_ack_state.o(.text)
336 *urrc_rbc_wait_l2_phy_cfg_state.o(.text)
337 *urrc_rbc_wait_mac_act_ind_state.o(.text)
338 *urrc_rbc_wait_pdcp_reloc_cnf_state.o(.text)
339 *urrc_rbc_wait_rlc_ack_state.o(.text)
340 /* 2.3.7 u_sir */
341 *urrc_sir_bchdata.o(.text)
342 *urrc_sir_bchproc.o(.text)
343 *urrc_sir_db.o(.text)
344 *urrc_sir_hipricellsel_master.o(.text)
345 *urrc_sir_hipricellsel_pub.o(.text)
346 *urrc_sir_hipricellsel_slave.o(.text)
347 *urrc_sir_int.o(.text)
348 *urrc_sir_main.o(.text)
349 *urrc_sir_msghdl.o(.text)
350 *urrc_sir_ncellsel.o(.text)
351 *urrc_sir_plmnlist_master.o(.text)
352 *urrc_sir_plmnlist_pub.o(.text)
353 *urrc_sir_plmnlist_slave.o(.text)
354 *urrc_sir_pub.o(.text)
355 *urrc_sir_readcgi.o(.text)
356 *urrc_sir_readncell.o(.text)
357 *urrc_sir_readpredefconf.o(.text)
358 *urrc_sir_scellupdate.o(.text)
359 *urrc_sir_send.o(.text)
360 *urrc_sir_sibhdl.o(.text)
361 *urrc_sir_sicontainer.o(.text)
362 /* 2.4 wl1w */
363 /* 2.4.1 l1w */
364 *l1w_camp.o(.text)
365 *l1w_fach.o(.text)
366 *l1w_hsupa.o(.text)
367 *l1w_meas.o(.text)
368 *l1w_meas_gap.o(.text)
369 *l1w_meas_gsm.o(.text)
370 *l1w_meas_lte.o(.text)
371 *l1w_meas_td.o(.text)
372 *l1w_meas_tstamp.o(.text)
373 *l1w_pub.o(.text)
374 *l1wl_dpch.o(.text)
375 *l1wl_hsdpa.o(.text)
376 *l1wl_pch.o(.text)
377 /* 2.5 wl2_up */
378 /* 2.5.1 w_mac */
379 *wmac_cfg_list.o(.text)
380 *wmac_com.o(.text)
381 *wmac_dl_func.o(.text)
382 *wmac_dl_lcf.o(.text)
383 *wmac_dl_tcf.o(.text)
384 *wmac_drv_func.o(.text)
385 *wmac_dtx_drx_func.o(.text)
386 *wmac_l1w_func.o(.text)
387 *wmac_meas_func.o(.text)
388 *wmac_rach_func.o(.text)
389 *wmac_ring.o(.text)
390 *wmac_rnti.o(.text)
391 *wmac_sci_func.o(.text)
392 *wmac_thread.o(.text)
393 *wmac_timer.o(.text)
394 *wmac_trace.o(.text)
395 *wmac_ul_func.o(.text)
396 *wmac_ul_lcf.o(.text)
397 *wmac_upa_func.o(.text)
398 *wmac_upa_grant.o(.text)
399 *wmac_upa_harq.o(.text)
400 *wmac_wrrc_func.o(.text)
401 *wmacdl.o(.text)
402 *wmacdpa.o(.text)
403 *wmacedcp.o(.text)
404 *wmacpowctrl.o(.text)
405 *wmactfcsel.o(.text)
406 *wmacul.o(.text)
407 *wmacupaetfcres.o(.text)
408 *wmacupaetfcsel.o(.text)
409 *wmacupasi.o(.text)
410 /* 2.5.2 w_rlc */
411 *wrlc_buffer.o(.text)
412 *wrlc_cipher.o(.text)
413 *wrlc_com.o(.text)
414 *wrlc_csoverpa_buf.o(.text)
415 *wrlc_discard_time.o(.text)
416 *wrlc_dl.o(.text)
417 *wrlc_dl_cfg.o(.text)
418 *wrlc_dl_ctrlpdu.o(.text)
419 *wrlc_dl_edcp.o(.text)
420 *wrlc_dl_pdu.o(.text)
421 *wrlc_dl_sdu.o(.text)
422 *wrlc_log.o(.text)
423 *wrlc_main.o(.text)
424 *wrlc_timer.o(.text)
425 *wrlc_trace.o(.text)
426 *wrlc_ul.o(.text)
427 *wrlc_ul_cfg.o(.text)
428 *wrlc_ul_ctrlpdu.o(.text)
429 *wrlc_ul_edcp.o(.text)
430 *wrlc_ul_pdcp_sdu_proc.o(.text)
431 *wrlc_ul_pdu.o(.text)
432 *wrlc_ul_rrc_sdu_proc.o(.text)
433 *wrlc_ul_sdu.o(.text)
434
435 /* 3 as_lte */
436 . = ALIGN(4096);
437 __lte_modem_text_start = .;
438 /* 3.1 el2_up */
439 /* 3.1.1 el2_com */
440 *(.ps_4g_func)
441 __lte_modem_section_end = .;
442 *aes.o(.text)
443 *f8.o(.text)
444 *f9.o(.text)
445 *lte_l2_logoutput.o(.text)
446 *lte_l2_roadtest.o(.text)
447 *lte_userplane_hw_int.o(.text)
448 *lte_userplane_main.o(.text)
449 *snow3g.o(.text)
450 *zuc.o(.text)
451 /* 3.1.2 eu_mac */
452 *eumac_com.o(.text)
453 *eumac_ephy_func.o(.text)
454 *eumac_eurrc_func.o(.text)
455 *eumacdl_func.o(.text)
456 *eumacul_config_func.o(.text)
457 *eumacul_func.o(.text)
458 *eumacul_ra_func.o(.text)
459 *eumacul_timer_func.o(.text)
460 /* 3.1.3 eu_pdcp */
461 *epdcp.o(.text)
462 *epdcp_cipher_integrity.o(.text)
463 *epdcp_downlink_process.o(.text)
464 *epdcp_func.o(.text)
465 *epdcp_loop_test.o(.text)
466 *epdcp_mem_pool.o(.text)
467 *epdcp_process_msg.o(.text)
468 *epdcp_rb_config.o(.text)
469 *epdcp_reestablish.o(.text)
470 *epdcp_table.o(.text)
471 *epdcp_uplink_process.o(.text)
472 /* 3.1.4 eu_rlc */
473 *eurlc_func.o(.text)
474 *eurlc_pool.o(.text)
475 *eurlcdl.o(.text)
476 *eurlcdl_config.o(.text)
477 *eurlcdl_process_data.o(.text)
478 *eurlcdl_reestablish.o(.text)
479 *eurlcdl_timer.o(.text)
480 *eurlcul.o(.text)
481 *eurlcul_config.o(.text)
482 *eurlcul_process_data.o(.text)
483 *eurlcul_reestablish.o(.text)
484 *eurlcul_timer.o(.text)
485 /* 3.1.5 mel2 */
486 *mel2_func.o(.text)
487 /* 3.2 eudbg */
488 *eudbg.o(.text)
489 /* 3.3 eurrc */
490 /* 3.3.1 eu_asn1 */
491 *eperbasiccdec.o(.text)
492 *epercdec.o(.text)
493 *eperdemain.o(.text)
494 *eperenmain.o(.text)
495 *eurrccdec_complex.o(.text)
496 *eurrccdec_complexmember.o(.text)
497 *eurrccdec_defaultvalue.o(.text)
498 *eurrccdec_simple.o(.text)
499 *eurrccdec0.o(.text)
500 *zps_eurrc_asn1_basic.o(.text)
501 /* 3.3.2 eu_cer */
502 *eucer.o(.text)
503 *eucer_asc_cfg_func.o(.text)
504 *eucer_build_peer_msg_func.o(.text)
505 *eucer_db_connection_func.o(.text)
506 *eucer_db_framework_func.o(.text)
507 *eucer_db_mac_func.o(.text)
508 *eucer_db_meas_func.o(.text)
509 *eucer_db_phy_func.o(.text)
510 *eucer_db_rb_func.o(.text)
511 *eucer_db_security_func.o(.text)
512 *eucer_db_state_func.o(.text)
513 *eucer_eucsr_cfg_func.o(.text)
514 *eucer_eumac_cfg_func.o(.text)
515 *eucer_eumcr_cfg_func.o(.text)
516 *eucer_eupdcp_cfg_func.o(.text)
517 *eucer_euphy_cfg_func.o(.text)
518 *eucer_eurlc_cfg_func.o(.text)
519 *eucer_ie_cfg_func.o(.text)
520 *eucer_ie_map_func.o(.text)
521 *eucer_msg_handling_func.o(.text)
522 *eucer_msg_send_func.o(.text)
523 *eucer_prds_cco_to_irat.o(.text)
524 *eucer_prds_cco_to_lte.o(.text)
525 *eucer_prds_config_sublayer.o(.text)
526 *eucer_prds_counter_check.o(.text)
527 *eucer_prds_dl_info_transfer.o(.text)
528 *eucer_prds_ephy_inactive.o(.text)
529 *eucer_prds_eurrc_inactive.o(.text)
530 *eucer_prds_handover.o(.text)
531 *eucer_prds_ho_to_irat.o(.text)
532 *eucer_prds_ho_to_lte.o(.text)
533 *eucer_prds_leave_conn_for_idle.o(.text)
534 *eucer_prds_mbms_func.o(.text)
535 *eucer_prds_rrc_conn_est.o(.text)
536 *eucer_prds_rrc_conn_reconfig.o(.text)
537 *eucer_prds_rrc_conn_reest.o(.text)
538 *eucer_prds_rrc_conn_rel.o(.text)
539 *eucer_prds_rrc_conn_rel_by_nas.o(.text)
540 *eucer_prds_security_mode_cmd.o(.text)
541 *eucer_prds_selfHo_func.o(.text)
542 *eucer_prds_tgtchcfg_func.o(.text)
543 *eucer_prds_ue_cap_enq.o(.text)
544 *eucer_prds_ue_info_req.o(.text)
545 *eucer_prds_ul_info_transfer.o(.text)
546 *eucer_test.o(.text)
547 *eucer_timer_handling_func.o(.text)
548 /* 3.3.3 eu_csr */
549 *eucsr.o(.text)
550 *eucsr_collision_proc.o(.text)
551 *eucsr_common_func.o(.text)
552 *eucsr_data_typedef.o(.text)
553 *eucsr_interface.o(.text)
554 *eucsr_msg_handling.o(.text)
555 *eucsr_msg_sending.o(.text)
556 *eucsr_procedure_func.o(.text)
557 *eucsr_tpch_handling_func.o(.text)
558 /* 3.3.4 eu_mcr */
559 *eumcr.o(.text)
560 *eumcr_cell_fun.o(.text)
561 *eumcr_db_fun.o(.text)
562 *eumcr_irat_config.o(.text)
563 *eumcr_irat_report.o(.text)
564 *eumcr_irat_resel.o(.text)
565 *eumcr_irat_result.o(.text)
566 *eumcr_l1_config.o(.text)
567 *eumcr_l1_irat_config.o(.text)
568 *eumcr_l1_results.o(.text)
569 *eumcr_meas_config.o(.text)
570 *eumcr_meas_report.o(.text)
571 *eumcr_msg_handling.o(.text)
572 *eumcr_resel.o(.text)
573 *eumcr_send_msg.o(.text)
574 *eumcr_timer_fun.o(.text)
575 *eumcr_utils_fun.o(.text)
576 /* 3.3.5 eu_mtc */
577 *eurrc.o(.text)
578 *eurrc_func.o(.text)
579 /* 3.3.6 eu_mtc */
580 *eurrc.o(.text)
581 *eurrc_func.o(.text)
582 /* 3.3.7 eu_sir */
583 *eusir.o(.text)
584 *eusir_interface.o(.text)
585 *eusir_sibhdl.o(.text)
586 /* 3.4 l1e */
587 *l1e.o(.text)
588 *l1e_bch.o(.text)
589 *l1e_com.o(.text)
590 *l1e_csr.o(.text)
591 *l1e_gsm_irat_meas.o(.text)
592 *l1e_mon.o(.text)
593 *l1e_msg_handle.o(.text)
594 *l1e_ps_ephy_comm.o(.text)
595 *l1e_rach.o(.text)
596 *l1e_sup_meas.o(.text)
597 *l1e_td_irat_meas.o(.text)
598 *l1e_time_func.o(.text)
599 *l1e_tstamp.o(.text)
600 *l1e_w_irat_meas.o(.text)
601
602 /* 4 as_com */
603 . = ALIGN(4096);
604 __comm_modem_text_start = .;
605 *(.ps_comm_func)
606 __comm_modem_section_end = .;
607 /* 4.1 com */
608 *ascom.o(.text)
609 /* 4.2 asc */
610 *zps_asc_camplostcov.o(.text)
611 *zps_asc_cco.o(.text)
612 *zps_asc_com.o(.text)
613 *zps_asc_ho.o(.text)
614 *zps_asc_hplmn.o(.text)
615 *zps_asc_main.o(.text)
616 *zps_asc_plmncsg.o(.text)
617 *zps_asc_reseldirect.o(.text)
618 /* 4.3 asn1 */
619 *perbasiccdec.o(.text)
620 *percdec.o(.text)
621 *perdemain.o(.text)
622 *perenmain.o(.text)
623 *urrccdec0.o(.text)
624 *urrcintchk.o(.text)
625 *urrcmsrach.o(.text)
626 *urrcsysinfocont.o(.text)
627 *zps_urrc_asn1_basic.o(.text)
628 *zps_urrc_asn1_complex.o(.text)
629 *zps_urrc_asn1_complexmember.o(.text)
630 *zps_urrc_asn1_defval.o(.text)
631 *zps_urrc_asn1_simple.o(.text)
632 /* 4.4 pdcp */
633 *zps_updcp_cfg.o(.text)
634 *zps_updcp_com.o(.text)
635 *zps_updcp_ctrl.o(.text)
636 *zps_updcp_dl.o(.text)
637 *zps_updcp_dl_buf.o(.text)
638 *zps_updcp_hc.o(.text)
639 *zps_updcp_rabm.o(.text)
640 *zps_updcp_reloc.o(.text)
641 *zps_updcp_ul.o(.text)
642 /* 4.5 pdi */
643 *zps_pdi_looptest.o(.text)
644 *zps_pdi_main.o(.text)
645 *zps_pdi_sellstat.o(.text)
646 /* 4.6 rohc */
647 /* 4.6.1 rohcadaptor */
648 *zps_rohcadaptor.o(.text)
649 /* 4.6.2 rohcv1 */
650 *zps_rohcv1_codec.o(.text)
651 *zps_rohcv1_common.o(.text)
652 *zps_rohcv1_compctrl.o(.text)
653 *zps_rohcv1_comppktanalyse.o(.text)
654 *zps_rohcv1_crc.o(.text)
655 *zps_rohcv1_ctxmng.o(.text)
656 *zps_rohcv1_decompctrl.o(.text)
657 *zps_rohcv1_encodepkt.o(.text)
658 *zps_rohcv1_fdbkmng.o(.text)
659 *zps_rohcv1_getpkttype.o(.text)
660 *zps_rohcv1_instmng.o(.text)
661 *zps_rohcv1_interface.o(.text)
662 *zps_rohcv1_orgpktanalyse.o(.text)
663 /* 4.6.3 rohcv2 */
664 *zps_rohcv2_codec.o(.text)
665 *zps_rohcv2_common.o(.text)
666 *zps_rohcv2_compctrl.o(.text)
667 *zps_rohcv2_comppktanalyse.o(.text)
668 *zps_rohcv2_comppktfilter.o(.text)
669 *zps_rohcv2_crc.o(.text)
670 *zps_rohcv2_ctxmng.o(.text)
671 *zps_rohcv2_decidepkttype.o(.text)
672 *zps_rohcv2_decompcrcchk.o(.text)
673 *zps_rohcv2_decompctrl.o(.text)
674 *zps_rohcv2_decompdecode.o(.text)
675 *zps_rohcv2_encodepkt.o(.text)
676 *zps_rohcv2_fdbkmng.o(.text)
677 *zps_rohcv2_instmng.o(.text)
678 *zps_rohcv2_interface.o(.text)
679 *zps_rohcv2_origpktanalyse.o(.text)
680 *zps_rohcv2_recoverorighd.o(.text)
681 /* 4.7 sci */
682 *zps_sci_codec_ctrl.o(.text)
683 *zps_sci_com.o(.text)
684 *zps_sci_entity.o(.text)
685 *zps_sci_if_7502.o(.text)
686 *zps_sci_if_7550.o(.text)
687 *zps_sci_if_io_dev.o(.text)
688 *zps_sci_main.o(.text)
689 *zps_sci_simu_if.o(.text)
690 *zps_sci_trace.o(.text)
691 /* 5 pscom */
692 *hmac_sha.o(.text)
693 *pscom.o(.text)
694 *psdev.o(.text)
695 *psl1com.o(.text)
696 *psmsgtrace.o(.text)
697 *pstest.o(.text)
698 *tdstubforlte.o(.text)
699 /* 6 nas */
700 /* 6.1 ati */
701 *zat_com.o(.text)
702 *zat_ext_fnc.o(.text)
703 *zat_fnc.o(.text)
704 *zat_fnc_sup.o(.text)
705 *zat_var.o(.text)
706 *zati_cc.o(.text)
707 *zati_com.o(.text)
708 *zati_csd_fnc.o(.text)
709 *zati_distribute_fnc.o(.text)
710 *zati_esm.o(.text)
711 *zati_fnc.o(.text)
712 *zati_func.o(.text)
713 *zati_main.o(.text)
714 *zati_othr.o(.text)
715 *zati_pdi_fnc.o(.text)
716 *zati_sm.o(.text)
717 *zati_sms.o(.text)
718 *zati_ss.o(.text)
719 *zati_umm.o(.text)
720 /* 6.2 cbs */
721 *cbscommfunc.o(.text)
722 *cbsmain.o(.text)
723 *cbsmanagemidsn.o(.text)
724 *cbsmsgfunc.o(.text)
725 /* 6.3 cc */
726 *cccommonfunc.o(.text)
727 *cclowermsgproc.o(.text)
728 *ccmain.o(.text)
729 *ccpeermsgproc.o(.text)
730 *cctimerexpiryproc.o(.text)
731 *ccuppermsgproc.o(.text)
732 /* 6.4 csn1 */
733 *csn1_basic.o(.text)
734 *csn1_decoder.o(.text)
735 *csn1_encoder.o(.text)
736 *csn1_ende1.o(.text)
737 *csn1_ende2.o(.text)
738 *csn1_ende3.o(.text)
739 *csn1_ende4.o(.text)
740 *csn1_ende5.o(.text)
741 *csn1_ende6.o(.text)
742 *csn1_ende7.o(.text)
743 *csn1_shared.o(.text)
744 *zps_gsm_csn_demain.o(.text)
745 *zps_gsm_csn_enmain.o(.text)
746 /* 6.5 emm */
747 *emm_as.o(.text)
748 *emm_attach.o(.text)
749 *emm_comproc.o(.text)
750 *emm_detach.o(.text)
751 *emm_main.o(.text)
752 *emm_send.o(.text)
753 *emm_tau.o(.text)
754 *emm_test.o(.text)
755 *emm_upper.o(.text)
756 *emm_util.o(.text)
757 /* 6.6 esm */
758 *esm_common.o(.text)
759 *esm_dispatch.o(.text)
760 *esm_etft.o(.text)
761 *esm_l3_msg_send.o(.text)
762 *esm_l3msg_porc.o(.text)
763 *esm_msg_send.o(.text)
764 *esm_proc_action.o(.text)
765 *esm_pub.o(.text)
766 *esm_rat.o(.text)
767 /* 6.7 gmm */
768 *gmmas.o(.text)
769 *gmmattachproc.o(.text)
770 *gmmcommonproc.o(.text)
771 *gmmdetachproc.o(.text)
772 *gmmmainproc.o(.text)
773 *gmmprocfunc.o(.text)
774 *gmmrauproc.o(.text)
775 *gmmserviceproc.o(.text)
776 *gmmtimer.o(.text)
777 *gmmuicc.o(.text)
778 /* 6.8 l3cdec */
779 *basic.o(.text)
780 *berbasiccdec.o(.text)
781 *bercdec.o(.text)
782 *grrbasic.o(.text)
783 *grrcdec.o(.text)
784 *grrcdecie.o(.text)
785 *grrmsgcodede.o(.text)
786 *grrmsgcodeen.o(.text)
787 *l3cdec0.o(.text)
788 *l3cdec1.o(.text)
789 *l3cdec2.o(.text)
790 *l3cdec3.o(.text)
791 *l3cdecie.o(.text)
792 *l3cdecjiang.o(.text)
793 *l3csn0.o(.text)
794 *l3csnde.o(.text)
795 *l3csnen.o(.text)
796 *l3msgcodede.o(.text)
797 *l3msgcodeen.o(.text)
798 *l3rpcodede.o(.text)
799 *l3rpcodeen.o(.text)
800 *psl3sscdec0.o(.text)
801 *psl3sscdec0_dep.o(.text)
802 *psl3sscdec0_indep.o(.text)
803 *psl3ssde.o(.text)
804 *psl3ssen.o(.text)
805 /* 6.9 mm */
806 *mm_cmproc.o(.text)
807 *mm_comnproc.o(.text)
808 *mm_mainproc.o(.text)
809 *mm_pubfun.o(.text)
810 *mm_specproc.o(.text)
811 /* 6.10 nascom */
812 *nascom.o(.text)
813 /* 6.11 smm */
814 *smcom.o(.text)
815 *smcomproc.o(.text)
816 *smctrl.o(.text)
817 *smmsgchk.o(.text)
818 *smmsgproc.o(.text)
819 *smparatrans.o(.text)
820 *smsendmsg.o(.text)
821 /* 6.12 sms */
822 *smscommfunc.o(.text)
823 *smsmain.o(.text)
824 *smsmsgfunc.o(.text)
825 *smsstatefunc.o(.text)
826 *smstimerexpiryfunc.o(.text)
827 /* 6.13 ss */
828 *sscommfunc.o(.text)
829 *sslowermsg.o(.text)
830 *ssmain.o(.text)
831 *sspeermsg.o(.text)
832 *ssuppermsg.o(.text)
833 /* 6.14 stm */
834 *zstm_common.o(.text)
835 *zstm_dm_fnc.o(.text)
836 *zstm_fnc.o(.text)
837 *zstm_pb_fnc.o(.text)
838 *zstm_pb_logic.o(.text)
839 *zstm_pb3g_fnc.o(.text)
840 *zstm_sms_fnc.o(.text)
841 *zstm_sms_logic.o(.text)
842 /* 6.15 taf */
843 *tafctrl.o(.text)
844 *tafds.o(.text)
845 *tafdta.o(.text)
846 *tafint.o(.text)
847 *tafl1sim.o(.text)
848 *tafl2r.o(.text)
849 *tafnurlc.o(.text)
850 *tafra.o(.text)
851 *tafrlp.o(.text)
852 /* 6.16 tc */
853 *tc.o(.text)
854 *tc_lte.o(.text)
855 /* 6.17 tft */
856 *tft.o(.text)
857 /* 6.18 uicc */
858 *uicc_appmngr.o(.text)
859 *uicc_cache.o(.text)
860 *uicc_cardaccess.o(.text)
861 *uicc_cardinit.o(.text)
862 *uicc_cardmngr.o(.text)
863 *uicc_cardslot.o(.text)
864 *uicc_command.o(.text)
865 *uicc_commonfunc.o(.text)
866 *uicc_devmeth.o(.text)
867 *uicc_event.o(.text)
868 *uicc_filemeth.o(.text)
869 *uicc_isimappmngr.o(.text)
870 *uicc_isimfileservice.o(.text)
871 *uicc_isiminit.o(.text)
872 *uicc_isimsecurity.o(.text)
873 *uicc_main.o(.text)
874 *uicc_refresh.o(.text)
875 *uicc_securitycomm.o(.text)
876 *uicc_simappmngr.o(.text)
877 *uicc_simfileservice.o(.text)
878 *uicc_simsecurity.o(.text)
879 *uicc_usat.o(.text)
880 *uicc_usimappmngr.o(.text)
881 *uicc_usimfileservice.o(.text)
882 *uicc_usimsecurity.o(.text)
883 *uicc_vcard.o(.text)
884 *uicc_vcardauth.o(.text)
885 *uicc_vcardrsa.o(.text)
886 /* 6.19 uicccdec */
887 *basicaction.o(.text)
888 *usatbasic.o(.text)
889 *usatcdecber.o(.text)
890 *usatcdecsimpl.o(.text)
891 *usatmsgdecode.o(.text)
892 *usatmsgencode.o(.text)
893 *usimcdec.o(.text)
894 *usimmsgdecode.o(.text)
895 *usimmsgencode.o(.text)
896 *usimothercdec.o(.text)
897 /* 6.20 umm */
898 *ummas.o(.text)
899 *ummcom.o(.text)
900 *ummctrl.o(.text)
901 *ummentry.o(.text)
902 *ummfun.o(.text)
903 *ummplmn.o(.text)
904 *ummtimer.o(.text)
905 *ummup.o(.text)
906 *ummupdate.o(.text)
907 /* 6.21 usat */
908 *usat_atmain.o(.text)
909 *usat_atrecv.o(.text)
910 *usat_main.o(.text)
911 . = ALIGN(4096);
912 modem_text_end = .;
913 *(EXCLUDE_FILE(*ctypes.o
914 *ms.o
915 *ms_decode_freq.o
916 *ms_hwtrc.o
917 *ms_inspect.o
918 *ms_interface.o
919 *ms_msg_gprs_cnt.o
920 *ms_msg_ll_sn.o
921 *ms_msg_sn_ir.o
922 *ms_os_pool.o
923 *ms_radioblock.o
924 *sctpred.o
925 *zps_gas_sigtrace.o
926 *zps_gsm_com.o
927 *zps_pack_common.o
928 *zps_pack_gmac.o
929 *zps_pack_grlc.o
930 *zps_pack_grr.o
931 *zps_pack_lapdm.o
932 *zps_pack_llc.o
933 *zps_pack_rr.o
934 *zps_pack_sndcp.o
935 /* 1.2 gmac */
936 *mac.o
937 *mac_ap.o
938 *mac_am.o
939 *mac_com.o
940 *mac_drop.o
941 *mac_free.o
942 *mac_create_message.o
943 *mac_pdlan.o
944 *mac_control_queue.o
945 *mac_debug_decoders.o
946 *mac_decoders.o
947 *mac_dt.o
948 *mac_edt.o
949 *mac_im.o
950 *mac_polling_callback_functions.o
951 *mac_polling_queue.o
952 *zps_gmac_psho.o
953 *mac_sm.o
954 *mac_tm.o
955 *mac_ut.o
956 /* 1.3 grlc
957 *rlc.o
958 *rlc_atc.o
959 *rlc_downlink_object.o
960 *rlc_downlink_tbf_param.o
961 *rlc_downlink_transfer.o
962 *rlc_op1.o
963 *rlc_op1e.o
964 *rlc_op2.o
965 *rlc_op3.o
966 *rlc_op4.o
967 *rlc_op5.o
968 *rlc_uplink_object.o
969 *zps_grlc_psho.o */
970 /* 1.4 grr */
971 *grr_1.o
972 *grr_2.o
973 *grr_dtm_op1.o
974 *grr_ir_op1.o
975 *grr_op1.o
976 *grr_op2.o
977 *grr_op3.o
978 *grr_op4.o
979 *grr_op5.o
980 *grr_op6.o
981 *grr_op7.o
982 *grr_op8.o
983 *grr_op9.o
984 *grr_op18.o
985 /* 1.5 gsma */
986 *zps_gsma_com.o
987 *zps_gsma_grrgrrc.o
988 *zps_gsma_main.o
989 *zps_gsma_uplane.o
990 *zps_gsma_urrcnas.o
991 /* 1.6 rrc */
992 *rrc.o
993 *rrc_dtm_op1.o
994 *rrc_ir_op1.o
995 *rrc_op1.o
996 *rrc_op2.o
997 *rrc_op3.o
998 *rrc_op4.o
999 *rrc_op5.o
1000 /* 1.7 lapdm */
1001 *dll.o
1002 *dll_op1.o
1003 *l2.o
1004 *zps_lapdm_common.o
1005 /* 1.8 llc */
1006 *llc.o
1007 *llc_ack.o
1008 *llc_glob.o
1009 *llc_if_hw.o
1010 *llc_if_rlc.o
1011 *llc_uack.o
1012 *llc_xid.o
1013 *lle_op2.o
1014 /* 1.9 rrop */
1015 *rr_ir_op1.o
1016 *rr_op1.o
1017 *rr_op2.o
1018 *rr_op3.o
1019 *rr_op4.o
1020 *rr_op5.o
1021 /* 1.10 sndcp */
1022 *rfc1144.o
1023 *snp.o
1024 *snp_ack_d.o
1025 *snp_ack_u.o
1026 *snp_com.o
1027 *snp_dc.o
1028 *snp_gc.o
1029 *snp_glob.o
1030 *snp_hc.o
1031 *snp_msg.o
1032 *snp_opl.o
1033 *snp_opl_dc.o
1034 *snp_opl_hc.o
1035 *snp_opp.o
1036 *snp_pc.o
1037 *snp_uack_d.o
1038 *snp_uack_u.o
1039 *snp_xc.o
1040 *snp_xid.o
1041 *zps_l1t_camp.o
1042 *zps_l1t_fach.o
1043 *zps_l1t_hsupa.o
1044 *zps_l1t_l1u_com.o
1045 *zps_l1t_l1u_irat_misc.o
1046 *zps_l1t_l1ud_meas.o
1047 *zps_l1t_meas.o
1048 *zps_l1t_meas_gap.o
1049 *zps_l1t_meas_gsm.o
1050 *zps_l1t_meas_lte.o
1051 *zps_l1t_meas_tstamp.o
1052 *zps_l1t_meas_w.o
1053 *zps_l1t_pub.o
1054 *zps_l1tl_dpch.o
1055 *zps_l1tl_hsdpa.o
1056 *zps_l1tl_pch.o
1057 /* 2.2 ul2_up */
1058 /* 2.2.1 u_mac */
1059 *umacc.o
1060 *umaccallback.o
1061 *umacdl.o
1062 *umacedcp.o
1063 *umacehs.o
1064 *umachsdpa.o
1065 *umachsupa.o
1066 *umaci.o
1067 *umacmcr.o
1068 *umactimer.o
1069 *umacul.o
1070 /* 2.2.2 u_rlc */
1071 *zps_urlc_buffer.o
1072 *zps_urlc_cipher.o
1073 *zps_urlc_com.o
1074 *zps_urlc_csoverpa_buf.o
1075 *zps_urlc_dl.o
1076 *zps_urlc_dl_cfg.o
1077 *zps_urlc_dl_ctrlpdu.o
1078 *zps_urlc_dl_edcp.o
1079 *zps_urlc_dl_pdu.o
1080 *zps_urlc_dl_sdu.o
1081 *zps_urlc_main.o
1082 *zps_urlc_timer.o
1083 *zps_urlc_trace.o
1084 *zps_urlc_ul.o
1085 *zps_urlc_ul_cfg.o
1086 *zps_urlc_ul_ctrlpdu.o
1087 *zps_urlc_ul_edcp.o
1088 *zps_urlc_ul_pdu.o
1089 *zps_urlc_ul_sdu.o
1090 /* 2.3 urrc */
1091 /* 2.3.1 u_cer */
1092 *urrc_cer_accesscontrol.o
1093 *urrc_cer_commonfunc.o
1094 *urrc_cer_connstateproc.o
1095 *urrc_cer_etwsproc.o
1096 *urrc_cer_fdduecapabilityproc.o
1097 *urrc_cer_interfacefunc.o
1098 *urrc_cer_linktable.o
1099 *urrc_cer_mainctrl.o
1100 *urrc_cer_pubuecapabilityproc.o
1101 *urrc_cer_rrcconnrel.o
1102 *urrc_cer_rrcconnsetup.o
1103 *urrc_cer_sec_cc.o
1104 *urrc_cer_sec_ciph.o
1105 *urrc_cer_sec_f9.o
1106 *urrc_cer_sec_ip.o
1107 *urrc_cer_sec_pub.o
1108 *urrc_cer_sec_res.o
1109 *urrc_cer_sec_smc.o
1110 *urrc_cer_sec_start.o
1111 *urrc_cer_tdduecapabilityproc.o
1112 /* 2.3.2 u_cmr */
1113 *urrc_cmr_fun.o
1114 /* 2.3.3 u_csr */
1115 *urrc_csr_entry.o
1116 *urrc_csr_externfunc.o
1117 *urrc_csr_pubfunc.o
1118 *urrc_csr_pubproc.o
1119 *urrc_csr_sendmsgfunc.o
1120 *urrc_csr_start.o
1121 *urrc_csr_storemng.o
1122 *urrc_csr_waitbchopen.o
1123 *urrc_csr_waitcellsearch.o
1124 *urrc_csr_waitgetrf.o
1125 *urrc_csr_waitinactive.o
1126 *urrc_csr_waitiratcamp.o
1127 *urrc_csr_waitiratcco.o
1128 *urrc_csr_waitiratho.o
1129 *urrc_csr_waitl1rel.o
1130 *urrc_csr_waitl1rsrc.o
1131 *urrc_csr_waitrbcho.o
1132 *urrc_csr_waitrsrcfree.o
1133 *urrc_csr_waitscanrssi.o
1134 *urrc_csr_waitumacind.o
1135 /* 2.3.4 u_mcr */
1136 *umac_mcr_delmeas.o
1137 *umac_mcr_distribute.o
1138 *umac_mcr_evaluate.o
1139 *umac_mcr_main.o
1140 *umac_mcr_measrepind.o
1141 *umac_mcr_rrcmsg.o
1142 *umac_mcr_timer_expiry.o
1143 *umac_mcr_unite.o
1144 *urrc_mcr_cellreselect.o
1145 *urrc_mcr_cellreselect_r8later.o
1146 *urrc_mcr_common.o
1147 *urrc_mcr_delmeas.o
1148 *urrc_mcr_distribute.o
1149 *urrc_mcr_evaluate.o
1150 *urrc_mcr_gapcfg.o
1151 *urrc_mcr_main.o
1152 *urrc_mcr_mainstates.o
1153 *urrc_mcr_mc_proc.o
1154 *urrc_mcr_mcunite.o
1155 *urrc_mcr_measreport.o
1156 *urrc_mcr_measrst.o
1157 *urrc_mcr_outputlog.o
1158 *urrc_mcr_read_sib11.o
1159 *urrc_mcr_read_sib12.o
1160 *urrc_mcr_read_sib18.o
1161 *urrc_mcr_read_sib19.o
1162 *urrc_mcr_startmeas.o
1163 *urrc_mcr_storemacmc.o
1164 *urrc_mcr_sysinfo_change.o
1165 *urrc_mcr_tdd_read_sib11.o
1166 *urrc_mcr_timer_expiry.o
1167 /* 2.3.5 u_mtc */
1168 *urrc_mtc_func.o
1169 *urrc_mtc_init.o
1170 *utran_data_convert_main.o
1171 /* 2.3.6 u_rbc */
1172 *urrc_rbc_build_rlc_cfg.o
1173 *urrc_rbc_cell_change_order.o
1174 *urrc_rbc_cfg_efach.o
1175 *urrc_rbc_cfg_fach.o
1176 *urrc_rbc_cfg_pch.o
1177 *urrc_rbc_cfg_prach_sccpch_state.o
1178 *urrc_rbc_common.o
1179 *urrc_rbc_db_function.o
1180 *urrc_rbc_db_rb_function.o
1181 *urrc_rbc_db_trch_function.o
1182 *urrc_rbc_dch_cfg.o
1183 *urrc_rbc_default_cfg.o
1184 *urrc_rbc_fach_multiplexing_option_select.o
1185 *urrc_rbc_fdd_build_mac_cfg.o
1186 *urrc_rbc_fdd_build_phy_cfg.o
1187 *urrc_rbc_fdd_cfg_cbs.o
1188 *urrc_rbc_fdd_cfg_efach.o
1189 *urrc_rbc_fdd_cfg_fach.o
1190 *urrc_rbc_fdd_cfg_pch.o
1191 *urrc_rbc_fdd_common.o
1192 *urrc_rbc_fdd_db_phy_function.o
1193 *urrc_rbc_fdd_dch_cfg.o
1194 *urrc_rbc_fdd_ie_store_phy.o
1195 *urrc_rbc_fdd_rb_control.o
1196 *urrc_rbc_fdd_rb_control_store_res.o
1197 *urrc_rbc_ho_from_utran.o
1198 *urrc_rbc_ho_to_utran.o
1199 *urrc_rbc_ie_operation.o
1200 *urrc_rbc_ie_store_rb.o
1201 *urrc_rbc_ie_store_trch.o
1202 *urrc_rbc_initial_state.o
1203 *urrc_rbc_main.o
1204 *urrc_rbc_msg_ie_map.o
1205 *urrc_rbc_rb_control.o
1206 *urrc_rbc_tdd_build_mac_cfg.o
1207 *urrc_rbc_tdd_build_phy_cfg.o
1208 *urrc_rbc_tdd_cfg_cbs.o
1209 *urrc_rbc_tdd_cfg_efach.o
1210 *urrc_rbc_tdd_cfg_fach.o
1211 *urrc_rbc_tdd_cfg_pch.o
1212 *urrc_rbc_tdd_common.o
1213 *urrc_rbc_tdd_db_phy_function.o
1214 *urrc_rbc_tdd_dch_cfg.o
1215 *urrc_rbc_tdd_ie_store_phy.o
1216 *urrc_rbc_tdd_rb_control.o
1217 *urrc_rbc_tdd_rb_control_store_res.o
1218 *urrc_rbc_validity_check_main.o
1219 *urrc_rbc_validity_check_phych_ie.o
1220 *urrc_rbc_validity_check_rb_ie.o
1221 *urrc_rbc_validity_check_trch_ie.o
1222 *urrc_rbc_validity_check_ue_capability.o
1223 *urrc_rbc_wait_cmr_ack_state.o
1224 *urrc_rbc_wait_csr_ack_state.o
1225 *urrc_rbc_wait_cu_in_cfg_rlc_ack_state.o
1226 *urrc_rbc_wait_l2_phy_cfg_state.o
1227 *urrc_rbc_wait_mac_act_ind_state.o
1228 *urrc_rbc_wait_pdcp_reloc_cnf_state.o
1229 *urrc_rbc_wait_rlc_ack_state.o
1230 /* 2.3.7 u_sir */
1231 *urrc_sir_bchdata.o
1232 *urrc_sir_bchproc.o
1233 *urrc_sir_db.o
1234 *urrc_sir_hipricellsel_master.o
1235 *urrc_sir_hipricellsel_pub.o
1236 *urrc_sir_hipricellsel_slave.o
1237 *urrc_sir_int.o
1238 *urrc_sir_main.o
1239 *urrc_sir_msghdl.o
1240 *urrc_sir_ncellsel.o
1241 *urrc_sir_plmnlist_master.o
1242 *urrc_sir_plmnlist_pub.o
1243 *urrc_sir_plmnlist_slave.o
1244 *urrc_sir_pub.o
1245 *urrc_sir_readcgi.o
1246 *urrc_sir_readncell.o
1247 *urrc_sir_readpredefconf.o
1248 *urrc_sir_scellupdate.o
1249 *urrc_sir_send.o
1250 *urrc_sir_sibhdl.o
1251 *urrc_sir_sicontainer.o
1252 /* 2.4 wl1w */
1253 /* 2.4.1 l1w */
1254 *l1w_camp.o
1255 *l1w_fach.o
1256 *l1w_hsupa.o
1257 *l1w_meas.o
1258 *l1w_meas_gap.o
1259 *l1w_meas_gsm.o
1260 *l1w_meas_lte.o
1261 *l1w_meas_td.o
1262 *l1w_meas_tstamp.o
1263 *l1w_pub.o
1264 *l1wl_dpch.o
1265 *l1wl_hsdpa.o
1266 *l1wl_pch.o
1267 /* 2.5 wl2_up */
1268 /* 2.5.1 w_mac */
1269 *wmac_cfg_list.o
1270 *wmac_com.o
1271 *wmac_dl_func.o
1272 *wmac_dl_lcf.o
1273 *wmac_dl_tcf.o
1274 *wmac_drv_func.o
1275 *wmac_dtx_drx_func.o
1276 *wmac_l1w_func.o
1277 *wmac_meas_func.o
1278 *wmac_rach_func.o
1279 *wmac_ring.o
1280 *wmac_rnti.o
1281 *wmac_sci_func.o
1282 *wmac_thread.o
1283 *wmac_timer.o
1284 *wmac_trace.o
1285 *wmac_ul_func.o
1286 *wmac_ul_lcf.o
1287 *wmac_upa_func.o
1288 *wmac_upa_grant.o
1289 *wmac_upa_harq.o
1290 *wmac_wrrc_func.o
1291 *wmacdl.o
1292 *wmacdpa.o
1293 *wmacedcp.o
1294 *wmacpowctrl.o
1295 *wmactfcsel.o
1296 *wmacul.o
1297 *wmacupaetfcres.o
1298 *wmacupaetfcsel.o
1299 *wmacupasi.o
1300 /* 2.5.2 w_rlc */
1301 *wrlc_buffer.o
1302 *wrlc_cipher.o
1303 *wrlc_com.o
1304 *wrlc_csoverpa_buf.o
1305 *wrlc_discard_time.o
1306 *wrlc_dl.o
1307 *wrlc_dl_cfg.o
1308 *wrlc_dl_ctrlpdu.o
1309 *wrlc_dl_edcp.o
1310 *wrlc_dl_pdu.o
1311 *wrlc_dl_sdu.o
1312 *wrlc_log.o
1313 *wrlc_main.o
1314 *wrlc_timer.o
1315 *wrlc_trace.o
1316 *wrlc_ul.o
1317 *wrlc_ul_cfg.o
1318 *wrlc_ul_ctrlpdu.o
1319 *wrlc_ul_edcp.o
1320 *wrlc_ul_pdcp_sdu_proc.o
1321 *wrlc_ul_pdu.o
1322 *wrlc_ul_rrc_sdu_proc.o
1323 *wrlc_ul_sdu.o
1324 /* 3.1 el2_up */
1325 /* 3.1.1 el2_com */
1326 *aes.o
1327 *f8.o
1328 *f9.o
1329 *lte_l2_logoutput.o
1330 *lte_l2_roadtest.o
1331 *lte_userplane_hw_int.o
1332 *lte_userplane_main.o
1333 *snow3g.o
1334 *zuc.o
1335 /* 3.1.2 eu_mac */
1336 *eumac_com.o
1337 *eumac_ephy_func.o
1338 *eumac_eurrc_func.o
1339 *eumacdl_func.o
1340 *eumacul_config_func.o
1341 *eumacul_func.o
1342 *eumacul_ra_func.o
1343 *eumacul_timer_func.o
1344 /* 3.1.3 eu_pdcp */
1345 *epdcp.o
1346 *epdcp_cipher_integrity.o
1347 *epdcp_downlink_process.o
1348 *epdcp_func.o
1349 *epdcp_loop_test.o
1350 *epdcp_mem_pool.o
1351 *epdcp_process_msg.o
1352 *epdcp_rb_config.o
1353 *epdcp_reestablish.o
1354 *epdcp_table.o
1355 *epdcp_uplink_process.o
1356 /* 3.1.4 eu_rlc */
1357 *eurlc_func.o
1358 *eurlc_pool.o
1359 *eurlcdl.o
1360 *eurlcdl_config.o
1361 *eurlcdl_process_data.o
1362 *eurlcdl_reestablish.o
1363 *eurlcdl_timer.o
1364 *eurlcul.o
1365 *eurlcul_config.o
1366 *eurlcul_process_data.o
1367 *eurlcul_reestablish.o
1368 *eurlcul_timer.o
1369 /* 3.1.5 mel2 */
1370 *mel2_func.o
1371 /* 3.2 eudbg */
1372 *eudbg.o
1373 /* 3.3 eurrc */
1374 /* 3.3.1 eu_asn1 */
1375 *eperbasiccdec.o
1376 *epercdec.o
1377 *eperdemain.o
1378 *eperenmain.o
1379 *eurrccdec_complex.o
1380 *eurrccdec_complexmember.o
1381 *eurrccdec_defaultvalue.o
1382 *eurrccdec_simple.o
1383 *eurrccdec0.o
1384 *zps_eurrc_asn1_basic.o
1385 /* 3.3.2 eu_cer */
1386 *eucer.o
1387 *eucer_asc_cfg_func.o
1388 *eucer_build_peer_msg_func.o
1389 *eucer_db_connection_func.o
1390 *eucer_db_framework_func.o
1391 *eucer_db_mac_func.o
1392 *eucer_db_meas_func.o
1393 *eucer_db_phy_func.o
1394 *eucer_db_rb_func.o
1395 *eucer_db_security_func.o
1396 *eucer_db_state_func.o
1397 *eucer_eucsr_cfg_func.o
1398 *eucer_eumac_cfg_func.o
1399 *eucer_eumcr_cfg_func.o
1400 *eucer_eupdcp_cfg_func.o
1401 *eucer_euphy_cfg_func.o
1402 *eucer_eurlc_cfg_func.o
1403 *eucer_ie_cfg_func.o
1404 *eucer_ie_map_func.o
1405 *eucer_msg_handling_func.o
1406 *eucer_msg_send_func.o
1407 *eucer_prds_cco_to_irat.o
1408 *eucer_prds_cco_to_lte.o
1409 *eucer_prds_config_sublayer.o
1410 *eucer_prds_counter_check.o
1411 *eucer_prds_dl_info_transfer.o
1412 *eucer_prds_ephy_inactive.o
1413 *eucer_prds_eurrc_inactive.o
1414 *eucer_prds_handover.o
1415 *eucer_prds_ho_to_irat.o
1416 *eucer_prds_ho_to_lte.o
1417 *eucer_prds_leave_conn_for_idle.o
1418 *eucer_prds_mbms_func.o
1419 *eucer_prds_rrc_conn_est.o
1420 *eucer_prds_rrc_conn_reconfig.o
1421 *eucer_prds_rrc_conn_reest.o
1422 *eucer_prds_rrc_conn_rel.o
1423 *eucer_prds_rrc_conn_rel_by_nas.o
1424 *eucer_prds_security_mode_cmd.o
1425 *eucer_prds_selfHo_func.o
1426 *eucer_prds_tgtchcfg_func.o
1427 *eucer_prds_ue_cap_enq.o
1428 *eucer_prds_ue_info_req.o
1429 *eucer_prds_ul_info_transfer.o
1430 *eucer_test.o
1431 *eucer_timer_handling_func.o
1432 /* 3.3.3 eu_csr */
1433 *eucsr.o
1434 *eucsr_collision_proc.o
1435 *eucsr_common_func.o
1436 *eucsr_data_typedef.o
1437 *eucsr_interface.o
1438 *eucsr_msg_handling.o
1439 *eucsr_msg_sending.o
1440 *eucsr_procedure_func.o
1441 *eucsr_tpch_handling_func.o
1442 /* 3.3.4 eu_mcr */
1443 *eumcr.o
1444 *eumcr_cell_fun.o
1445 *eumcr_db_fun.o
1446 *eumcr_irat_config.o
1447 *eumcr_irat_report.o
1448 *eumcr_irat_resel.o
1449 *eumcr_irat_result.o
1450 *eumcr_l1_config.o
1451 *eumcr_l1_irat_config.o
1452 *eumcr_l1_results.o
1453 *eumcr_meas_config.o
1454 *eumcr_meas_report.o
1455 *eumcr_msg_handling.o
1456 *eumcr_resel.o
1457 *eumcr_send_msg.o
1458 *eumcr_timer_fun.o
1459 *eumcr_utils_fun.o
1460 /* 3.3.5 eu_mtc */
1461 *eurrc.o
1462 *eurrc_func.o
1463 /* 3.3.6 eu_mtc */
1464 *eurrc.o
1465 *eurrc_func.o
1466 /* 3.3.7 eu_sir */
1467 *eusir.o
1468 *eusir_interface.o
1469 *eusir_sibhdl.o
1470 /* 3.4 l1e */
1471 *l1e.o
1472 *l1e_bch.o
1473 *l1e_com.o
1474 *l1e_csr.o
1475 *l1e_gsm_irat_meas.o
1476 *l1e_mon.o
1477 *l1e_msg_handle.o
1478 *l1e_ps_ephy_comm.o
1479 *l1e_rach.o
1480 *l1e_sup_meas.o
1481 *l1e_td_irat_meas.o
1482 *l1e_time_func.o
1483 *l1e_tstamp.o
1484 *l1e_w_irat_meas.o
1485 /* 4 as_com */
1486 /* 4.1 com */
1487 *ascom.o
1488 /* 4.2 asc */
1489 *zps_asc_camplostcov.o
1490 *zps_asc_cco.o
1491 *zps_asc_com.o
1492 *zps_asc_ho.o
1493 *zps_asc_hplmn.o
1494 *zps_asc_main.o
1495 *zps_asc_plmncsg.o
1496 *zps_asc_reseldirect.o
1497 /* 4.3 asn1 */
1498 *perbasiccdec.o
1499 *percdec.o
1500 *perdemain.o
1501 *perenmain.o
1502 *urrccdec0.o
1503 *urrcintchk.o
1504 *urrcmsrach.o
1505 *urrcsysinfocont.o
1506 *zps_urrc_asn1_basic.o
1507 *zps_urrc_asn1_complex.o
1508 *zps_urrc_asn1_complexmember.o
1509 *zps_urrc_asn1_defval.o
1510 *zps_urrc_asn1_simple.o
1511 /* 4.4 pdcp */
1512 *zps_updcp_cfg.o
1513 *zps_updcp_com.o
1514 *zps_updcp_ctrl.o
1515 *zps_updcp_dl.o
1516 *zps_updcp_dl_buf.o
1517 *zps_updcp_hc.o
1518 *zps_updcp_rabm.o
1519 *zps_updcp_reloc.o
1520 *zps_updcp_ul.o
1521 /* 4.5 pdi */
1522 *zps_pdi_looptest.o
1523 *zps_pdi_main.o
1524 *zps_pdi_sellstat.o
1525 /* 4.6 rohc */
1526 /* 4.6.1 rohcadaptor */
1527 *zps_rohcadaptor.o
1528 /* 4.6.2 rohcv1 */
1529 *zps_rohcv1_codec.o
1530 *zps_rohcv1_common.o
1531 *zps_rohcv1_compctrl.o
1532 *zps_rohcv1_comppktanalyse.o
1533 *zps_rohcv1_crc.o
1534 *zps_rohcv1_ctxmng.o
1535 *zps_rohcv1_decompctrl.o
1536 *zps_rohcv1_encodepkt.o
1537 *zps_rohcv1_fdbkmng.o
1538 *zps_rohcv1_getpkttype.o
1539 *zps_rohcv1_instmng.o
1540 *zps_rohcv1_interface.o
1541 *zps_rohcv1_orgpktanalyse.o
1542 /* 4.6.3 rohcv2 */
1543 *zps_rohcv2_codec.o
1544 *zps_rohcv2_common.o
1545 *zps_rohcv2_compctrl.o
1546 *zps_rohcv2_comppktanalyse.o
1547 *zps_rohcv2_comppktfilter.o
1548 *zps_rohcv2_crc.o
1549 *zps_rohcv2_ctxmng.o
1550 *zps_rohcv2_decidepkttype.o
1551 *zps_rohcv2_decompcrcchk.o
1552 *zps_rohcv2_decompctrl.o
1553 *zps_rohcv2_decompdecode.o
1554 *zps_rohcv2_encodepkt.o
1555 *zps_rohcv2_fdbkmng.o
1556 *zps_rohcv2_instmng.o
1557 *zps_rohcv2_interface.o
1558 *zps_rohcv2_origpktanalyse.o
1559 *zps_rohcv2_recoverorighd.o
1560 /* 4.7 sci */
1561 *zps_sci_codec_ctrl.o
1562 *zps_sci_com.o
1563 *zps_sci_entity.o
1564 *zps_sci_if_7502.o
1565 *zps_sci_if_7550.o
1566 *zps_sci_if_io_dev.o
1567 *zps_sci_main.o
1568 *zps_sci_simu_if.o
1569 *zps_sci_trace.o
1570 /* 5 pscom */
1571 *hmac_sha.o
1572 *pscom.o
1573 *psdev.o
1574 *psl1com.o
1575 *psmsgtrace.o
1576 *pstest.o
1577 *tdstubforlte.o
1578 /* 6 nas */
1579 /* 6.1 ati */
1580 *zat_com.o
1581 *zat_ext_fnc.o
1582 *zat_fnc.o
1583 *zat_fnc_sup.o
1584 *zat_var.o
1585 *zati_cc.o
1586 *zati_com.o
1587 *zati_csd_fnc.o
1588 *zati_distribute_fnc.o
1589 *zati_esm.o
1590 *zati_fnc.o
1591 *zati_func.o
1592 *zati_main.o
1593 *zati_othr.o
1594 *zati_pdi_fnc.o
1595 *zati_sm.o
1596 *zati_sms.o
1597 *zati_ss.o
1598 *zati_umm.o
1599 /* 6.2 cbs */
1600 *cbscommfunc.o
1601 *cbsmain.o
1602 *cbsmanagemidsn.o
1603 *cbsmsgfunc.o
1604 /* 6.3 cc */
1605 *cccommonfunc.o
1606 *cclowermsgproc.o
1607 *ccmain.o
1608 *ccpeermsgproc.o
1609 *cctimerexpiryproc.o
1610 *ccuppermsgproc.o
1611 /* 6.4 csn1 */
1612 *csn1_basic.o
1613 *csn1_decoder.o
1614 *csn1_encoder.o
1615 *csn1_ende1.o
1616 *csn1_ende2.o
1617 *csn1_ende3.o
1618 *csn1_ende4.o
1619 *csn1_ende5.o
1620 *csn1_ende6.o
1621 *csn1_ende7.o
1622 *csn1_shared.o
1623 *zps_gsm_csn_demain.o
1624 *zps_gsm_csn_enmain.o
1625 /* 6.5 emm */
1626 *emm_as.o
1627 *emm_attach.o
1628 *emm_comproc.o
1629 *emm_detach.o
1630 *emm_main.o
1631 *emm_send.o
1632 *emm_tau.o
1633 *emm_test.o
1634 *emm_upper.o
1635 *emm_util.o
1636 /* 6.6 esm */
1637 *esm_common.o
1638 *esm_dispatch.o
1639 *esm_etft.o
1640 *esm_l3_msg_send.o
1641 *esm_l3msg_porc.o
1642 *esm_msg_send.o
1643 *esm_proc_action.o
1644 *esm_pub.o
1645 *esm_rat.o
1646 /* 6.7 gmm */
1647 *gmmas.o
1648 *gmmattachproc.o
1649 *gmmcommonproc.o
1650 *gmmdetachproc.o
1651 *gmmmainproc.o
1652 *gmmprocfunc.o
1653 *gmmrauproc.o
1654 *gmmserviceproc.o
1655 *gmmtimer.o
1656 *gmmuicc.o
1657 /* 6.8 l3cdec */
1658 *basic.o
1659 *berbasiccdec.o
1660 *bercdec.o
1661 *grrbasic.o
1662 *grrcdec.o
1663 *grrcdecie.o
1664 *grrmsgcodede.o
1665 *grrmsgcodeen.o
1666 *l3cdec0.o
1667 *l3cdec1.o
1668 *l3cdec2.o
1669 *l3cdec3.o
1670 *l3cdecie.o
1671 *l3cdecjiang.o
1672 *l3csn0.o
1673 *l3csnde.o
1674 *l3csnen.o
1675 *l3msgcodede.o
1676 *l3msgcodeen.o
1677 *l3rpcodede.o
1678 *l3rpcodeen.o
1679 *psl3sscdec0.o
1680 *psl3sscdec0_dep.o
1681 *psl3sscdec0_indep.o
1682 *psl3ssde.o
1683 *psl3ssen.o
1684 /* 6.9 mm */
1685 *mm_cmproc.o
1686 *mm_comnproc.o
1687 *mm_mainproc.o
1688 *mm_pubfun.o
1689 *mm_specproc.o
1690 /* 6.10 nascom */
1691 *nascom.o
1692 /* 6.11 smm */
1693 *smcom.o
1694 *smcomproc.o
1695 *smctrl.o
1696 *smmsgchk.o
1697 *smmsgproc.o
1698 *smparatrans.o
1699 *smsendmsg.o
1700 /* 6.12 sms */
1701 *smscommfunc.o
1702 *smsmain.o
1703 *smsmsgfunc.o
1704 *smsstatefunc.o
1705 *smstimerexpiryfunc.o
1706 /* 6.13 ss */
1707 *sscommfunc.o
1708 *sslowermsg.o
1709 *ssmain.o
1710 *sspeermsg.o
1711 *ssuppermsg.o
1712 /* 6.14 stm */
1713 *zstm_common.o
1714 *zstm_dm_fnc.o
1715 *zstm_fnc.o
1716 *zstm_pb_fnc.o
1717 *zstm_pb_logic.o
1718 *zstm_pb3g_fnc.o
1719 *zstm_sms_fnc.o
1720 *zstm_sms_logic.o
1721 /* 6.15 taf */
1722 *tafctrl.o
1723 *tafds.o
1724 *tafdta.o
1725 *tafint.o
1726 *tafl1sim.o
1727 *tafl2r.o
1728 *tafnurlc.o
1729 *tafra.o
1730 *tafrlp.o
1731 /* 6.16 tc */
1732 *tc.o
1733 *tc_lte.o
1734 /* 6.17 tft */
1735 *tft.o
1736 /* 6.18 uicc */
1737 *uicc_appmngr.o
1738 *uicc_cache.o
1739 *uicc_cardaccess.o
1740 *uicc_cardinit.o
1741 *uicc_cardmngr.o
1742 *uicc_cardslot.o
1743 *uicc_command.o
1744 *uicc_commonfunc.o
1745 *uicc_devmeth.o
1746 *uicc_event.o
1747 *uicc_filemeth.o
1748 *uicc_isimappmngr.o
1749 *uicc_isimfileservice.o
1750 *uicc_isiminit.o
1751 *uicc_isimsecurity.o
1752 *uicc_main.o
1753 *uicc_refresh.o
1754 *uicc_securitycomm.o
1755 *uicc_simappmngr.o
1756 *uicc_simfileservice.o
1757 *uicc_simsecurity.o
1758 *uicc_usat.o
1759 *uicc_usimappmngr.o
1760 *uicc_usimfileservice.o
1761 *uicc_usimsecurity.o
1762 *uicc_vcard.o
1763 *uicc_vcardauth.o
1764 *uicc_vcardrsa.o
1765 /* 6.19 uicccdec */
1766 *basicaction.o
1767 *usatbasic.o
1768 *usatcdecber.o
1769 *usatcdecsimpl.o
1770 *usatmsgdecode.o
1771 *usatmsgencode.o
1772 *usimcdec.o
1773 *usimmsgdecode.o
1774 *usimmsgencode.o
1775 *usimothercdec.o
1776 /* 6.20 umm */
1777 *ummas.o
1778 *ummcom.o
1779 *ummctrl.o
1780 *ummentry.o
1781 *ummfun.o
1782 *ummplmn.o
1783 *ummtimer.o
1784 *ummup.o
1785 *ummupdate.o
1786 /* 6.21 usat */
1787 *usat_atmain.o
1788 *usat_atrecv.o
1789 *usat_main.o).text)
1790 *(.ps_static_func)
1791 *(.stub)
1792 *(.gnu.warning)
1793 cpko_text_end = .;
1794 }
1795
1796 .init.text 0: {
1797 KEEP(*(.init.text))
1798 }
1799
1800 .exit.text 0: {
1801 KEEP(*(.exit.text))
1802 }
1803
1804 NXPSW_SO_ProcessInt_Scalar 0: {
1805 *(NXPSW_SO_ProcessInt_Scalar*)
1806 }
1807
1808 NXPSW_SO_ProcessInt_Vector 0: {
1809 *(NXPSW_SO_ProcessInt_Vector*)
1810 }
1811
1812 NXPSW_SO_MARKER 0: {
1813 *(NXPSW_SO_MARKER*)
1814 }
1815
1816 NXPSW_SO_ProcessInt_FIR 0: {
1817 cpko_nxp_start = .;
1818 *(NXPSW_SO_ProcessInt_FIR*)
1819 cpko_nxp_end = .;
1820 }
1821
1822 NXPSW_SO_ProcessInt_BIQUAD 0: {
1823 *(NXPSW_SO_ProcessInt_BIQUAD*)
1824 }
1825
1826 NXPSW_SO_ProcessInt_FSB 0: {
1827 *(NXPSW_SO_ProcessInt_FSB*)
1828 }
1829
1830 NXPSW_SO_ProcessInt_LVCOMMON 0: {
1831 *(NXPSW_SO_ProcessInt_LVCOMMON*)
1832 }
1833
1834 NXPSW_SO_ProcessInt_FFT 0: {
1835 *(NXPSW_SO_ProcessInt_FFT*)
1836 }
1837
1838 NXPSW_SO_ProcessInt_NLMS 0: {
1839 *(NXPSW_SO_ProcessInt_NLMS*)
1840 }
1841
1842 NXPSW_SO_ProcessInt_FilterCalc 0: {
1843 *(NXPSW_SO_ProcessInt_FilterCalc*)
1844 }
1845
1846 NXPSW_SO_ProcessInt_Birec 0: {
1847 *(NXPSW_SO_ProcessInt_Birec*)
1848 }
1849
1850 NXPSW_SO_ProcessInt_PCD 0: {
1851 *(NXPSW_SO_ProcessInt_PCD*)
1852 }
1853
1854 .text.unlikely 0: {
1855 *(.text.unlikely)
1856 }
1857
1858 .fini 0: {
1859 *(SORT(.fini))
1860 }
1861
1862 .rodata 0: {
1863 *(.rodata)
1864 }
1865
1866 .modinfo 0: {
1867 KEEP(*(.modinfo))
1868 }
1869
1870 .rodata.str1.4 0: {
1871 *(.rodata.str1.4)
1872 }
1873
1874 .rodata.str1.1 0: {
1875 *(.rodata.str1.1)
1876 }
1877
1878 .ARM.extab.init.text 0: {
1879 *(.ARM.extab.init.text)
1880 }
1881
1882 .ARM.exidx.init.text 0: {
1883 *(.ARM.exidx.init.text)
1884 }
1885
1886 .ARM.extab.exit.text 0: {
1887 *(.ARM.extab.exit.text)
1888 }
1889
1890 .ARM.exidx.exit.text 0: {
1891 *(.ARM.exidx.exit.text)
1892 }
1893
1894 .rodata.str 0: {
1895 *(.rodata.str)
1896 }
1897
1898 __bug_table 0: {
1899 *(__bug_table)
1900 }
1901
1902 .ARM.extab.text.unlikely 0: {
1903 *(.ARM.extab.text.unlikely)
1904 }
1905
1906 .ARM.exidx.text.unlikely 0: {
1907 *(.ARM.exidx.text.unlikely)
1908 }
1909
1910 .rodata1 0: {
1911 *(.rodata1)
1912 }
1913
1914 .ARM.extab 0: {
1915 *(.ARM.extab)
1916 }
1917
1918 .data 0: {
1919 cpko_data_start = .;
1920 *(.data)
1921 cpko_data_end = .;
1922 }
1923
1924 .exitcall.exit 0: {
1925 *(.exitcall*)
1926 }
1927
1928 .initcall6.init 0: {
1929 *(.initcall6*)
1930 }
1931
1932 .gnu.linkonce.this_module 0: {
1933 *(.gnu.linkonce.this_module*)
1934 }
1935
1936 .ARM.exidx 0: {
1937 *(.ARM.exidx)
1938 }
1939
1940 .note.gnu.build-id 0: {
1941 *(.note.gnu.build-id*)
1942 }
1943
1944 .bss 0: {
1945 cpko_bss_start = .;
1946 *(.dynbss)
1947 *(.bss)
1948 *(COMMON)
1949 cpko_bss_end = .;
1950 }
1951
1952 __ksymtab : { *(SORT(___ksymtab+*)) }
1953 __ksymtab_gpl : { *(SORT(___ksymtab_gpl+*)) }
1954 __ksymtab_unused : { *(SORT(___ksymtab_unused+*)) }
1955 __ksymtab_unused_gpl : { *(SORT(___ksymtab_unused_gpl+*)) }
1956 __ksymtab_gpl_future : { *(SORT(___ksymtab_gpl_future+*)) }
1957 __kcrctab : { *(SORT(___kcrctab+*)) }
1958 __kcrctab_gpl : { *(SORT(___kcrctab_gpl+*)) }
1959 __kcrctab_unused : { *(SORT(___kcrctab_unused+*)) }
1960 __kcrctab_unused_gpl : { *(SORT(___kcrctab_unused_gpl+*)) }
1961 __kcrctab_gpl_future : { *(SORT(___kcrctab_gpl_future+*)) }
1962}