summaryrefslogtreecommitdiff
path: root/bootloader/qemu_aarch64/System.map
blob: 87a0c31f78d3cf2b54e6226007aaeea33400dd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
0000000000000000 T __image_copy_start
0000000000000000 T _start
0000000000000008 T _TEXT_BASE
0000000000000010 T _end_ofs
0000000000000018 T _bss_start_ofs
0000000000000020 T _bss_end_ofs
0000000000000028 t reset
000000000000002c T save_boot_params_ret
0000000000000040 t pie_fixup
0000000000000060 t pie_fix_loop
000000000000007c t pie_skip_reloc
0000000000000084 t pie_fixup_done
0000000000000120 t master_cpu
0000000000000128 W apply_core_errata
000000000000015c t apply_a53_core_errata
0000000000000160 t apply_a57_core_errata
0000000000000164 W lowlevel_init
0000000000000170 W smp_kick_all_cpus
0000000000000174 T c_runtime_cpu_setup
00000000000001a4 W save_boot_params
00000000000001b0 T __arm_smccc_smc
00000000000001b0 T __efi_runtime_start
00000000000001dc T __arm_smccc_hvc
0000000000000208 T invoke_psci_fn
0000000000000284 T efi_reset_system
00000000000002b8 T efi_memcpy_runtime
00000000000002d0 T efi_update_table_header_crc32
0000000000000308 W efi_get_time
0000000000000310 W efi_set_time
0000000000000318 T efi_convert_pointer
00000000000003b0 t efi_unimplemented
00000000000003b8 t efi_update_capsule_unsupported
00000000000003c0 t efi_query_capsule_caps_unsupported
00000000000003c8 t efi_set_virtual_address_map_runtime
00000000000003d0 t efi_convert_pointer_runtime
00000000000003d8 T efi_runtime_detach
0000000000000430 T efi_runtime_relocate
0000000000000580 T efi_get_variable_runtime
00000000000005b4 T efi_get_next_variable_name_runtime
00000000000005b8 T efi_var_mem_find
00000000000006d0 t efi_var_mem_compare
000000000000076c T efi_var_mem_del
0000000000000804 T efi_var_mem_ins
0000000000000930 T efi_var_mem_free
000000000000094c t efi_var_mem_notify_virtual_address_map
0000000000000974 T efi_get_variable_mem
0000000000000a38 T efi_get_next_variable_name_mem
0000000000000b18 T efi_get_variable_int
0000000000000b1c T efi_get_next_variable_name_int
0000000000000b20 t efi_set_variable_runtime
0000000000000b28 t efi_query_variable_info_runtime
0000000000000b30 T u16_strnlen
0000000000000b60 T crc32_no_comp
0000000000000c34 T crc32
0000000000000c50 t crc_table
0000000000001050 T psci_method
0000000000001058 T efi_events
0000000000001068 T systab
00000000000010e0 t firmware_vendor
00000000000010f8 T efi_runtime_mmio
0000000000001108 T efi_runtime_services
0000000000001190 t efi_virtmap
0000000000001198 t efi_descriptor_count
00000000000011a0 t efi_descriptor_size
00000000000011a8 t efi_var_buf
00000000000011b0 t efi_current_var
00000000000011b8 T __efi_runtime_stop
0000000000001800 W board_cleanup_before_linux
0000000000001804 T cleanup_before_linux
0000000000001824 T get_tbclk
000000000000182c T get_ticks
0000000000001840 T get_tcr
0000000000001988 W get_page_table_size
0000000000001a44 T setup_pgtables
0000000000001b54 t create_table
0000000000001be4 W mmu_setup
0000000000001cd0 t setup_all_pgtables
0000000000001d5c t apply_cmo_to_mappings
0000000000001db0 T invalidate_dcache_range
0000000000001db4 T flush_dcache_range
0000000000001db8 T dcache_enable
0000000000001e80 T dcache_disable
0000000000001f1c T icache_enable
0000000000001f98 T invalidate_icache_all
0000000000001fac t count_range
0000000000002068 t map_range
0000000000002170 t __cmo_on_leaves
00000000000022bc T __asm_invalidate_l3_icache
00000000000022c4 T __asm_flush_l3_dcache
00000000000022cc T __asm_flush_dcache_range
00000000000022fc T __asm_invalidate_dcache_range
000000000000232c T __asm_invalidate_icache_all
0000000000002800 T vectors
0000000000002810 t _exception_entry
0000000000002890 t _save_el_regs
000000000000290c t exception_exit
0000000000002990 t _restore_regs
0000000000002b90 T switch_to_non_secure_mode
0000000000002be8 t entry_non_secure
0000000000002c10 T __asm_invalidate_tlb_all
0000000000002c58 T armv8_switch_to_el2
0000000000002ce8 W armv8_el2_to_aarch32
0000000000002cf0 T _main
0000000000002d50 t relocation_return
0000000000002d5c t clear_loop
0000000000002d88 T setjmp
0000000000002db0 T longjmp
0000000000002ddc T relocate_code
0000000000002e10 t copy_loop
0000000000002e34 t fixloop
0000000000002e54 t fixnext
0000000000002e5c t relocate_done
0000000000002eac T arch_fixup_fdt
0000000000002eb8 W board_quiesce_devices
0000000000002ebc W board_prep_linux
0000000000002ec0 W update_os_arch_secondary_cores
0000000000002ec4 T do_bootm_linux
0000000000002f24 t boot_prep_linux
0000000000002f7c t boot_jump_linux
0000000000003038 T booti_setup
00000000000030f4 T bootz_setup
00000000000031b8 T arch_setup_bdinfo
00000000000031c0 T arch_reserve_stacks
00000000000031d8 T arch_lmb_reserve
00000000000031ec T interrupt_init
00000000000031f4 T enable_interrupts
00000000000031f8 T disable_interrupts
0000000000003200 T show_regs
0000000000003300 T do_bad_sync
0000000000003340 t show_efi_loaded_images
0000000000003348 T do_bad_irq
0000000000003388 T do_bad_fiq
00000000000033c8 T do_bad_error
0000000000003408 W handle_synchronous_exception
0000000000003410 T do_sync
0000000000003464 T do_irq
00000000000034a4 T do_fiq
00000000000034e4 W do_error
0000000000003524 W flush_cache
000000000000352c T arch_reserve_mmu
0000000000003530 W arm_reserve_mmu
00000000000035a0 T board_init
00000000000035a8 T board_late_init
0000000000003634 T board_fdt_blob_setup
0000000000003644 T dram_init
0000000000003664 T dram_init_banksize
000000000000367c T enable_caches
0000000000003690 T bootm_find_images
00000000000037e4 T bootm_disable_interrupts
00000000000037fc T do_bootm_states
0000000000003e30 W arch_preboot_os
0000000000003e34 W board_preboot_os
0000000000003e38 T boot_selected_os
0000000000003ea4 T bootm_os_get_boot_func
0000000000003eb4 t do_bootm_standalone
0000000000003f10 T image_multi_getimg
0000000000003f8c T image_decomp_type
0000000000003fec T image_decomp
0000000000004178 T genimg_get_os_name
00000000000041bc T genimg_get_comp_name
0000000000004200 t on_loadaddr
0000000000004234 T env_get_bootm_low
000000000000426c T env_get_bootm_size
0000000000004304 T env_get_bootm_mapsize
0000000000004334 T memmove_wd
0000000000004344 T genimg_get_kernel_addr_fit
000000000000435c T genimg_get_format
000000000000439c T genimg_has_config
00000000000043a4 T boot_get_ramdisk
00000000000044fc T boot_ramdisk_high
000000000000461c T boot_get_setup
0000000000004624 T image_setup_linux
0000000000004694 T image_locate_script
00000000000046e8 T ab_select_slot
0000000000004ba0 T android_image_get_kernel
0000000000004bc8 T android_image_check_header
0000000000004bd0 T android_image_get_end
0000000000004bd8 T android_image_get_kload
0000000000004bfc T android_image_get_kcomp
0000000000004c04 T android_image_get_ramdisk
0000000000004c90 T android_image_get_kernel_cmdline
0000000000004c98 T android_image_is_bootconfig_used
0000000000004cc0 T android_get_preloaded_partition
0000000000004db4 t is_same_partition
0000000000004e50 T android_image_load
0000000000005910 t _extract_boot_image_header
00000000000059cc t _read_in_boot_ramdisk
0000000000005a3c T android_image_get_second
0000000000005a44 T android_image_get_dtb_by_index
0000000000005a4c t android_read_data
0000000000005b84 W android_bootloader_boot_kernel
0000000000005c6c t hex_to_str
0000000000005cdc T android_bootloader_boot_flow
0000000000006544 t do_avb_verify
000000000000670c t android_part_get_info_by_name_suffix
00000000000067b4 t get_partition_size
0000000000006868 T android_bootloader_request_response
0000000000006a70 t console_write
0000000000006af4 t console_read
0000000000006b80 T oemlock_is_allowed
0000000000006b88 t oemlock_get_field
0000000000006bec T oemlock_set_locked
0000000000006c50 T oemlock_is_locked
0000000000006c58 t get_console
0000000000006cb4 T write_avb_to_keymint_console
0000000000007094 t parse_patchlevel
0000000000007184 t qfw_bootmeth_bind
00000000000071ac t qfw_check
00000000000071d4 t qfw_read_bootflow
000000000000726c t qfw_read_file
0000000000007274 t qfw_boot
00000000000072b4 T boot_fdt_add_mem_rsv_regions
0000000000007400 t boot_fdt_reserve_region
0000000000007464 T boot_relocate_fdt
0000000000007648 t fdt_error
0000000000007680 T boot_get_fdt
0000000000007910 W ft_verify_fdt
0000000000007918 T image_setup_libfdt
0000000000007ac4 T do_bootm
0000000000007be4 T bootm_maybe_autostart
0000000000007c70 T do_bootd
0000000000007c9c t do_help
0000000000007cdc t do_panic
0000000000007d00 t do_version
0000000000007d48 t do_ab_select
0000000000007dec T blk_common_cmd
00000000000080dc t do_source
0000000000008130 T bcb_find_partition_and_load
00000000000081bc t __bcb_initialize
00000000000082b4 t __bcb_load
0000000000008388 T bcb_load
00000000000083f0 T bcb_set
0000000000008410 t __bcb_set
0000000000008520 T bcb_get
0000000000008588 t bcb_field_get
0000000000008680 T bcb_store
0000000000008684 t __bcb_store
0000000000008708 T bcb_reset
000000000000874c t do_bcb
00000000000088ec t do_bcb_load
0000000000008978 t do_bcb_set
0000000000008980 t do_bcb_clear
00000000000089e4 t do_bcb_test
0000000000008a88 t do_bcb_dump
0000000000008ae0 t do_bcb_store
0000000000008ae4 t do_boot_android
0000000000008af4 t do_verified_boot_android
0000000000008b04 t boot_android
0000000000008c84 T efi_get_image_parameters
0000000000008ca0 T efi_set_bootdev
0000000000008df4 T efi_install_fdt
00000000000090b8 T efi_run_image
000000000000926c t do_bootefi_exec
0000000000009340 t do_bootefi
0000000000009530 T do_bootz
0000000000009634 T do_booti
000000000000984c T mk_date
0000000000009ab4 t do_date
0000000000009c38 t do_dm
0000000000009ce4 t complete_dm
0000000000009d0c t do_dm_dump_driver_compat
0000000000009d24 t do_dm_dump_devres
0000000000009d2c t do_dm_dump_drivers
0000000000009d44 t do_dm_dump_static_driver_info
0000000000009d5c t do_dm_dump_tree
0000000000009d9c t do_dm_dump_uclass
0000000000009db4 t do_echo
0000000000009e54 T eficonfig_print_msg
0000000000009e98 T eficonfig_print_entry
0000000000009f4c T eficonfig_display_statusline
0000000000009fac T eficonfig_choice_entry
000000000000a0b4 T eficonfig_destroy
000000000000a138 T eficonfig_process_quit
000000000000a144 T eficonfig_append_menu_entry
000000000000a1fc T eficonfig_append_quit_entry
000000000000a264 T eficonfig_create_fixed_menu
000000000000a2f8 T eficonfig_process_common
000000000000a468 T eficonfig_create_device_path
000000000000a51c T eficonfig_process_clear_file_selection
000000000000a53c T eficonfig_process_show_file_option
000000000000a5c8 T eficonfig_process_select_file
000000000000adb0 T eficonfig_get_unused_bootoption
000000000000ae78 T eficonfig_append_bootorder
000000000000af3c T eficonfig_choice_change_boot_order
000000000000b244 T eficonfig_enumerate_boot_option
000000000000b3a0 T eficonfig_delete_invalid_boot_option
000000000000b604 t delete_boot_option
000000000000b720 T eficonfig_generate_media_device_boot_option
000000000000b8ac t do_eficonfig
000000000000ba48 t eficonfig_volume_selected
000000000000ba68 t sort_file
000000000000ba7c t eficonfig_file_selected
000000000000bc44 t eficonfig_process_add_boot_option
000000000000bcf0 t eficonfig_process_edit_boot_option
000000000000bea8 t eficonfig_process_change_boot_order
000000000000c170 t eficonfig_process_delete_boot_option
000000000000c1b4 t eficonfig_edit_boot_option
000000000000c6f0 t fill_file_info
000000000000c760 t eficonfig_set_boot_option
000000000000c7e8 t create_boot_option_entry
000000000000c8ac t eficonfig_boot_add_enter_description
000000000000c8c4 t prepare_file_selection_entry
000000000000ca2c t eficonfig_boot_add_optional_data
000000000000ca44 t eficonfig_boot_edit_save
000000000000cab4 t handle_user_input
000000000000cb70 t eficonfig_show_boot_selection
000000000000cd58 t eficonfig_add_boot_selection_entry
000000000000cf14 t eficonfig_process_boot_selected
000000000000cf2c t eficonfig_print_change_boot_order_entry
000000000000d008 t eficonfig_add_change_boot_order_entry
000000000000d184 t eficonfig_process_save_boot_order
000000000000d298 t do_exit
000000000000d2d4 T do_fat_size
000000000000d2dc T do_fat_fsload
000000000000d2e4 t do_fat_ls
000000000000d2ec t do_fat_fsinfo
000000000000d394 t do_fat_fswrite
000000000000d39c t do_fat_rm
000000000000d3a4 t do_fat_mkdir
000000000000d3ac t do_size_wrapper
000000000000d3b4 t do_load_wrapper
000000000000d3bc t do_save_wrapper
000000000000d3c4 t do_ls_wrapper
000000000000d3cc t do_ln_wrapper
000000000000d3d4 t do_fstype_wrapper
000000000000d3d8 t do_fstypes_wrapper
000000000000d3dc t do_itest
000000000000d474 t binary_test
000000000000d60c t evalstr
000000000000d688 t evalexp
000000000000d728 t do_sleep
000000000000d81c t do_bootp
000000000000d828 T do_tftpb
000000000000d834 t netboot_common
000000000000db24 t do_ping
000000000000db98 T do_ping6
000000000000dc24 t do_net
000000000000dcc4 t do_net_list
000000000000dd8c t do_part
000000000000e0b4 t do_part_types
000000000000e17c t do_part_type
000000000000e208 t do_part_info
000000000000e35c t do_qemu_fw
000000000000e400 t qemu_fwcfg_do_list
000000000000e484 t qemu_fwcfg_do_cpus
000000000000e4b4 t qemu_fwcfg_do_load
000000000000e5a4 T do_read
000000000000e718 T setexpr_regex_sub
000000000000e988 t substitute
000000000000eaa8 t do_setexpr
000000000000ed98 t get_arg
000000000000eea8 t regex_sub_var
000000000000efd0 t do_test
000000000000f300 t do_false
000000000000f308 t do_true
000000000000f310 t do_virtio
000000000000f3bc t do_fastboot
000000000000f56c t do_gpt
000000000000f7cc t gpt_verify
000000000000f8e8 t gpt_setenv
000000000000fa38 t gpt_enumerate
000000000000fbbc t do_disk_guid
000000000000fc20 t set_gpt_info
0000000000010124 t extract_val
00000000000101d0 t extract_env
00000000000102a4 T do_avb_init
0000000000010314 T do_avb_read_part
00000000000103e4 T do_avb_read_part_hex
000000000001052c T do_avb_write_part
00000000000105f4 T do_avb_read_rb
0000000000010680 T do_avb_write_rb
0000000000010710 T do_avb_get_uuid
00000000000107a0 T do_avb_verify_part
000000000001085c T do_avb_is_unlocked
00000000000108e8 t do_avb
0000000000010974 T env_get_id
0000000000010980 T env_set
00000000000109dc t _do_env_set
0000000000010bdc t do_env
0000000000010c54 t do_env_print
0000000000010d3c t do_env_set
0000000000010d5c t do_env_default
0000000000010e08 t do_env_delete
0000000000010f00 t do_env_verified_import
0000000000011124 t do_env_exists
000000000001117c t env_print
000000000001123c T board_init_f_alloc_reserve
000000000001124c T board_init_f_init_reserve
0000000000011280 T main_loop
00000000000112c4 T get_version
00000000000112cc T jumptable_init
0000000000011544 t dummy
0000000000011548 t mdelay
0000000000011554 T get_local_var
00000000000115ec T set_local_var
0000000000011770 T parse_string_outer
0000000000011894 t parse_stream_outer
0000000000011fe8 T parse_file_outer
0000000000012038 T u_boot_hush_start
0000000000012088 t do_showvar
00000000000121a8 t static_peek
00000000000121b4 t static_get
00000000000121d0 t done_word
00000000000124c8 t done_pipe
000000000001251c t file_peek
0000000000012528 t free_pipe_list
000000000001261c t new_pipe
0000000000012654 t done_command
00000000000126f0 t b_addqchr
000000000001274c t b_addchr
00000000000127e0 t run_list_real
0000000000012f50 t insert_var_value_sub
0000000000013248 t is_assignment
0000000000013294 t make_string
0000000000013400 t file_get
0000000000013600 T bootdelay_process
00000000000136b4 T autoboot_command
00000000000137d4 W board_add_ram_info
00000000000137d8 W arch_cpu_init
00000000000137e0 W mach_cpu_init
00000000000137e8 W board_get_usable_ram_top
00000000000137f4 W arch_setup_dest_addr
00000000000137fc T setup_bdinfo
0000000000013804 W reserve_arch
000000000001380c W checkcpu
0000000000013814 W clear_bss
000000000001381c T board_init_f
00000000000138a0 t setup_mon_len
00000000000138c4 t log_init
00000000000138cc t initf_bootstage
00000000000138d4 t setup_spl_handoff
00000000000138dc t initf_dm
00000000000138e4 t init_baud_rate
000000000001391c t display_text_info
0000000000013924 t print_resetinfo
00000000000139f0 t misc_init_f
00000000000139f8 t announce_dram_init
0000000000013a18 t setup_dest_addr
0000000000013a6c t reserve_round_4k
0000000000013a84 t reserve_video
0000000000013a8c t reserve_trace
0000000000013a94 t reserve_uboot
0000000000013ae0 t reserve_malloc
0000000000013b08 t reserve_board
0000000000013b64 t reserve_global_data
0000000000013b94 t reserve_fdt
0000000000013c14 t reserve_bootstage
0000000000013c1c t reserve_bloblist
0000000000013c24 t reserve_stacks
0000000000013c40 t show_dram_config
0000000000013e6c t display_new_sp
0000000000013e74 t reloc_fdt
0000000000013eec t reloc_bootstage
0000000000013ef4 t reloc_bloblist
0000000000013efc t setup_reloc
0000000000013f44 t cyclic_unregister_all
0000000000013f4c W cpu_secondary_init_r
0000000000013f54 W arch_initr_trap
0000000000013f5c W power_init_board
0000000000013f64 T board_init_r
0000000000014004 t initr_trace
000000000001400c t initr_reloc
0000000000014028 t initr_caches
0000000000014040 t initr_reloc_global_data
0000000000014084 t initr_barrier
000000000001408c t initr_malloc
00000000000140c0 t log_init
00000000000140c8 t initr_bootstage
00000000000140d0 t initr_of_live
00000000000140d8 t initr_dm
00000000000140f8 t initr_binman
0000000000014100 t initr_dm_devices
0000000000014108 t initr_announce
0000000000014110 t dm_announce
00000000000141a0 t initr_env
0000000000014218 t initr_net
000000000001423c t run_main_loop
0000000000014254 T fdt_find_and_setprop
00000000000142e8 T fdt_find_or_add_subnode
000000000001436c T fdt_root
0000000000014404 T fdt_initrd
00000000000145cc W board_fdt_chosen_bootargs
00000000000145d8 T fdt_chosen
00000000000146cc T do_fixup_by_path
0000000000014718 T fdt_fixup_ethernet
00000000000148d0 T fdt_shrink_to_minimum
0000000000014a28 T fdt_support_default_count_cells
0000000000014aa0 T fdt_translate_address
0000000000014aac t __of_translate_address
0000000000014d14 t of_bus_default_map
0000000000014db4 t of_bus_default_translate
0000000000014e4c T menu_default_choice
0000000000014e6c T menu_default_set
0000000000014f08 T menu_get_choice
00000000000150cc T menu_item_add
00000000000151c0 T menu_create
0000000000015268 T menu_destroy
00000000000152e4 T bootmenu_conv_key
0000000000015384 T bootmenu_loop
00000000000153dc T cli_ch_init
00000000000153e8 T cli_ch_process
00000000000155e0 T cli_readline
00000000000155f4 T cli_readline_into_buffer
0000000000015e28 t delete_char
0000000000015f48 t cread_add_char
0000000000016064 T cli_simple_process_macros
00000000000162b0 T bounce_buffer_start_extalign
0000000000016344 T bounce_buffer_stop
00000000000163ac t on_console
0000000000016470 T fputs
0000000000016490 T getchar
00000000000164f8 T tstc
000000000001652c T putc
0000000000016570 T puts
00000000000165b4 T flush
00000000000165f4 T ctrlc
0000000000016644 T disable_ctrlc
000000000001665c T had_ctrlc
0000000000016668 T clear_ctrlc
0000000000016674 T console_assign
00000000000166e0 t console_setfile
00000000000167c8 T console_init_f
00000000000167e0 T console_init_r
0000000000016914 T sbrk
0000000000016980 T mem_malloc_init
00000000000169a0 t malloc
0000000000016e98 t malloc_extend_top
0000000000017060 t free
00000000000172cc t malloc_trim
00000000000173d8 t realloc
000000000001785c t memalign
00000000000179e8 t calloc
0000000000017ab4 T initf_malloc
0000000000017ad4 T malloc_simple
0000000000017adc t alloc_simple
0000000000017b5c T memalign_simple
0000000000017b6c T event_notify
0000000000017c54 T event_notify_null
0000000000017c60 T event_register
0000000000017cd8 T event_init
0000000000017cec W get_effective_memsize
0000000000017cf8 T stdio_file_to_flags
0000000000017d18 T stdio_get_list
0000000000017d24 T stdio_get_by_name
0000000000017d80 T stdio_clone
0000000000017dd0 T stdio_register_dev
0000000000017e28 T stdio_init_tables
0000000000017e3c T stdio_add_devices
0000000000017eec t stdio_serial_putc
0000000000017ef4 t stdio_serial_puts
0000000000017efc t stdio_serial_flush
0000000000017f00 t stdio_serial_getc
0000000000017f04 t stdio_serial_tstc
0000000000017f08 T run_command
0000000000017f1c T run_command_list
0000000000017fb4 T do_run
0000000000018028 T cli_process_fdt
0000000000018070 T cli_secure_boot_cmd
00000000000180ec T cli_loop
00000000000180fc T cli_init
0000000000018100 T _do_help
00000000000182ac T find_cmd_tbl
0000000000018368 T cmd_usage
00000000000183d0 T find_cmd
0000000000018400 T var_complete
0000000000018474 T complete_subcmdv
0000000000018654 T cmd_auto_complete
0000000000018ad4 T cmd_get_data_size
0000000000018b78 T cmd_always_repeatable
0000000000018b88 T cmd_never_repeatable
0000000000018b94 T cmd_discard_repeatable
0000000000018bb8 T cmd_process
0000000000018d70 T cmd_process_error
0000000000018da8 T cmd_source_script
0000000000018df4 T avb_ops_alloc
0000000000018eb4 t read_from_partition
0000000000018ebc t write_to_partition
0000000000018ec8 t validate_vbmeta_public_key
0000000000018f28 t read_rollback_index
0000000000018f64 t write_rollback_index
0000000000018f8c t read_is_device_unlocked
0000000000018fc4 t get_unique_guid_for_partition
0000000000019020 t get_size_of_partition
000000000001906c T avb_ops_free
00000000000190b8 T avb_verify
00000000000190f8 T avb_verify_partitions
0000000000019280 t blk_byte_io
0000000000019478 t get_partition
0000000000019548 t blk_read_and_flush
0000000000019654 t avb_blk_write
0000000000019748 T qfw_get_dev
0000000000019754 T qfw_online_cpus
0000000000019780 T qfw_read_firmware_list
0000000000019870 T qfw_file_iter_init
000000000001989c T qfw_file_iter_next
00000000000198b4 T qfw_file_iter_end
00000000000198c4 T qemu_fwcfg_setup_kernel
0000000000019a6c T blk_get_dev
0000000000019a74 t get_dev_hwpart
0000000000019aac T dev_print
0000000000019d04 T part_init
0000000000019da4 T part_print
0000000000019f20 t part_driver_lookup_type
0000000000019ff4 T part_get_info
000000000001a064 T part_get_info_whole_disk
000000000001a0c8 T blk_get_device_by_str
000000000001a1f8 T blk_get_device_part_str
000000000001a5c4 T part_get_info_by_name_type
000000000001a670 T part_get_info_by_name
000000000001a674 T part_get_info_by_dev_and_name
000000000001a734 T part_get_info_by_dev_and_name_or_num
000000000001a7b4 T part_set_generic_name
000000000001a83c T part_create_block_devices
000000000001a924 T disk_blk_read
000000000001aa04 t dev_get_blk
000000000001aa44 T disk_blk_write
000000000001aacc t part_blk_read
000000000001ab70 t part_blk_write
000000000001ac14 t part_blk_erase
000000000001acb0 t test_block_type
000000000001ad70 t part_get_info_dos
000000000001ad8c t part_print_dos
000000000001adc8 t part_test_dos
000000000001ae68 t part_get_info_extended
000000000001b144 t print_partition_extended
000000000001b3ac T get_disk_guid
000000000001b440 t find_valid_gpt
000000000001b4ac T part_print_efi
000000000001b720 t is_pte_valid
000000000001b770 T part_get_info_efi
000000000001b9ac T write_gpt_table
000000000001bde8 t set_protective_mbr
000000000001becc T gpt_fill_pte
000000000001c304 T gpt_fill_header
000000000001c524 t partition_entries_offset
000000000001c594 T gpt_restore
000000000001c6b8 T gpt_verify_headers
000000000001c778 t is_gpt_valid
000000000001ca74 T gpt_repair_headers
000000000001cc08 t write_one_gpt_table
000000000001cd2c T gpt_verify_partitions
000000000001cf54 t validate_gpt_header
000000000001d13c t part_test_efi
000000000001d204 T blk_get_uclass_name
000000000001d244 T blk_get_devnum_by_uclass_idname
000000000001d330 T blk_list_part
000000000001d3bc t get_desc
000000000001d490 T blk_print_part_devnum
000000000001d4d4 T blk_list_devices
000000000001d558 T blk_print_device_num
000000000001d5a8 T blk_show_device
000000000001d630 T blk_read_devnum
000000000001d690 T blk_dread
000000000001d698 T blk_write_devnum
000000000001d6f8 T blk_dwrite
000000000001d700 T blk_dselect_hwpart
000000000001d72c T blk_read
000000000001d7e0 T blk_write
000000000001d864 T blk_erase
000000000001d8d4 T blk_derase
000000000001d8dc T blk_find_max_devnum
000000000001d95c T blk_next_free_devnum
000000000001d980 T blk_create_device
000000000001db34 t blk_post_probe
000000000001db70 T blkcache_read
000000000001dc70 T blkcache_fill
000000000001ddb8 T blkcache_invalidate
000000000001de5c T device_bind_with_driver_data
000000000001de74 t device_bind_common
000000000001e194 T device_bind
000000000001e1a4 T device_bind_by_name
000000000001e220 T device_of_to_plat
000000000001e344 T device_probe
000000000001e498 T device_get_uclass_id
000000000001e4a8 T dev_get_plat
000000000001e4dc T dev_get_parent_plat
000000000001e510 T dev_get_uclass_plat
000000000001e544 T dev_get_priv
000000000001e578 T dev_get_uclass_priv
000000000001e5ac T dev_get_parent_priv
000000000001e5e0 T dev_get_parent
000000000001e5e8 T device_get_decendent_count
000000000001e634 T device_find_first_child
000000000001e650 T device_find_next_child
000000000001e67c T device_first_child_err
000000000001e6c4 T device_next_child_err
000000000001e718 T dev_get_driver_data
000000000001e720 T device_set_name_alloced
000000000001e730 T device_set_name
000000000001e778 T dev_set_priv
000000000001e780 T dev_set_parent_priv
000000000001e788 T dev_set_uclass_priv
000000000001e790 T dev_set_plat
000000000001e798 T dev_set_parent_plat
000000000001e7a0 T dev_set_uclass_plat
000000000001e7a8 T device_is_compatible
000000000001e7c8 t alloc_priv
000000000001e830 T devfdt_get_addr_index
000000000001e91c T devfdt_get_addr
000000000001e924 T lists_driver_lookup_name
000000000001e9ac T lists_uclass_lookup
000000000001ea10 T lists_bind_drivers
000000000001eb20 T device_bind_driver
000000000001eb2c T device_bind_driver_to_node
000000000001eb94 T lists_bind_fdt
000000000001ed90 T dm_root
000000000001edc8 T dm_init
000000000001ee5c T dm_remove_devices_flags
000000000001eeac T dm_scan_plat
000000000001eee4 T dm_scan_fdt_dev
000000000001eefc t dm_scan_fdt_node
000000000001efa4 T dm_extended_scan
000000000001f020 W dm_scan_other
000000000001f028 T dm_init_and_scan
000000000001f0a0 T dm_get_stats
000000000001f0d8 t dm_probe_devices
000000000001f160 T uclass_get_priv
000000000001f168 T uclass_get
000000000001f2c4 T dev_get_uclass_index
000000000001f310 T uclass_find_device
000000000001f384 T uclass_find_device_by_namelen
000000000001f42c T uclass_find_next_free_seq
000000000001f49c T uclass_find_device_by_seq
000000000001f514 T uclass_find_device_by_of_offset
000000000001f588 T uclass_get_nth_device_by_driver_name
000000000001f614 T uclass_get_device
000000000001f65c T uclass_get_device_by_name
000000000001f6c0 T uclass_get_device_by_seq
000000000001f708 T uclass_get_device_by_of_offset
000000000001f750 T uclass_first_device
000000000001f798 t _uclass_next_device
000000000001f7fc T uclass_next_device
000000000001f820 T uclass_first_device_err
000000000001f854 T uclass_first_device_check
000000000001f8b4 T uclass_next_device_check
000000000001f8ec T uclass_get_count
000000000001f928 T uclass_bind_device
000000000001f998 T uclass_pre_unbind_device
000000000001f9c4 T uclass_unbind_device
000000000001f9e0 T uclass_pre_probe_device
000000000001fa40 T uclass_post_probe_device
000000000001faa0 T uclass_pre_remove_device
000000000001facc T uclass_probe_all
000000000001fb40 T pci_get_devfn
000000000001fb8c T dev_tag_set_ptr
000000000001fc50 T dev_tag_get_ptr
000000000001fcb8 T dev_tag_del
000000000001fd50 T devres_release_probe
000000000001fd5c t release_nodes
000000000001fde0 T devres_release_all
000000000001fdec T device_chld_unbind
000000000001fe8c T device_unbind
000000000001ffb0 T device_chld_remove
0000000000020044 T device_remove
00000000000201c4 T device_free
0000000000020278 T dm_dump_tree
0000000000020314 t show_devices
00000000000204f4 T dm_dump_uclass
00000000000205fc T dm_dump_driver_compat
0000000000020714 T dm_dump_drivers
0000000000020898 T dm_dump_static_driver_info
000000000002091c t h_cmp_uclass_id
0000000000020950 T ofnode_get_name
0000000000020970 T ofnode_read_u32_index
00000000000209e4 T ofnode_read_u32_default
0000000000020a10 T ofnode_read_bool
0000000000020a40 T ofnode_get_property
0000000000020a5c T ofnode_read_string
0000000000020ab0 T ofnode_find_subnode
0000000000020ad8 T ofnode_is_enabled
0000000000020b00 T ofnode_first_subnode
0000000000020b24 T ofnode_next_subnode
0000000000020b48 T ofnode_path
0000000000020b74 T ofnode_read_u8_array_ptr
0000000000020b90 T ofnode_read_pci_addr
0000000000020c70 T ofnode_read_pci_vendev
0000000000020d8c T ofnode_read_simple_addr_cells
0000000000020d9c T ofnode_read_simple_size_cells
0000000000020dac T ofnode_pre_reloc
0000000000020e54 T ofnode_read_resource
0000000000020ec0 T ofnode_device_is_compatible
0000000000020eec T ofnode_by_prop_value
0000000000020f1c T ofnode_conf_read_int
0000000000020f7c T ofnode_conf_read_str
0000000000020fc8 T sysreset_get_status
0000000000020fe4 T sysreset_walk
000000000002107c T sysreset_walk_halt
00000000000210b0 T do_reset
0000000000021114 t sysreset_post_bind
000000000002111c t psci_sysreset_request
0000000000021158 T efi_reset_system_init
0000000000021188 T psci_sys_reset
0000000000021234 T psci_sys_poweroff
0000000000021278 t psci_bind
00000000000212d4 t psci_probe
0000000000021370 T pci_get_controller
00000000000213b4 T dm_pci_get_bdf
000000000002140c t pci_get_bus_max
0000000000021454 T pci_get_ff
0000000000021470 T pci_bus_find_devfn
00000000000214dc T dm_pci_write_config
00000000000215a0 T dm_pci_write_config8
00000000000215ac T dm_pci_write_config16
00000000000215b8 T dm_pci_write_config32
00000000000215c4 T dm_pci_read_config
00000000000216a8 T dm_pci_read_config8
00000000000216dc T dm_pci_read_config16
0000000000021710 T dm_pci_read_config32
0000000000021744 T pci_auto_config_devices
000000000002187c T pci_generic_mmap_write_config
000000000002191c T pci_generic_mmap_read_config
00000000000219cc T dm_pci_hose_probe_bus
0000000000021a90 T dm_pci_find_capability
0000000000021b18 W board_pci_fixup_dev
0000000000021b1c T pci_bind_bus_devices
0000000000022024 T dm_pci_bus_to_phys
0000000000022108 T dm_pci_map_bar
0000000000022288 T dm_pci_find_next_capability
0000000000022290 t _dm_pci_find_next_capability
0000000000022350 t pci_uclass_pre_probe
0000000000022640 t pci_uclass_post_probe
00000000000226a0 t pci_uclass_child_post_bind
00000000000226ec T pci_init
0000000000022728 t pci_bridge_read_config
00000000000227c4 t pci_bridge_write_config
0000000000022840 T dm_pciauto_prescan_setup_bridge
0000000000022c50 T dm_pciauto_postscan_setup_bridge
0000000000022db8 T dm_pciauto_config_device
0000000000022e60 t dm_pciauto_setup_device
0000000000023100 t dm_pciauto_exp_link_stable
00000000000231ac T pciauto_region_align
00000000000231c8 T pciauto_region_allocate
000000000002323c T pciauto_config_init
0000000000023334 t pci_generic_ecam_probe
0000000000023364 t pci_generic_ecam_of_to_plat
00000000000233e0 t pci_generic_ecam_read_config
0000000000023494 t pci_generic_ecam_write_config
0000000000023534 t pci_generic_ecam_conf_address
00000000000235cc T serial_init
000000000002374c T serial_setbrg
0000000000023788 T serial_initialize
00000000000237a0 T serial_putc
000000000002381c T serial_puts
000000000002383c t _serial_puts
00000000000238bc T serial_flush
0000000000023910 T serial_getc
0000000000023968 T serial_tstc
00000000000239a4 T serial_stdio_init
00000000000239a8 t on_baudrate
0000000000023aa8 t serial_post_probe
0000000000023b7c t serial_pre_remove
0000000000023b84 t serial_stub_putc
0000000000023bf0 t serial_stub_puts
0000000000023bf8 t serial_stub_flush
0000000000023c3c t serial_stub_getc
0000000000023c7c t serial_stub_tstc
0000000000023ca0 T pl01x_serial_setbrg
0000000000023dec T pl01x_serial_probe
0000000000023e68 T pl01x_serial_getc
0000000000023eb0 T pl01x_serial_putc
0000000000023ef8 T pl01x_serial_pending
0000000000023f48 T pl01x_serial_of_to_plat
0000000000023fc8 T virtio_get_config
0000000000023fdc T virtio_set_config
0000000000023ff0 T virtio_generation
0000000000024010 T virtio_reset
0000000000024024 T virtio_find_vqs
0000000000024038 T virtio_notify
000000000002404c T virtio_add_status
00000000000240ac T virtio_finalize_features
000000000002413c T virtio_driver_features_init
0000000000024150 T virtio_init
0000000000024158 t virtio_uclass_pre_probe
00000000000241c4 t virtio_uclass_post_probe
0000000000024290 t virtio_uclass_child_post_bind
00000000000242ac t virtio_uclass_child_pre_probe
00000000000244e4 t virtio_uclass_child_post_probe
0000000000024500 t virtio_bootdev_bind
0000000000024524 t virtio_bootdev_hunt
000000000002454c T virtqueue_add
00000000000247f4 T virtqueue_kick
000000000002488c T virtqueue_get_buf
0000000000024a58 T vring_create_virtqueue
0000000000024d14 T vring_del_virtqueue
0000000000024d5c T virtqueue_get_vring_size
0000000000024d64 T virtqueue_get_desc_addr
0000000000024d6c T virtqueue_get_avail_addr
0000000000024d74 T virtqueue_get_used_addr
0000000000024d7c T virtqueue_poll
0000000000024db4 t __bb_force_page_align
0000000000024dd8 t virtio_mmio_probe
0000000000024e80 t virtio_mmio_of_to_plat
0000000000024ec0 t virtio_mmio_get_config
0000000000025004 t virtio_mmio_set_config
000000000002515c t virtio_mmio_generation
00000000000251a4 t virtio_mmio_get_status
00000000000251dc t virtio_mmio_set_status
0000000000025238 t virtio_mmio_reset
000000000002525c t virtio_mmio_get_features
00000000000252c8 t virtio_mmio_set_features
0000000000025350 t virtio_mmio_find_vqs
0000000000025570 t virtio_mmio_del_vqs
0000000000025644 t virtio_mmio_notify
0000000000025678 t virtio_pci_bind
00000000000256d4 t virtio_pci_probe
00000000000258d8 t virtio_pci_find_capability
0000000000025a40 t virtio_pci_get_config
0000000000025b54 t virtio_pci_set_config
0000000000025c98 t virtio_pci_generation
0000000000025cd0 t virtio_pci_get_status
0000000000025d08 t virtio_pci_set_status
0000000000025d70 t virtio_pci_reset
0000000000025dc8 t virtio_pci_get_features
0000000000025e30 t virtio_pci_set_features
0000000000025ec0 t virtio_pci_find_vqs
000000000002602c t virtio_pci_del_vqs
00000000000260a0 t virtio_pci_notify
0000000000026114 t virtio_net_bind
000000000002614c t virtio_net_probe
00000000000261b8 t virtio_net_start
0000000000026248 t virtio_net_send
00000000000262ec t virtio_net_recv
000000000002634c t virtio_net_free_pkt
00000000000263a8 t virtio_net_stop
00000000000263ac t virtio_net_write_hwaddr
0000000000026428 t virtio_net_read_rom_hwaddr
00000000000264f8 t virtio_blk_bind
00000000000265b0 t virtio_blk_probe
0000000000026668 t virtio_blk_read
0000000000026670 t virtio_blk_write
0000000000026678 t virtio_blk_erase
0000000000026704 t virtio_blk_do_req
000000000002685c t virtio_console_bind
000000000002688c t virtio_console_probe
00000000000268e8 t add_inbuf
000000000002696c t virtio_console_serial_setbrg
0000000000026974 t virtio_console_serial_getc
0000000000026a00 t virtio_console_serial_putc
0000000000026a78 t virtio_console_serial_pending
0000000000026a9c T fastboot_response
0000000000026b40 T fastboot_fail
0000000000026b58 T fastboot_okay
0000000000026b8c W fastboot_set_reboot_flag
0000000000026c20 T fastboot_boot
0000000000026cb4 T fastboot_handle_boot
0000000000026d24 T fastboot_set_progress_callback
0000000000026d30 T fastboot_init
0000000000026d64 T fastboot_getvar
0000000000026e60 t getvar_version
0000000000026e6c t getvar_version_bootloader
0000000000026e78 t getvar_downloadsize
0000000000026e94 t getvar_serialno
0000000000026edc t getvar_version_baseband
0000000000026ee8 t getvar_product
0000000000026f30 t getvar_platform
0000000000026f78 t getvar_current_slot
0000000000026f84 t getvar_has_slot
0000000000027040 t getvar_partition_size
0000000000027098 t getvar_is_userspace
00000000000270a4 T fastboot_handle_command
0000000000027178 T fastboot_data_remaining
0000000000027190 T fastboot_data_download
000000000002725c T fastboot_data_complete
00000000000272b8 t getvar
00000000000272bc t download
0000000000027378 t flash
0000000000027390 t erase
0000000000027394 t okay
000000000002739c t reboot_bootloader
00000000000273e4 t reboot_fastbootd
000000000002742c t reboot_recovery
0000000000027474 t run_flashing_lock
00000000000274d4 t run_flashing_unlock
000000000002754c T fastboot_block_get_part_info
0000000000027618 T fastboot_block_erase
000000000002768c t fb_block_write
000000000002777c T fastboot_block_write_raw_image
0000000000027870 T fastboot_block_write_sparse_image
0000000000027914 t fb_block_sparse_write
0000000000027920 t fb_block_sparse_reserve
0000000000027928 T fastboot_block_flash_write
00000000000279c4 T qfw_read_entry
0000000000027a78 T qfw_register
0000000000027b28 t qfw_post_bind
0000000000027b30 t qfw_get_bootflow
0000000000027b48 t qfw_bootdev_bind
0000000000027b6c t qfw_bootdev_hunt
0000000000027b94 t qfw_mmio_probe
0000000000027b98 t qfw_mmio_of_to_plat
0000000000027bd0 t qfw_mmio_read_entry_io
0000000000027c8c t qfw_mmio_read_entry_dma
0000000000027cb8 T dm_rtc_get
0000000000027cd4 T dm_rtc_set
0000000000027cf0 T dm_rtc_reset
0000000000027d0c t pl031_probe
0000000000027d34 t pl031_of_to_plat
0000000000027d6c t pl031_get
0000000000027db0 t pl031_set
0000000000027dfc t pl031_reset
0000000000027e20 T dm_rng_read
0000000000027e3c T env_set_ulong
0000000000027e68 T env_set_hex
0000000000027eac T env_get_hex
0000000000027efc T env_get
0000000000027f98 T eth_env_get_enetaddr
0000000000028000 T eth_env_set_enetaddr
000000000002805c t env_get_from_linear
0000000000028178 T env_get_ulong
00000000000281b8 T env_get_yesno
0000000000028214 T env_get_autostart
0000000000028238 T env_get_default
0000000000028278 T env_set_default
0000000000028328 T env_set_default_vars
0000000000028358 T env_relocate
0000000000028374 T env_complete
0000000000028544 W arch_env_get_location
0000000000028554 W env_get_location
0000000000028558 T env_load
000000000002862c t env_driver_lookup
00000000000286a4 T env_init
000000000002878c T env_attr_walk
00000000000288dc T env_attr_lookup
0000000000028960 t regex_callback
0000000000028ac4 T env_flags_parse_vartype
0000000000028b20 T env_flags_parse_varaccess
0000000000028b80 T eth_validate_ethaddr_str
0000000000028c48 T env_flags_init
0000000000028d10 t on_flags
0000000000028d70 T env_flags_validate
0000000000029018 t clear_flags
0000000000029028 t set_flags
00000000000290c0 T env_callback_init
00000000000291cc t on_callbacks
000000000002922c t clear_callback
000000000002923c t set_callback
0000000000029318 t env_nowhere_load
0000000000029340 t env_nowhere_init
0000000000029350 T fs_get_type
000000000002935c T fs_set_blk_dev
0000000000029420 T fs_set_blk_dev_with_part
00000000000294e4 T fs_close
0000000000029524 T fs_exists
000000000002958c T fs_size
00000000000295f4 T fs_read
000000000002965c T fs_write
0000000000029704 T fs_opendir
00000000000297b0 T fs_readdir
0000000000029848 T fs_closedir
00000000000298b8 T fs_unlink
0000000000029920 T fs_mkdir
0000000000029988 T fs_ln
0000000000029a00 T do_size
0000000000029ab8 T do_load
0000000000029e10 T do_ls
0000000000029ee4 T file_exists
0000000000029f68 T do_save
000000000002a0a0 T do_fs_type
000000000002a164 T do_rm
000000000002a200 T do_mkdir
000000000002a2b4 T do_ln
000000000002a308 T do_fs_types
000000000002a3ac t fs_ls_generic
000000000002a49c t fs_ln_unsupported
000000000002a4a4 t fs_probe_unsupported
000000000002a4ac t fs_ls_unsupported
000000000002a4b4 t fs_exists_unsupported
000000000002a4bc t fs_size_unsupported
000000000002a4c4 t fs_read_unsupported
000000000002a4cc t fs_write_unsupported
000000000002a4d4 t fs_close_unsupported
000000000002a4d8 t fs_uuid_unsupported
000000000002a4e0 t fs_opendir_unsupported
000000000002a4e8 t fs_unlink_unsupported
000000000002a4f0 t fs_mkdir_unsupported
000000000002a4f8 T fat_set_blk_dev
000000000002a5d8 T fat_next_cluster
000000000002a730 t get_fatent
000000000002a8e0 T file_fat_detectfs
000000000002a9a8 t read_bootsectandvi
000000000002aaf8 T fat_exists
000000000002ab78 t fat_itr_root
000000000002ad2c t fat_itr_resolve
000000000002aee0 T fat_size
000000000002afb4 T fat_read_file
000000000002b36c T fat_opendir
000000000002b41c T fat_readdir
000000000002b514 t fat_itr_next
000000000002b818 t fat2rtc
000000000002b86c T fat_closedir
000000000002b894 T fat_close
000000000002b898 T fat_uuid
000000000002b8f8 T file_fat_write_at
000000000002bb64 t split_filename
000000000002bcd4 t normalize_longname
000000000002be08 t find_directory_entry
000000000002be8c t set_name
000000000002c118 t fat_find_empty_dentries
000000000002c2d4 t fill_dir_slot
000000000002c564 t fill_dentry
000000000002c5d8 t set_contents
000000000002ce70 t flush_dirty_fat_buffer
000000000002cf20 t flush_dir
000000000002cfb0 T file_fat_write
000000000002cfc0 T fat_unlink
000000000002d170 t fat_dir_entries
000000000002d240 t delete_dentry_long
000000000002d334 T fat_mkdir
000000000002d6a4 t fat_itr_child
000000000002d720 t get_cluster
000000000002d8fc t next_dent
000000000002d968 t downcase
000000000002d9b8 t str2fat
000000000002da70 t fat_move_to_cluster
000000000002dac0 t set_fatent_value
000000000002dcf8 t clear_fatent
000000000002dd8c t determine_fatent
000000000002dde0 t disk_write
000000000002de5c t set_sectors
000000000002dfd0 t delete_single_dentry
000000000002e024 T efi_driver_init
000000000002e184 t efi_uc_init
000000000002e18c t efi_uc_destroy
000000000002e194 t efi_uc_supported
000000000002e258 t efi_uc_start
000000000002e330 t efi_uc_stop
000000000002e448 t check_node_type
000000000002e4d4 t disconnect_child
000000000002e530 t efi_bl_read
000000000002e59c t efi_bl_write
000000000002e608 t efi_bl_init
000000000002e68c t efi_bl_bind
000000000002e7d4 T efi_bootmgr_load
000000000002e978 t try_load_entry
000000000002ec74 t try_load_from_file_path
000000000002ed6c T __efi_entry_check
000000000002edb0 T __efi_exit_check
000000000002ede4 T efi_save_gd
000000000002edf4 T efi_restore_gd
000000000002ee18 T efi_signal_event
000000000002eee4 t efi_queue_event
000000000002ef48 T efi_add_handle
000000000002ef70 T efi_create_handle
000000000002efd4 T efi_search_protocol
000000000002f074 T efi_search_obj
000000000002f0a4 T efi_remove_protocol
000000000002f104 T efi_delete_handle
000000000002f1b8 T efi_create_event
000000000002f308 T efi_timer_check
000000000002f3bc t efi_process_event_queue
000000000002f4a8 T efi_set_timer
000000000002f544 T efi_add_protocol
000000000002f6a8 T efi_register_protocol_notify
000000000002f7a0 T efi_install_configuration_table
000000000002f9b0 T efi_setup_loaded_image
000000000002fafc T efi_locate_device_path
000000000002fcdc T efi_locate_handle_buffer
000000000002fd4c T efi_load_image
000000000003024c T efi_close_protocol
0000000000030338 T efi_locate_handle_buffer_int
00000000000303fc t efi_locate_handle
000000000003059c T efi_install_multiple_protocol_interfaces
00000000000305f0 t efi_install_multiple_protocol_interfaces_int
0000000000030884 T efi_uninstall_multiple_protocol_interfaces
00000000000308d8 t efi_uninstall_multiple_protocol_interfaces_int
0000000000030ab0 T efi_protocol_open
0000000000030cfc t efi_disconnect_controller
0000000000031084 T efi_start_image
0000000000031364 t efi_open_protocol
00000000000314f4 T efi_unload_image
000000000003169c t efi_delete_image
000000000003174c T efi_handle_protocol
0000000000031760 T efi_initialize_system_table
00000000000317ec t efi_install_protocol_interface
00000000000318ac t efi_uninstall_protocol_interface
000000000003195c t efi_uninstall_protocol
0000000000031a58 t efi_disconnect_all_drivers
0000000000031c3c t efi_raise_tpl
0000000000031cb0 t efi_restore_tpl
0000000000031d34 t efi_allocate_pages_ext
0000000000031da4 t efi_free_pages_ext
0000000000031e14 t efi_get_memory_map_ext
0000000000031e84 t efi_allocate_pool_ext
0000000000031ef4 t efi_free_pool_ext
0000000000031f64 t efi_create_event_ext
0000000000031fdc t efi_set_timer_ext
000000000003204c t efi_wait_for_event
000000000003221c t efi_signal_event_ext
00000000000322dc t efi_close_event
0000000000032464 t efi_check_event
0000000000032578 t efi_reinstall_protocol_interface
0000000000032674 t efi_locate_handle_ext
00000000000326e4 t efi_install_configuration_table_ext
0000000000032754 t efi_exit
00000000000328f4 t efi_exit_boot_services
0000000000032b04 t efi_get_next_monotonic_count
0000000000032b88 t efi_stall
0000000000032c2c t efi_set_watchdog_timer
0000000000032c9c t efi_connect_controller
0000000000032f4c t efi_close_protocol_ext
0000000000032fbc t efi_open_protocol_information
0000000000033110 t efi_protocols_per_handle
00000000000332a8 t efi_locate_protocol
0000000000033468 t efi_install_multiple_protocol_interfaces_ext
0000000000033510 t efi_uninstall_multiple_protocol_interfaces_ext
00000000000335b8 t efi_calculate_crc32
0000000000033658 t efi_copy_mem
00000000000336c8 t efi_set_mem
0000000000033744 t efi_create_event_ex
00000000000337dc t efi_update_exit_data
000000000003385c t efi_bind_controller
00000000000339e4 T efi_get_dp_from_boot
0000000000033aa4 T efi_link_dev
0000000000033abc T efi_unlink_dev
0000000000033aec T efi_varname_is_load_option
0000000000033b7c T efi_next_variable_name
0000000000033c08 T efi_setup_console_size
0000000000033dd8 t efi_cout_reset
0000000000033e28 t efi_cout_output_string
0000000000033fbc t efi_cout_test_string
0000000000033fd8 t efi_cout_query_mode
0000000000034070 t efi_cout_set_mode
00000000000340e8 t efi_cout_set_attribute
000000000003415c t efi_cout_clear_screen
00000000000341b0 t efi_cout_set_cursor_position
000000000003425c t efi_cout_enable_cursor
00000000000342a8 t efi_cin_reset
00000000000342e8 t efi_cin_read_key_stroke
0000000000034374 T efi_console_register
00000000000344c4 t efi_key_notify
00000000000344dc t efi_console_timer_notify
00000000000344f4 T efi_console_get_u16_string
0000000000034654 t efi_cin_empty_buffer
000000000003467c t term_get_char
00000000000346d0 t efi_cin_check
0000000000034a20 t set_shift_mask
0000000000034a80 t analyze_modifiers
0000000000034b1c t efi_cin_reset_ex
0000000000034b5c t efi_cin_read_key_stroke_ex
0000000000034c64 t efi_cin_set_state
0000000000034c80 t efi_cin_register_key_notify
0000000000034d28 t efi_cin_unregister_key_notify
0000000000034da8 T efi_dp_next
0000000000034de0 T efi_dp_shorten
0000000000034e50 T efi_dp_find_obj
0000000000034eac t find_handle
0000000000035060 T efi_dp_last_node
00000000000350ac T efi_dp_instance_size
000000000003510c T efi_dp_size
0000000000035148 T efi_dp_dup
00000000000351d4 t dp_alloc
0000000000035220 T efi_dp_append
0000000000035228 t efi_dp_append_or_concatenate
000000000003537c T efi_dp_concat
0000000000035384 T efi_dp_append_node
00000000000354c4 T efi_dp_create_device_node
0000000000035524 T efi_dp_append_instance
000000000003564c T efi_dp_get_next_instance
0000000000035724 T efi_dp_is_multi_instance
0000000000035758 T efi_dp_from_part
00000000000357e8 t dp_part_fill
0000000000035828 T efi_dp_part_node
0000000000035884 t dp_part_node
0000000000035b00 T efi_dp_from_file
0000000000035c58 T efi_dp_from_uart
0000000000035cc8 T efi_dp_from_eth
0000000000035d30 t dp_size
0000000000035e0c t dp_fill
0000000000035ff8 T efi_dp_from_mem
000000000003610c T efi_dp_split_file_path
00000000000361e0 T efi_dp_from_name
0000000000036460 T efi_dp_check_length
00000000000364d0 T efi_dp_from_lo
0000000000036600 T efi_dp_str
000000000003663c t efi_convert_device_path_to_text
00000000000366ec t efi_convert_device_node_to_text
0000000000036738 t efi_convert_single_device_node_to_text
0000000000036f38 t efi_str_to_u16
0000000000036fa0 t get_device_path_size
0000000000036fd8 t duplicate_device_path
000000000003700c t append_device_path
0000000000037048 t append_device_node
0000000000037084 t append_device_path_instance
00000000000370c0 t get_next_device_path_instance
00000000000370fc t is_device_path_multi_instance
0000000000037130 t create_device_node
000000000003717c T efi_try_purge_kaslr_seed
000000000003721c T efi_carve_out_dt_rsv
0000000000037350 t efi_reserve_memory
00000000000373a0 t efi_dt_fixup
000000000003752c T efi_file_open_int
00000000000375ac t file_open
00000000000378b0 T efi_file_size
0000000000037984 T efi_file_read_int
0000000000037c30 T efi_file_setpos_int
0000000000037c98 t efi_get_file_size
0000000000037cf0 T efi_file_from_path
0000000000037e50 T efi_simple_file_system
0000000000037ea0 t efi_open_volume
0000000000037f18 t efi_create_file
0000000000037f50 t efi_file_open
0000000000037fb4 t efi_file_close
0000000000037fec t efi_file_delete
0000000000038050 t efi_file_read
000000000003809c t efi_file_write
00000000000380e8 t efi_file_getpos
0000000000038130 t efi_file_setpos
000000000003816c t efi_file_getinfo
0000000000038380 t efi_file_setinfo
00000000000384c8 t efi_file_flush
0000000000038510 t efi_file_open_ex
00000000000385a0 t efi_file_read_ex
0000000000038608 t efi_file_write_ex
0000000000038670 t efi_file_flush_ex
00000000000386d8 t efi_file_write_int
0000000000038798 t new_package_list
0000000000038858 t remove_package_list
00000000000388b8 t update_package_list
00000000000389e4 t list_package_lists
0000000000038b10 t export_package_lists
0000000000038b50 t register_package_notify
0000000000038bc0 t unregister_package_notify
0000000000038be0 t find_keyboard_layouts
0000000000038cb4 t get_keyboard_layout
0000000000038d7c t set_keyboard_layout
0000000000038db4 t get_package_list_handle
0000000000038e20 t new_string
0000000000038f54 t get_string
000000000003904c t set_string
00000000000391a8 t get_languages
00000000000392d4 t get_secondary_languages
000000000003938c t add_packages
0000000000039760 t free_packagelist
00000000000397a4 t free_keyboard_layouts
00000000000397f8 t remove_strings_package
0000000000039880 t remove_guid_package
00000000000398c4 t remove_keyboard_package
0000000000039914 t language_match
0000000000039970 T efi_print_image_infos
0000000000039a90 T efi_check_pe
0000000000039ae8 T efi_load_pe
0000000000039dfc t efi_set_code_and_data_type
0000000000039e64 t efi_loader_relocate
0000000000039f44 T efi_set_load_options
0000000000039f9c T efi_deserialize_load_option
000000000003a0a8 T efi_serialize_load_option
000000000003a198 T efi_add_memory_map
000000000003a1b4 t efi_add_memory_map_pg
000000000003a3f4 T efi_allocate_pages
000000000003a5a4 t efi_check_allocated
000000000003a604 T efi_free_pages
000000000003a698 T efi_alloc_aligned_pages
000000000003a784 T efi_allocate_pool
000000000003a820 T efi_free_pool
000000000003a8c0 T efi_get_memory_map
000000000003a998 T efi_get_memory_map_alloc
000000000003aa40 T efi_add_conventional_memory_map
000000000003aad0 W efi_add_known_memory
000000000003ab14 T efi_memory_init
000000000003ab9c t efi_mem_sort
000000000003ac6c t efi_mem_cmp
000000000003ac88 T efi_root_node_register
000000000003adac T efi_init_runtime_supported
000000000003ae1c t efi_get_time_boottime
000000000003af24 t efi_set_time_boottime
000000000003b094 t efi_set_virtual_address_map
000000000003b2cc t efi_reset_system_boottime
000000000003b358 W allow_unaligned
000000000003b35c T efi_init_early
000000000003b3a0 T efi_init_obj_list
000000000003b54c T efi_create_indexed_name
000000000003b5e4 t efi_stri_coll
000000000003b674 t efi_metai_match
000000000003b6b0 t efi_str_lwr
000000000003b6f4 t efi_str_upr
000000000003b738 t efi_fat_to_str
000000000003b7a8 t efi_str_to_fat
000000000003b8b0 t metai_match
000000000003ba54 T efi_get_variable
000000000003bacc T efi_set_variable
000000000003bb48 T efi_get_next_variable_name
000000000003bb94 T efi_query_variable_info
000000000003bc04 T efi_init_secure_state
000000000003bd60 T efi_auth_var_get_type
000000000003bde0 T efi_get_var
000000000003be84 T efi_var_mem_init
000000000003bf3c t efi_var_mem_notify_exit_boot_services
000000000003bfb8 T efi_var_collect
000000000003c180 T efi_var_to_file
000000000003c228 t efi_set_blk_dev_to_system_partition
000000000003c2b8 T efi_var_restore
000000000003c430 T efi_var_from_file
000000000003c4e8 T efi_set_variable_int
000000000003c6d0 T efi_query_variable_info_int
000000000003c750 T efi_variables_boot_exit_notify
000000000003c788 T efi_init_variables
000000000003c7b0 T efi_set_watchdog
000000000003c7e0 T efi_watchdog_register
000000000003c838 t efi_watchdog_timer_notify
000000000003c86c T efi_disk_is_removable
000000000003c8c0 T efi_fs_from_path
000000000003c940 T efi_disk_probe
000000000003cb0c T efi_disk_remove
000000000003cbac T efi_disk_get_device_name
000000000003cca0 T efi_disks_register
000000000003ccdc t efi_disk_add_dev
000000000003cf50 t efi_disk_reset
000000000003cf6c t efi_disk_read_blocks
000000000003d024 t efi_disk_write_blocks
000000000003d0ec t efi_disk_flush_blocks
000000000003d108 t efi_disk_rw_blocks
000000000003d1d4 T efi_net_register
000000000003d588 t efi_net_start
000000000003d5f0 t efi_net_stop
000000000003d650 t efi_net_initialize
000000000003d6ec t efi_net_reset
000000000003d760 t efi_net_shutdown
000000000003d7dc t efi_net_receive_filters
000000000003d7f8 t efi_net_station_address
000000000003d814 t efi_net_statistics
000000000003d830 t efi_net_mcastiptomac
000000000003d904 t efi_net_nvdata
000000000003d920 t efi_net_get_status
000000000003d9b4 t efi_net_transmit
000000000003daf4 t efi_net_receive
000000000003dcc4 t efi_pxe_base_code_start
000000000003dccc t efi_pxe_base_code_stop
000000000003dcd4 t efi_pxe_base_code_dhcp
000000000003dcdc t efi_pxe_base_code_discover
000000000003dce4 t efi_pxe_base_code_mtftp
000000000003dcec t efi_pxe_base_code_udp_write
000000000003dcf4 t efi_pxe_base_code_udp_read
000000000003dcfc t efi_pxe_base_code_set_ip_filter
000000000003dd04 t efi_pxe_base_code_arp
000000000003dd0c t efi_pxe_base_code_set_parameters
000000000003dd14 t efi_pxe_base_code_set_station_ip
000000000003dd1c t efi_pxe_base_code_set_packets
000000000003dd24 t efi_network_timer_notify
000000000003dda8 t efi_net_push
000000000003de3c T efi_smbios_register
000000000003decc W platform_get_rng_device
000000000003df10 T efi_rng_register
000000000003df78 t rng_getinfo
000000000003e028 t getrng
000000000003e0f4 T efi_initrd_register
000000000003e1b8 T efi_initrd_deregister
000000000003e208 t efi_load_file2_initrd
000000000003e374 T console_read_unicode
000000000003e488 T utf8_get
000000000003e57c T utf8_put
000000000003e658 T utf8_utf16_strnlen
000000000003e6cc T utf8_utf16_strncpy
000000000003e754 T utf16_put
000000000003e7d4 T utf16_get
000000000003e84c T utf16_strnlen
000000000003e8bc T utf16_utf8_strnlen
000000000003e950 T utf16_utf8_strncpy
000000000003e9d8 T utf_to_lower
000000000003ea1c T utf_to_upper
000000000003ea68 T u16_strncmp
000000000003eaa8 T u16_strsize
000000000003eacc T u16_strcpy
000000000003eaf8 T u16_strdup
000000000003eb6c T u16_strlcat
000000000003ebf4 T utf16_to_utf8
000000000003ed24 T utf_to_cp
000000000003ed74 T write_smbios_table
000000000003ef00 t smbios_write_type0
000000000003f04c t smbios_write_type1
000000000003f1cc t smbios_write_type2
000000000003f2f0 t smbios_write_type3
000000000003f3c8 t smbios_write_type4
000000000003f4c4 t smbios_write_type32
000000000003f53c t smbios_write_type127
000000000003f5a4 t smbios_add_string
000000000003f64c t smbios_add_prop_si
000000000003f688 T write_sparse_image
000000000003fc28 t default_log
000000000003fc2c T string_to_ip
000000000003fcc4 T string_to_ip6
000000000003ff40 T string_to_enetaddr
000000000003ffa4 T compute_ip_checksum
000000000003fff4 T ip_checksum_ok
0000000000040010 T list_sort
000000000004020c t merge
00000000000402b8 T inflate_fast
0000000000040704 T inflate_table
0000000000040b2c T inflateReset
0000000000040b90 T inflateInit2_
0000000000040c94 T zcalloc
0000000000040c9c T zcfree
0000000000040ca4 T inflate
0000000000042450 T adler32
000000000004277c T inflateEnd
00000000000427e8 T gzalloc
00000000000427f8 T gzfree
0000000000042800 T gzip_parse_header
00000000000428a0 T gunzip
000000000004290c T zunzip
0000000000042a28 T ulz4fn
0000000000043088 t LZ4_wildCopy
00000000000430dc T avb_chain_partition_descriptor_validate_and_byteswap
00000000000433d8 T avb_sub_cmdline
0000000000043604 T avb_append_options
00000000000439bc t cmdline_append_option
0000000000043ab4 t cmdline_append_hex
0000000000043b08 T avb_new_cmdline_subst_list
0000000000043b10 T avb_free_cmdline_subst_list
0000000000043b6c T avb_add_root_digest_substitution
0000000000043c40 t uint64_to_base10
0000000000043ccc T avb_get_algorithm_data
0000000000043ce8 T avb_rsa_public_key_header_validate_and_byteswap
0000000000043d9c T avb_footer_validate_and_byteswap
00000000000440c8 T avb_hashtree_descriptor_validate_and_byteswap
00000000000447c8 T avb_property_descriptor_validate_and_byteswap
0000000000044b14 T avb_property_lookup
0000000000044b9c t property_lookup_desc_foreach
0000000000044c94 T avb_sha256_init
0000000000044cbc T avb_sha256_update
0000000000044d84 t SHA256_transform
0000000000044f3c T avb_sha256_final
0000000000045030 T avb_slot_verify
0000000000045440 t load_and_verify_vbmeta
0000000000046284 t has_system_partition
0000000000046384 t avb_manage_hashtree_error_mode
000000000004656c T avb_slot_verify_data_free
000000000004665c T avb_slot_verify_data_calculate_vbmeta_digest
0000000000046788 t load_requested_partitions
0000000000046988 t load_and_verify_hash_partition
0000000000046e74 t read_persistent_digest
00000000000471a4 t load_full_partition
000000000004733c T avb_be32toh
0000000000047344 T avb_be64toh
000000000004734c T avb_safe_memcmp
0000000000047380 T avb_safe_add_to
0000000000047424 T avb_basename
000000000004747c T avb_safe_add
00000000000474b0 T avb_validate_utf8
0000000000047538 T avb_str_concat
00000000000476a4 T avb_malloc
0000000000047734 T avb_calloc
0000000000047770 T avb_strdup
00000000000477c4 T avb_strstr
0000000000047830 T avb_strv_find_str
0000000000047894 T avb_replace
0000000000047a48 T avb_strdupv
0000000000047bd4 T avb_uppercase
0000000000047c04 T avb_bin2hex
0000000000047c80 T avb_version_string
0000000000047c8c T avb_descriptor_validate_and_byteswap
0000000000047df4 T avb_descriptor_foreach
00000000000481c8 T avb_descriptor_get_all
0000000000048254 t count_descriptors
0000000000048268 t set_descriptors
0000000000048284 T avb_hash_descriptor_validate_and_byteswap
0000000000048634 T avb_kernel_cmdline_descriptor_validate_and_byteswap
000000000004884c T avb_rsa_verify
0000000000048de4 t montMul
0000000000048ef8 T avb_sha512_init
0000000000048f20 T avb_sha512_update
0000000000048fe8 t SHA512_transform
00000000000491c0 T avb_sha512_final
00000000000492d4 T avb_memcmp
00000000000492d8 T avb_memcpy
00000000000492dc T avb_memset
00000000000492e0 T avb_strcmp
00000000000492e4 T avb_strncmp
00000000000492e8 T avb_strlen
00000000000492ec T avb_abort
00000000000492f8 T avb_printv
0000000000049394 T avb_malloc_
0000000000049398 T avb_free
000000000004939c T avb_div_by_10
00000000000493c4 T avb_vbmeta_image_verify
00000000000499b8 T avb_vbmeta_image_header_to_host_byte_order
000000000004a23c T avb_vbmeta_verify_result_to_string
000000000004a2a0 T addBootConfigParameters
000000000004a360 T addBootConfigTrailer
000000000004a41c T fdt_ro_probe_
000000000004a52c T fdt_header_size
000000000004a58c T fdt_check_header
000000000004a7b0 T fdt_offset_ptr
000000000004a898 T fdt_next_tag
000000000004a9f4 T fdt_check_node_offset_
000000000004aa34 T fdt_check_prop_offset_
000000000004aa74 T fdt_next_node
000000000004ab68 T fdt_first_subnode
000000000004ab9c T fdt_next_subnode
000000000004abec T fdt_find_string_
000000000004ac60 T fdt_move
000000000004acd8 T fdt_get_string
000000000004ae58 T fdt_get_mem_rsv
000000000004aec4 t fdt_mem_rsv
000000000004af40 T fdt_num_mem_rsv
000000000004af90 T fdt_subnode_offset_namelen
000000000004b080 T fdt_subnode_offset
000000000004b0c4 T fdt_path_offset_namelen
000000000004b1e4 T fdt_get_alias_namelen
000000000004b288 T fdt_path_offset
000000000004b2bc T fdt_get_name
000000000004b39c T fdt_first_property_offset
000000000004b3d8 t nextprop_
000000000004b448 T fdt_next_property_offset
000000000004b484 t fdt_get_property_by_offset_
000000000004b500 T fdt_get_property_namelen
000000000004b544 t fdt_get_property_namelen_
000000000004b624 T fdt_get_property
000000000004b670 T fdt_getprop_namelen
000000000004b6ec T fdt_getprop_by_offset
000000000004b7b8 T fdt_getprop
000000000004b804 T fdt_supernode_atdepth_offset
000000000004b8c0 T fdt_parent_offset
000000000004b920 T fdt_node_offset_by_prop_value
000000000004b9ec T fdt_stringlist_contains
000000000004ba88 T fdt_node_check_compatible
000000000004bb00 T fdt_add_mem_rsv
000000000004bb88 t fdt_rw_probe_
000000000004bc30 t fdt_splice_mem_rsv_
000000000004bcc4 T fdt_del_mem_rsv
000000000004bd58 t fdt_splice_struct_
000000000004bde8 T fdt_setprop_placeholder
000000000004bec4 t fdt_add_property_
000000000004c0f0 T fdt_setprop
000000000004c144 T fdt_delprop
000000000004c1b0 T fdt_add_subnode_namelen
000000000004c2ec T fdt_add_subnode
000000000004c330 T fdt_open_into
000000000004c578 t fdt_blocks_misordered_
000000000004c650 t fdt_packblocks_
000000000004c774 t fdt_splice_
000000000004c85c T fdt_strerror
000000000004c8ac T fdt_address_cells
000000000004c8e0 t fdt_cells
000000000004c930 T fdt_size_cells
000000000004c954 T fdtdec_get_srcname
000000000004c96c T fdtdec_get_addr_size_fixed
000000000004ca68 T fdtdec_get_number
000000000004ca98 T fdtdec_get_addr_size_auto_parent
000000000004cb40 T fdtdec_get_is_enabled
000000000004cb80 T fdtdec_get_alias_seq
000000000004ccc0 T fdtdec_get_alias_highest_id
000000000004cdac T fdtdec_get_chosen_prop
000000000004cdf0 t fdtdec_prepare_fdt
000000000004ce3c T fdtdec_get_bool
000000000004ce64 T fdtdec_locate_byte_array
000000000004ce98 T fdt_get_resource
000000000004cfe0 T fdtdec_setup_mem_size_base
000000000004d040 T get_next_memory_node
000000000004d098 T fdtdec_setup_memory_banksize
000000000004d130 W fdtdec_board_setup
000000000004d138 T fdtdec_setup
000000000004d1d8 T qsort
000000000004d2e4 T strcmp_compar
000000000004d2f0 T hcreate_r
000000000004d390 T hdestroy_r
000000000004d41c T hmatch_r
000000000004d4e8 T hsearch_r
000000000004d9cc T hdelete_r
000000000004daf0 T hexport_r
000000000004de48 t cmpkey
000000000004de5c T himport_r
000000000004e214 t drop_var_from_set
000000000004e28c T hwalk_r
000000000004e2fc t match_string
000000000004e398 T display_options_get_banner_priv
000000000004e458 T display_options_get_banner
000000000004e468 T display_options
000000000004e4a8 T print_size
000000000004e5a0 T hexdump_line
000000000004e764 T print_buffer
000000000004e858 T hang
000000000004e870 T strim
000000000004e8d8 T lmb_dump_all
000000000004e8dc T arch_lmb_reserve_generic
000000000004e998 T lmb_reserve
000000000004e9a4 T lmb_init_and_reserve
000000000004e9f4 t lmb_reserve_common
000000000004eab8 T lmb_init_and_reserve_range
000000000004eaf4 T lmb_free
000000000004ebfc t lmb_remove_region
000000000004ec48 t lmb_add_region_flags
000000000004ee48 T lmb_reserve_flags
000000000004ee50 T lmb_alloc
000000000004ee58 T lmb_alloc_base
000000000004eea4 T __lmb_alloc_base
000000000004efd0 T lmb_alloc_addr
000000000004f060 T lmb_get_free_size
000000000004f100 W board_lmb_reserve
000000000004f104 T slre_compile
000000000004f23c t compile
000000000004f898 T slre_match
000000000004f944 t match
000000000004fcd0 t get_escape_char
000000000004fd60 t quantifier
000000000004fe84 t relocate
000000000004fef8 t loop_greedy
000000000004ffb8 t loop_non_greedy
0000000000050068 T strncasecmp
00000000000500dc T strcasecmp
00000000000500e4 T strcpy
00000000000500fc T strncpy
000000000005011c T strlcpy
0000000000050174 T strlen
000000000005018c T memcpy
00000000000501e4 T strcat
0000000000050208 T strncat
000000000005023c T strlcat
0000000000050294 T strnlen
00000000000502c4 T strcmp
00000000000502e0 T strncmp
0000000000050310 T strchr
000000000005033c T strrchr
0000000000050370 T strdup
00000000000503bc T strsep
0000000000050414 T memset
0000000000050478 T memmove
00000000000504c4 T memcmp
00000000000504f4 T strstr
000000000005059c T memchr
00000000000505c4 T table_compute_checksum
00000000000505f4 W timer_init
00000000000505fc W get_timer
0000000000050638 W timer_get_us
0000000000050670 T usec_to_tick
00000000000506ac W __udelay
0000000000050700 T udelay
0000000000050744 T uuid_str_valid
00000000000507cc T uuid_guid_get_bin
000000000005083c T uuid_guid_get_str
000000000005089c T uuid_str_to_bin
0000000000050a10 T uuid_bin_to_str
0000000000050be4 T rand
0000000000050c00 t panic_finish
0000000000050c2c T panic
0000000000050c78 T vsnprintf
0000000000050ca8 t vsnprintf_internal
00000000000516a4 T snprintf
00000000000516f4 T sprintf
0000000000051754 T printf
00000000000517a8 T vprintf
0000000000051814 T simple_itoa
0000000000051854 t string16
000000000005199c t string
0000000000051a7c t number
0000000000051d68 t put_dec_trunc
0000000000051e58 t put_dec
0000000000051f50 T simple_strtoul
0000000000052014 T hextoul
000000000005201c T dectoul
0000000000052024 T strict_strtoul
00000000000520b8 T simple_strtol
00000000000520e8 T ustrtoul
0000000000052190 T ustrtoull
0000000000052238 T simple_strtoull
00000000000522fc T trailing_strtoln_end
0000000000052390 T trailing_strtol
000000000005239c T rtc_calc_weekday
0000000000052488 T rtc_mktime
0000000000052558 T rtc_month_days
00000000000525c4 T rtc_to_tm
00000000000527a4 T arp_init
00000000000527dc T arp_raw_request
00000000000528c4 T arp_request
0000000000052940 T arp_timeout_check
00000000000529d4 T arp_is_waiting
00000000000529e8 T arp_receive
0000000000052c18 T bootp_reset
0000000000052c54 T bootp_request
0000000000052f94 t bootp_timeout_handler
0000000000052ffc t bootp_handler
00000000000533f0 t eth_get_uclass_priv
0000000000053428 T eth_set_current_to_next
0000000000053474 T eth_get_dev
00000000000534d8 T eth_set_dev
0000000000053520 T eth_get_dev_by_name
0000000000053620 T eth_get_ethaddr
0000000000053644 T eth_halt_state_only
0000000000053670 T eth_get_dev_index
0000000000053698 t on_ethaddr
0000000000053728 T eth_init
000000000005382c T eth_halt
0000000000053884 T eth_send
0000000000053908 T eth_rx
00000000000539e0 T eth_initialize
0000000000053b2c t eth_write_hwaddr
0000000000053c00 t eth_post_bind
0000000000053c48 t eth_pre_unbind
0000000000053c80 t eth_post_probe
0000000000053ebc t eth_pre_remove
0000000000053f08 T eth_env_get_enetaddr_by_index
0000000000053f60 T eth_env_set_enetaddr_by_index
0000000000053fb8 T eth_common_init
0000000000053fbc T eth_mac_skip
0000000000054008 T eth_current_changed
00000000000540c0 T eth_get_name
00000000000540ec T eth_try_another
0000000000054164 T eth_set_current
00000000000541e8 T ndisc_request
000000000005437c T ndisc_timeout_check
0000000000054414 T ndisc_init
0000000000054480 T ndisc_receive
00000000000546cc t on_ipaddr
00000000000546f4 t on_gatewayip
000000000005471c t on_netmask
0000000000054744 t on_serverip
000000000005476c t on_nvlan
00000000000547c4 t on_vlan
000000000005481c T net_auto_load
0000000000054888 t net_check_prereq
0000000000054a2c T net_init
0000000000054ad8 t net_init_loop
0000000000054b64 T net_loop
0000000000054e78 T net_start_again
0000000000054fd4 T net_set_timeout_handler
0000000000055044 t start_again_timeout_handler
0000000000055054 T net_set_udp_handler
0000000000055070 T net_get_udp_handler
000000000005507c t dummy_handler
0000000000055080 T net_get_arp_handler
000000000005508c T net_get_async_tx_pkt_buf
00000000000550bc T net_send_udp_packet
00000000000550ec T net_send_ip_packet
0000000000055270 T net_send_tcp_packet
00000000000552bc T net_set_ether
0000000000055364 T net_set_udp_header
0000000000055404 T net_set_ip_header
00000000000554d0 T net_process_received_packet
00000000000557a8 t receive_icmp
00000000000557ec T net_eth_hdr_size
000000000005580c T net_update_ether
00000000000558ac T copy_filename
0000000000055914 T net_parse_bootfile
00000000000559bc T ip_to_string
00000000000559e4 t on_ip6addr
0000000000055a88 t on_gatewayip6
0000000000055ac8 t on_serverip6
0000000000055b08 T ip6_is_unspecified_addr
0000000000055b98 T ip6_is_our_addr
0000000000055bec T ip6_make_eui
0000000000055c40 T ip6_make_lladdr
0000000000055ca0 T ip6_make_snma
0000000000055d00 T ip6_make_mult_ethdstaddr
0000000000055d20 T ip6_addr_in_subnet
0000000000055d84 T csum_partial
0000000000055e4c T csum_ipv6_magic
0000000000055fe4 T ip6_add_hdr
0000000000056054 T udp6_add_hdr
0000000000056100 T net_send_ip_packet6
0000000000056350 T net_send_udp_packet6
000000000005637c T net_send_tcp_packet6
00000000000563c8 T net_ip6_handler
0000000000056634 T ping_start
0000000000056748 t ping_timeout_handler
0000000000056768 T ping_receive
00000000000568b8 T ip6_make_ping
000000000005698c T ping6_send
0000000000056a1c T ping6_start
0000000000056a50 t ping6_timeout
0000000000056a70 T ping6_receive
0000000000056b44 T tftp_start
0000000000057048 t tftp_timeout_handler
00000000000570cc t tftp_handler
0000000000057550 t tftp_send
00000000000577e0 t update_block_number
000000000005789c t tftp_complete
0000000000057938 T fastboot_udp_start_server
00000000000579a4 t fastboot_timed_send_info
0000000000057afc t fastboot_handler
0000000000057c58 t fastboot_send
0000000000057fac T fastboot_tcp_start_server
0000000000058010 t fastboot_tcp_reset_state
00000000000580b4 t fastboot_tcp_handler_ipv4
00000000000580e0 t fastboot_tcp_handler_ipv6
0000000000058114 t fastboot_tcp_handler
0000000000058498 t fastboot_tcp_reset
00000000000584c4 t fastboot_tcp_send_packet
0000000000058544 t fastboot_tcp_answer
00000000000585ac t fastboot_tcp_send_message
000000000005864c T udp_prereq
000000000005866c T udp_start
000000000005867c T tcp_set_tcp_state
0000000000058688 T tcp_set_tcp_handler
00000000000586a4 t dummy_handler
00000000000586a8 T tcp_set_pseudo_header
0000000000058734 T net_set_ack_options
0000000000058994 T tcp_sent_state_machine
0000000000058a3c T net_set_tcp_header_common
0000000000058c14 T net_set_tcp_header
0000000000058ca8 T tcp_hole
0000000000058e50 T tcp_parse_options
0000000000058eac T tcp_state_machine
0000000000059110 T rxhand_tcp_f
000000000005941c T net_set_tcp_handler6
0000000000059438 t dummy_handler
000000000005943c T net_set_tcp_header6
00000000000594f0 T rxhand_tcp6
00000000000597f8 R avb_pubkey_size
0000000000059800 r baudrate_table
0000000000059828 r blk_part_ops
0000000000059848 r block_io_disk_template
0000000000059878 r boot_os
0000000000059908 r commands
0000000000059a58 r LZ4_decompress_generic.dec64table
0000000000059a78 r sha256_h0
0000000000059ab8 r LZ4_decompress_generic.inc32table
0000000000059ad8 r driver_ops
0000000000059af8 r efi_blk_ops
0000000000059b18 R efi_device_path_to_text
0000000000059b28 R efi_device_path_utilities
0000000000059b68 r efi_file_handle_protocol
0000000000059be0 R efi_hii_database
0000000000059c38 R efi_hii_string
0000000000059c60 r efi_lf2_protocol
0000000000059c68 r efi_rng_protocol
0000000000059c78 R efi_unicode_collation_protocol2
0000000000059cb0 r fastboot_boot.bootm_args
0000000000059cc8 r fastboot_set_reboot_flag.commands
0000000000059ce8 r fastboot_set_reboot_flag.recovery
0000000000059d08 r fdt_errtable
0000000000059da8 r fdt_src_name
0000000000059dd0 r fields
0000000000059df0 r fstypes
0000000000059f00 r getvar_dispatch
0000000000059fc0 r image_comp
000000000005a068 r init_sequence_f
000000000005a1e0 r list_guid
000000000005a2b8 r maintenance_menu_items
000000000005a330 r name_type
000000000005a3f0 R op_adv
000000000005a570 r op_table
000000000005a640 r pci_bridge_ids
000000000005a660 r pci_bridge_ops
000000000005a670 r pci_generic_ecam_ids
000000000005a6a0 r pci_generic_ecam_ops
000000000005a6b0 r pci_generic_ids
000000000005a6d0 r pl01x_serial_id
000000000005a700 r pl01x_serial_ops
000000000005a748 r pl031_ids
000000000005a768 r pl031_ops
000000000005a7a0 r psci_of_match
000000000005a7e0 r qfw_bootdev_ids
000000000005a800 r qfw_bootmeth_ids
000000000005a820 r qfw_mmio_ids
000000000005a840 r reserved_list
000000000005a948 r sha512_h0
000000000005a988 r sha512_k
000000000005ac08 r smbios_write_funcs
000000000005ac78 r uclass_idname_str
000000000005ad28 r uimage_comp
000000000005ade8 r uimage_os
000000000005af20 r uimage_type
000000000005b328 r virtio_blk_ops
000000000005b348 r virtio_bootdev_ids
000000000005b368 r virtio_console_serial_ops
000000000005b3b0 r virtio_drv_name
000000000005b3d8 r virtio_mmio_ids
000000000005b3f8 r virtio_mmio_ops
000000000005b450 r virtio_net_ops
000000000005b498 r virtio_pci_ops
000000000005b4f0 r weekdays
000000000005b598 r color
000000000005b608 r env_flags_varaccess_mask
000000000005b628 r number.digits
000000000005b638 R efi_block_io_guid
000000000005b648 R efi_file_info_guid
000000000005b658 R efi_file_system_info_guid
000000000005b668 R efi_global_variable_guid
000000000005b678 R efi_guid_bootmenu_auto_generated
000000000005b688 R efi_guid_device_path
000000000005b698 R efi_guid_device_path_to_text_protocol
000000000005b6a8 R efi_guid_device_path_utilities_protocol
000000000005b6b8 R efi_guid_driver_binding_protocol
000000000005b6c8 R efi_guid_dt_fixup_protocol
000000000005b6d8 R efi_guid_event_group_before_exit_boot_services
000000000005b6e8 R efi_guid_event_group_exit_boot_services
000000000005b6f8 R efi_guid_event_group_memory_map_change
000000000005b708 R efi_guid_event_group_reset_system
000000000005b718 R efi_guid_fdt
000000000005b728 R efi_guid_hii_database_protocol
000000000005b738 R efi_guid_hii_string_protocol
000000000005b748 R efi_guid_image_security_database
000000000005b758 R efi_guid_load_file2_protocol
000000000005b768 R efi_guid_load_file_protocol
000000000005b778 R efi_guid_loaded_image
000000000005b788 R efi_guid_loaded_image_device_path
000000000005b798 R efi_guid_rng_protocol
000000000005b7a8 R efi_guid_text_input_ex_protocol
000000000005b7b8 R efi_guid_text_input_protocol
000000000005b7c8 R efi_guid_text_output_protocol
000000000005b7d8 R efi_guid_unicode_collation_protocol2
000000000005b7e8 R efi_guid_virtio_dev
000000000005b7f8 R efi_lf2_initrd_guid
000000000005b808 r efi_net_guid
000000000005b818 r efi_pxe_base_code_protocol_guid
000000000005b828 r efi_rt_properties_table_guid
000000000005b838 R efi_simple_file_system_protocol_guid
000000000005b848 R efi_system_partition_guid
000000000005b858 R efi_system_volume_label_id
000000000005b868 R efi_u_boot_guid
000000000005b878 r feature
000000000005b87c r feature
000000000005b880 r feature_legacy
000000000005b884 r month_offset
000000000005b8b4 r partition_basic_data_guid
000000000005b8c4 r sha256_k
000000000005b9c4 r shim_lock_guid
000000000005b9d4 R smbios_guid
000000000005b9e4 r system_guid
000000000005ba8c R END
000000000005ba90 r ROOT
000000000005baa4 r capitalization_table
000000000005c974 R codepage_437
000000000005ca8a r distfix
000000000005cb0a r dp_lf2_handle
000000000005cba2 r inflate.order
000000000005cbc8 r inflate_table.dbase
000000000005cc08 r inflate_table.dext
000000000005cc48 r inflate_table.lbase
000000000005cc86 r inflate_table.lext
000000000005ccc4 r lenfix
000000000005d658 r LONG_ONLY_CHARS
000000000005d65f R _ctype
000000000005d769 r android_bootloader_boot_flow.km_name
000000000005d77e R avb_pubkey
000000000005dbc3 R default_environment
000000000005dddd r env_flags_varaccess_rep
000000000005dde2 r env_flags_vartype_rep
000000000005dde9 r erase_seq
000000000005ddf5 r extract_keymint_relevant_data.boot_patchlevel_key
000000000005de1b r extract_keymint_relevant_data.system_patchlevel_key
000000000005de43 r extract_keymint_relevant_data.system_version_key
000000000005de67 r extract_keymint_relevant_data.vendor_patchlevel_key
000000000005deae R hex_asc
000000000005debf r illegal
000000000005def5 R net_bcast_ethaddr
000000000005df15 R net_null_addr_ip6
000000000005df25 R net_null_ethaddr
000000000005df2b r padding_RSA2048_SHA256
000000000005e00b r padding_RSA2048_SHA512
000000000005e0cb r padding_RSA4096_SHA256
000000000005e2ab r padding_RSA4096_SHA512
000000000005e46b r padding_RSA8192_SHA256
000000000005e84b r padding_RSA8192_SHA512
000000000005ec11 r print_size.names
000000000005ec17 r rtc_days_in_month
000000000006b53a r tab_seq
000000000006b55d R version_string
000000000006b608 d qemu_arm64_mem_map
000000000006b6c8 D mem_map
000000000006b6d0 D image_load_addr
000000000006b6d8 d qfw_bootmeth_ops
000000000006b708 d bootm_help_text
000000000006ba98 d cmd_bootm_sub
000000000006bc90 d source_help_text
000000000006bcb8 d partition
000000000006bcc0 d cmd_bcb_sub
000000000006be10 d bootefi_help_text
000000000006bf21 d bootz_help_text
000000000006c129 d booti_help_text
000000000006c404 d default_tm
000000000006c428 d dm_help_text
000000000006c5a0 d dm_subcmds
000000000006c6f0 D eficonfig_menu_desc
000000000006c6f8 d select_file_menu_items
000000000006c740 d cmd_net
000000000006c778 d fwcfg_commands
000000000006c820 d fastboot_help_text
000000000006c8e0 d cmd_avb
000000000006cad8 d env_id
000000000006cadc d env_help_text
000000000006ccb0 d cmd_env_sub
000000000006ce38 d init_sequence_r
000000000006cf38 d hist_cur
000000000006cf40 d av_
000000000006d750 d trim_threshold
000000000006d758 d sbrk_base
000000000006d760 D stdio_names
000000000006d778 d _stats
000000000006d790 d block_cache
000000000006d7a0 d root_info
000000000006d7b0 d psci_sysreset_ops
000000000006d7c8 d virtio_pci_supported
000000000006dfe8 D qfw_bootdev_ops
000000000006dff0 d qfw_mmio_ops
000000000006e000 D env_htab
000000000006e018 D efi_obj_list
000000000006e028 D efi_event_queue
000000000006e038 D efi_register_notify_events
000000000006e048 d entry_count
000000000006e050 d efi_boot_services
000000000006e1c8 d efi_tpl
000000000006e1d0 d efi_cout_modes
000000000006e218 d efi_con_mode
000000000006e230 D efi_con_out
000000000006e280 D efi_con_in
000000000006e298 d efi_con_in_ex
000000000006e2c8 d cin_notify_functions
000000000006e2d8 D efi_dt_fixup_prot
000000000006e2e8 d efi_package_lists
000000000006e2f8 d efi_keyboard_layout_list
000000000006e308 D efi_mem
000000000006e318 D efi_obj_list_initialized
000000000006e320 D efi_system_partition
000000000006e330 d algorithm_data
000000000006e3d8 d y
000000000006e3dc D net_our_vlan
000000000006e3e0 D net_native_vlan
000000000006e3e4 D tftp_timeout_count_max
000000000006e3e8 d tftp_block_size_option
000000000006e3ec d tftp_window_size_option
000000000006e3f0 d timeout_ms
000000000006e3f8 d timeout_count_max
000000000006e3fc d tftp_block_size
000000000006e400 d sequence_number
000000000006e404 d fastboot_send.cmd
000000000006e408 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
000000000006e420 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
000000000006e438 D _u_boot_list_2_cmd_2_ab_select
000000000006e438 d complete_cmdv.start
000000000006e438 d complete_cmdv.start.17
000000000006e438 d do_help.start
000000000006e438 d do_help.start.6
000000000006e438 d find_cmd.start
000000000006e438 d find_cmd.start.2
000000000006e470 D _u_boot_list_2_cmd_2_avb
000000000006e4a8 D _u_boot_list_2_cmd_2_bcb
000000000006e4e0 D _u_boot_list_2_cmd_2_boot
000000000006e518 D _u_boot_list_2_cmd_2_boot_android
000000000006e550 D _u_boot_list_2_cmd_2_bootd
000000000006e588 D _u_boot_list_2_cmd_2_bootefi
000000000006e5c0 D _u_boot_list_2_cmd_2_booti
000000000006e5f8 D _u_boot_list_2_cmd_2_bootm
000000000006e630 D _u_boot_list_2_cmd_2_bootp
000000000006e668 D _u_boot_list_2_cmd_2_bootz
000000000006e6a0 D _u_boot_list_2_cmd_2_date
000000000006e6d8 D _u_boot_list_2_cmd_2_dm
000000000006e710 D _u_boot_list_2_cmd_2_echo
000000000006e748 D _u_boot_list_2_cmd_2_eficonfig
000000000006e780 D _u_boot_list_2_cmd_2_env
000000000006e7b8 D _u_boot_list_2_cmd_2_exit
000000000006e7f0 D _u_boot_list_2_cmd_2_false
000000000006e828 D _u_boot_list_2_cmd_2_fastboot
000000000006e860 D _u_boot_list_2_cmd_2_fatinfo
000000000006e898 D _u_boot_list_2_cmd_2_fatload
000000000006e8d0 D _u_boot_list_2_cmd_2_fatls
000000000006e908 D _u_boot_list_2_cmd_2_fatmkdir
000000000006e940 D _u_boot_list_2_cmd_2_fatrm
000000000006e978 D _u_boot_list_2_cmd_2_fatsize
000000000006e9b0 D _u_boot_list_2_cmd_2_fatwrite
000000000006e9e8 D _u_boot_list_2_cmd_2_fstype
000000000006ea20 D _u_boot_list_2_cmd_2_fstypes
000000000006ea58 D _u_boot_list_2_cmd_2_gpt
000000000006ea90 D _u_boot_list_2_cmd_2_help
000000000006eac8 D _u_boot_list_2_cmd_2_itest
000000000006eb00 D _u_boot_list_2_cmd_2_ln
000000000006eb38 D _u_boot_list_2_cmd_2_load
000000000006eb70 D _u_boot_list_2_cmd_2_ls
000000000006eba8 D _u_boot_list_2_cmd_2_net
000000000006ebe0 D _u_boot_list_2_cmd_2_panic
000000000006ec18 D _u_boot_list_2_cmd_2_part
000000000006ec50 D _u_boot_list_2_cmd_2_ping
000000000006ec88 D _u_boot_list_2_cmd_2_ping6
000000000006ecc0 D _u_boot_list_2_cmd_2_printenv
000000000006ecf8 D _u_boot_list_2_cmd_2_qfw
000000000006ed30 D _u_boot_list_2_cmd_2_question_mark
000000000006ed68 D _u_boot_list_2_cmd_2_read
000000000006eda0 D _u_boot_list_2_cmd_2_reset
000000000006edd8 D _u_boot_list_2_cmd_2_run
000000000006ee10 D _u_boot_list_2_cmd_2_save
000000000006ee48 D _u_boot_list_2_cmd_2_setenv
000000000006ee80 D _u_boot_list_2_cmd_2_setexpr
000000000006eeb8 D _u_boot_list_2_cmd_2_showvar
000000000006eef0 D _u_boot_list_2_cmd_2_size
000000000006ef28 D _u_boot_list_2_cmd_2_sleep
000000000006ef60 D _u_boot_list_2_cmd_2_source
000000000006ef98 D _u_boot_list_2_cmd_2_test
000000000006efd0 D _u_boot_list_2_cmd_2_tftpboot
000000000006f008 D _u_boot_list_2_cmd_2_true
000000000006f040 D _u_boot_list_2_cmd_2_verified_boot_android
000000000006f078 D _u_boot_list_2_cmd_2_version
000000000006f0b0 D _u_boot_list_2_cmd_2_virtio
000000000006f0e8 D _u_boot_list_2_driver_2_blk_partition
000000000006f0e8 d complete_cmdv.end
000000000006f0e8 d dm_dump_driver_compat.start
000000000006f0e8 d dm_dump_driver_compat.start.5
000000000006f0e8 d dm_dump_drivers.start
000000000006f0e8 d dm_dump_drivers.start.12
000000000006f0e8 d do_help.end
000000000006f0e8 d efi_driver_init.start
000000000006f0e8 d find_cmd.end
000000000006f0e8 d fix_drivers.start
000000000006f0e8 d fix_drivers.start.1
000000000006f0e8 d lists_bind_fdt.start
000000000006f0e8 d lists_bind_fdt.start.3
000000000006f0e8 d lists_driver_lookup_name.start
000000000006f0e8 d lists_driver_lookup_name.start.1
000000000006f160 D _u_boot_list_2_driver_2_bootmeth_qfw
000000000006f1d8 D _u_boot_list_2_driver_2_efi_blk
000000000006f250 D _u_boot_list_2_driver_2_efi_block
000000000006f2c8 D _u_boot_list_2_driver_2_pci_bridge_drv
000000000006f340 D _u_boot_list_2_driver_2_pci_generic_drv
000000000006f3b8 D _u_boot_list_2_driver_2_pci_generic_ecam
000000000006f430 D _u_boot_list_2_driver_2_psci
000000000006f4a8 D _u_boot_list_2_driver_2_psci_sysreset
000000000006f520 D _u_boot_list_2_driver_2_qfw_bootdev
000000000006f598 D _u_boot_list_2_driver_2_qfw_mmio
000000000006f610 D _u_boot_list_2_driver_2_root_driver
000000000006f688 D _u_boot_list_2_driver_2_rtc_pl031
000000000006f700 D _u_boot_list_2_driver_2_serial_pl01x
000000000006f778 D _u_boot_list_2_driver_2_virtio_blk
000000000006f7f0 D _u_boot_list_2_driver_2_virtio_bootdev
000000000006f868 D _u_boot_list_2_driver_2_virtio_console
000000000006f8e0 D _u_boot_list_2_driver_2_virtio_mmio
000000000006f958 D _u_boot_list_2_driver_2_virtio_net
000000000006f9d0 D _u_boot_list_2_driver_2_virtio_pci_modern
000000000006fa48 D _u_boot_list_2_env_clbk_2_baudrate
000000000006fa48 d bind_drivers_pass.end
000000000006fa48 d bind_drivers_pass.start
000000000006fa48 d bind_drivers_pass.start.14
000000000006fa48 d dm_dump_driver_compat.end
000000000006fa48 d dm_dump_drivers.end
000000000006fa48 d dm_dump_static_driver_info.end
000000000006fa48 d dm_dump_static_driver_info.start
000000000006fa48 d dm_dump_static_driver_info.start.20
000000000006fa48 d efi_driver_init.end
000000000006fa48 d find_env_callback.start
000000000006fa48 d find_env_callback.start.3
000000000006fa48 d fix_devices.end
000000000006fa48 d fix_devices.start
000000000006fa48 d fix_devices.start.3
000000000006fa48 d fix_drivers.end
000000000006fa48 d lists_bind_fdt.end
000000000006fa48 d lists_driver_lookup_name.end
000000000006fa58 D _u_boot_list_2_env_clbk_2_callbacks
000000000006fa68 D _u_boot_list_2_env_clbk_2_console
000000000006fa78 D _u_boot_list_2_env_clbk_2_ethaddr
000000000006fa88 D _u_boot_list_2_env_clbk_2_flags
000000000006fa98 D _u_boot_list_2_env_clbk_2_gatewayip
000000000006faa8 D _u_boot_list_2_env_clbk_2_gatewayip6
000000000006fab8 D _u_boot_list_2_env_clbk_2_ip6addr
000000000006fac8 D _u_boot_list_2_env_clbk_2_ipaddr
000000000006fad8 D _u_boot_list_2_env_clbk_2_loadaddr
000000000006fae8 D _u_boot_list_2_env_clbk_2_netmask
000000000006faf8 D _u_boot_list_2_env_clbk_2_nvlan
000000000006fb08 D _u_boot_list_2_env_clbk_2_serverip
000000000006fb18 D _u_boot_list_2_env_clbk_2_serverip6
000000000006fb28 D _u_boot_list_2_env_clbk_2_vlan
000000000006fb38 D _u_boot_list_2_env_driver_2_nowhere
000000000006fb38 d _env_driver_lookup.start
000000000006fb38 d _env_driver_lookup.start.11
000000000006fb38 d env_select.start
000000000006fb38 d env_select.start.8
000000000006fb38 d find_env_callback.end
000000000006fb68 D _u_boot_list_2_part_driver_2_a_efi
000000000006fb68 d _env_driver_lookup.end
000000000006fb68 d do_part_types.start
000000000006fb68 d do_part_types.start.19
000000000006fb68 d env_select.end
000000000006fb68 d event_show_spy_list.end
000000000006fb68 d event_show_spy_list.start
000000000006fb68 d event_show_spy_list.start.3
000000000006fb68 d fit_loadable_process.start
000000000006fb68 d fit_loadable_process.start.27
000000000006fb68 d notify_static.end
000000000006fb68 d notify_static.start
000000000006fb68 d notify_static.start.10
000000000006fb68 d part_driver_get_count.start
000000000006fb68 d part_driver_get_first.start
000000000006fb68 d part_driver_lookup_type.start
000000000006fb68 d part_driver_lookup_type.start.43
000000000006fb68 d part_init.start
000000000006fb68 d part_init.start.18
000000000006fb90 D _u_boot_list_2_part_driver_2_dos
000000000006fbb8 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
000000000006fbb8 d do_part_types.end
000000000006fbb8 d part_driver_get_count.end
000000000006fbb8 d part_driver_lookup_type.end
000000000006fbb8 d part_init.end
000000000006fbb8 d pci_find_and_bind_driver.start
000000000006fbb8 d pci_find_and_bind_driver.start.14
000000000006fbc8 D _u_boot_list_2_uclass_driver_2_blk
000000000006fbc8 d fix_uclass.start
000000000006fbc8 d fix_uclass.start.2
000000000006fbc8 d lists_uclass_lookup.start
000000000006fbc8 d lists_uclass_lookup.start.2
000000000006fbc8 d pci_find_and_bind_driver.end
000000000006fc40 D _u_boot_list_2_uclass_driver_2_efi
000000000006fcb8 D _u_boot_list_2_uclass_driver_2_ethernet
000000000006fd30 D _u_boot_list_2_uclass_driver_2_firmware
000000000006fda8 D _u_boot_list_2_uclass_driver_2_nop
000000000006fe20 D _u_boot_list_2_uclass_driver_2_partition
000000000006fe98 D _u_boot_list_2_uclass_driver_2_pci
000000000006ff10 D _u_boot_list_2_uclass_driver_2_pci_generic
000000000006ff88 D _u_boot_list_2_uclass_driver_2_qfw
0000000000070000 D _u_boot_list_2_uclass_driver_2_rng
0000000000070078 D _u_boot_list_2_uclass_driver_2_root
00000000000700f0 D _u_boot_list_2_uclass_driver_2_rtc
0000000000070168 D _u_boot_list_2_uclass_driver_2_serial
00000000000701e0 D _u_boot_list_2_uclass_driver_2_sysreset
0000000000070258 D _u_boot_list_2_uclass_driver_2_virtio
00000000000702d0 D __efi_runtime_rel_start
00000000000702d0 D __efi_runtime_rel_stop
00000000000702d0 D __image_copy_end
00000000000702d0 D __rel_dyn_start
00000000000702d0 d fix_uclass.end
00000000000702d0 d lists_uclass_lookup.end
0000000000079b20 D __bss_start
0000000000079b20 D __rel_dyn_end
0000000000079b20 D _end
0000000000079b40 B images
0000000000079fa0 b get_console.console
0000000000079fa8 b block
0000000000079fb0 b partition_data
000000000007a080 b bcb
000000000007a880 b image_addr
000000000007a888 b image_size
000000000007a890 b bootefi_device_path
000000000007a898 b bootefi_image_path
000000000007a8a0 b avail_row
000000000007a8a4 b eficonfig_init.init
000000000007a8a8 b cin
000000000007a8b0 b cout
000000000007a8b8 b qfw_dev
000000000007a8c0 b virtio_curr_dev
000000000007a8c8 b avb_ops
000000000007a8d0 b top_vars
000000000007a8d8 b last_return_code
000000000007a8dc b get_dollar_var.buf
000000000007a904 b flag_repeat
000000000007a908 b ifs
000000000007a910 b map
000000000007aa10 b do_repeat
000000000007aa14 b get_user_input.the_command
000000000007ac18 b stored_bootdelay
000000000007ac20 B monitor_flash_len
000000000007ac28 B console_buffer
000000000007ae2c b cli_readline_into_buffer.initted
000000000007ae30 b hist_max
000000000007ae34 b hist_add_idx
000000000007ae38 b hist_num
000000000007ae3c b hist_lines
000000000007d650 b hist_list
000000000007d6f0 b ctrlc_disabled
000000000007d6f4 b ctrlc_was_pressed
000000000007d6f8 B mem_malloc_start
000000000007d700 B mem_malloc_end
000000000007d708 B mem_malloc_brk
000000000007d710 b top_pad
000000000007d718 b current_mallinfo.0
000000000007d720 b max_sbrked_mem
000000000007d728 b max_total_mem
000000000007d730 B stdio_devices
000000000007d748 b devs
000000000007d7c0 b env_complete_buf
000000000007d9c0 b tmp_buf
000000000007dbc8 b sector_buf
000000000017dbc8 b print_efiname.name
000000000017dbf0 B virtio_bootdev_ops
000000000017dbf8 b virtio_pci_bind.num_devs
000000000017dc00 B fastboot_progress_callback
000000000017dc08 b fastboot_boot.boot_addr_start
000000000017dc20 B fastboot_buf_addr
000000000017dc28 B fastboot_buf_size
000000000017dc2c b fastboot_bytes_expected
000000000017dc30 b fastboot_bytes_received
000000000017dc34 b image_size
000000000017dc38 b first_call
000000000017dc40 b flags_list
000000000017dc48 b first_call
000000000017dc50 b callback_list
000000000017dc58 b fs_type
000000000017dc60 b fs_dev_desc
000000000017dc68 b fs_partition
000000000017dd10 b fs_dev_part
000000000017dd18 b cur_dev
000000000017dd20 b cur_part_info
000000000017ddc8 b total_sector
000000000017ddd0 b get_set_cluster.tmpbuf_cluster
000000000017ddd8 b bs
000000000017dde0 b rs
000000000017dde8 b efi_gd
000000000017ddf0 b app_gd
000000000017ddf8 b timers_enabled
000000000017de00 b current_image
000000000017de08 B efi_st_keep_devices
000000000017de10 b efi_get_next_monotonic_count.mono
000000000017de18 b uart_obj
000000000017de48 b console_timer_event
000000000017de50 b key_available
000000000017de54 b next_key
000000000017de60 B efi_memory_map_key
000000000017de68 B efi_root
000000000017de70 b watchdog_timer_event
000000000017de78 b dhcp_ack
000000000017de80 b netobj
000000000017de88 b transmit_buffer
000000000017de90 b receive_buffer
000000000017de98 b receive_lengths
000000000017dea0 b wait_for_packet
000000000017dea8 b network_timer_event
000000000017deb0 b rx_packet_num
000000000017deb8 b new_tx_packet
000000000017dec0 b rx_packet_idx
000000000017dec8 b efi_initrd_handle
000000000017ded0 B errno
000000000017ded4 b local_toa
000000000017def0 B arp_wait_packet_ethaddr
000000000017def8 B net_arp_wait_packet_ip
000000000017defc b net_arp_wait_reply_ip.0
000000000017df00 B arp_wait_tx_packet_size
000000000017df04 b arp_tx_packet_buf
000000000017e548 B arp_tx_packet
000000000017e550 B arp_wait_timer_start
000000000017e558 B arp_wait_try
000000000017e55c B net_nis_domain
000000000017e57c B net_hostname
000000000017e59c B net_root_path
000000000017e5dc B bootp_num_ids
000000000017e5e0 B bootp_try
000000000017e5e8 B bootp_start
000000000017e5f0 B bootp_timeout
000000000017e5f8 b time_taken_max
000000000017e600 B bootp_ids
000000000017e610 b eth_errno
000000000017e618 b eth_try_another.first_failed
000000000017e620 b eth_set_current.act
000000000017e628 b eth_set_current.env_changed_id
000000000017e62c B net_nd_sol_packet_ip6
000000000017e640 B net_nd_timer_start
000000000017e648 B net_nd_try
000000000017e650 B net_nd_packet_mac_out
000000000017e658 B net_nd_tx_packet
000000000017e660 B net_nd_tx_packet_size
000000000017e664 b net_nd_packet_buf
000000000017eca4 b net_nd_rep_packet_ip6
000000000017ecb8 B push_packet
000000000017ecc0 b net_init.first_call
000000000017ecc1 b net_pkt_buf
0000000000180b08 B net_tx_packet
0000000000180b10 B net_rx_packets
0000000000180b30 B net_state
0000000000180b34 b net_restarted
0000000000180b38 b net_dev_exists
0000000000180b3c b net_try_count
0000000000180b40 B net_boot_file_size
0000000000180b44 B net_ip
0000000000180b48 b time_start
0000000000180b50 b time_handler
0000000000180b58 b time_delta
0000000000180b60 B net_restart_wrap
0000000000180b68 b udp_packet_handler
0000000000180b70 b arp_packet_handler
0000000000180b78 B net_server_ethaddr
0000000000180b80 B net_server_ip
0000000000180b88 B net_rx_packet
0000000000180b90 B net_rx_packet_len
0000000000180b94 B net_ethaddr
0000000000180b9c b net_ip_id
0000000000180ba0 B net_boot_file_name
0000000000180fa0 B net_netmask
0000000000180fa4 B net_gateway
0000000000180fa8 B net_dns_server
0000000000180fac B net_boot_file_name_explicit
0000000000180fb0 B net_boot_file_expected_size_in_blocks
0000000000180fb4 B net_gateway6
0000000000180fc4 B net_ip6
0000000000180fd4 B net_link_local_ip6
0000000000180fe4 B net_server_ip6
0000000000180ff4 B net_prefix_length
0000000000180ff8 B use_ip6
0000000000180ffc B net_ping_ip
0000000000181000 b ping_seq_number
0000000000181004 b seq_no
0000000000181008 B net_ping_ip6
0000000000181018 b saved_tftp_block_size_option
000000000018101c b tftp_remote_ip6
000000000018102c b tftp_remote_ip
0000000000181030 b tftp_filename
00000000001810b0 b default_filename
00000000001810c0 b tftp_load_addr
00000000001810c8 b tftp_state
00000000001810d0 b time_start
00000000001810d8 b tftp_remote_port
00000000001810dc b timeout_count
00000000001810e0 b tftp_our_port
00000000001810e8 b tftp_cur_block
00000000001810f0 b tftp_windowsize
00000000001810f4 b tftp_last_nack
00000000001810f8 b tftp_load_size
0000000000181100 b tftp_next_ack
0000000000181108 b tftp_prev_block
0000000000181110 b tftp_block_wrap
0000000000181118 b tftp_block_wrap_offset
0000000000181120 b fastboot_our_port
0000000000181128 b fastboot_timed_send_info.start
0000000000181130 b last_packet_len
0000000000181134 b last_packet
0000000000181534 b fastboot_remote_ip.0
0000000000181538 b fastboot_remote_port
000000000018153c b fastboot_send.command
000000000018157d b fastboot_send.pending_command
0000000000181580 b state
0000000000181584 b command
00000000001815c5 b response
0000000000181608 b curr_header_buffer
0000000000181610 b curr_sport
0000000000181614 b curr_dport
0000000000181618 b curr_tcp_seq_num
000000000018161c b curr_tcp_ack_num
0000000000181620 b curr_request_len
0000000000181628 b curr_chunk_size
0000000000181630 b curr_chunk_downloaded
0000000000181638 b curr_header_downloaded
0000000000181640 b command_handled_id
0000000000181644 b command_handled_success
0000000000181645 b is_ipv6
0000000000181648 b ip_header_size
0000000000181650 b udp_ops
0000000000181658 b current_tcp_state
0000000000181660 b tcp_packet_handler
0000000000181668 b loc_timestamp
000000000018166c b rmt_timestamp
0000000000181670 b tcp_lost
0000000000181694 b tcp_activity_count
0000000000181698 b tcp_ack_edge
000000000018169c b prev_len
00000000001816a0 b sack_idx
00000000001816a4 b edge_a
0000000000181828 b tcp6_packet_handler
0000000000181830 D __bss_end