summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_aarch64/System.map
blob: c43d5185c3df97d8923a4578c5df1f425c2a9cd5 (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
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
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 arm_smccc_1_2_smc
0000000000000268 T invoke_psci_fn
00000000000002e4 T efi_reset_system
0000000000000318 T efi_memcpy_runtime
0000000000000330 T efi_update_table_header_crc32
0000000000000368 W efi_get_time
0000000000000370 W efi_set_time
0000000000000378 T efi_convert_pointer
0000000000000410 t efi_unimplemented
0000000000000418 t efi_update_capsule_unsupported
0000000000000420 t efi_query_capsule_caps_unsupported
0000000000000428 t efi_set_virtual_address_map_runtime
0000000000000430 t efi_convert_pointer_runtime
0000000000000438 T efi_runtime_detach
0000000000000490 T efi_runtime_relocate
00000000000005e0 T efi_get_variable_runtime
0000000000000614 T efi_get_next_variable_name_runtime
0000000000000618 T efi_var_mem_find
0000000000000730 t efi_var_mem_compare
00000000000007cc T efi_var_mem_del
0000000000000864 T efi_var_mem_ins
0000000000000990 T efi_var_mem_free
00000000000009b8 t efi_var_mem_notify_virtual_address_map
00000000000009e0 T efi_get_variable_mem
0000000000000aa4 T efi_get_next_variable_name_mem
0000000000000b84 T efi_get_variable_int
0000000000000b88 T efi_get_next_variable_name_int
0000000000000b8c t efi_set_variable_runtime
0000000000000b94 t efi_query_variable_info_runtime
0000000000000b9c T u16_strnlen
0000000000000bcc T crc32_no_comp
0000000000000ca0 T crc32
0000000000000cbc t crc_table
00000000000010bc T psci_method
00000000000010c0 T efi_events
00000000000010d0 T systab
0000000000001148 t firmware_vendor
0000000000001160 T efi_runtime_services
00000000000011e8 t efi_virtmap
00000000000011f0 t efi_descriptor_count
00000000000011f8 t efi_descriptor_size
0000000000001200 t efi_runtime_mmio
0000000000001210 t efi_var_buf
0000000000001218 t efi_current_var
0000000000001220 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
000000000000195c W get_page_table_size
00000000000019d8 T setup_pgtables
0000000000001ab0 t create_table
0000000000001b40 W mmu_setup
0000000000001c2c t setup_all_pgtables
0000000000001cb8 t apply_cmo_to_mappings
0000000000001d0c T invalidate_dcache_range
0000000000001d10 T flush_dcache_range
0000000000001d14 T dcache_enable
0000000000001ddc T dcache_disable
0000000000001e78 T icache_enable
0000000000001ef4 T invalidate_icache_all
0000000000001f08 t count_range
0000000000001fc0 t map_range
00000000000020c4 t __cmo_on_leaves
00000000000021e4 T __asm_invalidate_l3_icache
00000000000021ec T __asm_flush_l3_dcache
00000000000021f4 T __asm_flush_dcache_range
0000000000002224 T __asm_invalidate_dcache_range
0000000000002254 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
0000000000002d58 t relocation_return
0000000000002d64 t clear_loop
0000000000002d90 T setjmp
0000000000002db8 T longjmp
0000000000002de4 T relocate_code
0000000000002e18 t copy_loop
0000000000002e3c t fixloop
0000000000002e5c t fixnext
0000000000002e64 t relocate_done
0000000000002eb4 T arch_fixup_fdt
0000000000002ec0 W board_quiesce_devices
0000000000002ec4 W board_prep_linux
0000000000002ec8 W update_os_arch_secondary_cores
0000000000002ecc T do_bootm_linux
0000000000002f2c t boot_prep_linux
0000000000002f84 t boot_jump_linux
0000000000003040 T booti_setup
00000000000030fc T bootz_setup
00000000000031c0 T smh_trap
00000000000031c8 T arch_setup_bdinfo
00000000000031d0 T arch_reserve_stacks
00000000000031e8 T arch_lmb_reserve
00000000000031fc T interrupt_init
0000000000003204 T enable_interrupts
0000000000003208 T disable_interrupts
0000000000003210 T show_regs
0000000000003310 T do_bad_sync
0000000000003350 t show_efi_loaded_images
0000000000003358 T do_bad_irq
0000000000003398 T do_bad_fiq
00000000000033d8 T do_bad_error
0000000000003418 W handle_synchronous_exception
0000000000003420 T do_sync
0000000000003528 t dump_far
0000000000003580 T do_irq
00000000000035c0 T do_fiq
0000000000003600 W do_error
0000000000003640 W flush_cache
0000000000003648 T arch_reserve_mmu
000000000000364c W arm_reserve_mmu
00000000000036bc T board_init
00000000000036c4 T board_late_init
0000000000003750 T board_fdt_blob_setup
0000000000003760 T dram_init
0000000000003780 T dram_init_banksize
0000000000003798 T enable_caches
00000000000037ac T bootm_find_images
0000000000003900 T bootm_disable_interrupts
0000000000003918 T do_bootm_states
0000000000003f58 W arch_preboot_os
0000000000003f5c W board_preboot_os
0000000000003f60 T boot_selected_os
0000000000003fcc T bootm_os_get_boot_func
0000000000003fdc t do_bootm_standalone
0000000000004038 t qfw_bootmeth_bind
0000000000004060 t qfw_check
0000000000004088 t qfw_read_bootflow
0000000000004120 t qfw_read_file
0000000000004128 t qfw_boot
0000000000004168 T image_multi_getimg
00000000000041e4 T image_decomp_type
0000000000004244 T image_decomp
00000000000043d0 T genimg_get_os_name
0000000000004414 T genimg_get_comp_name
0000000000004458 t on_loadaddr
000000000000448c T env_get_bootm_low
00000000000044c4 T env_get_bootm_size
000000000000455c T env_get_bootm_mapsize
000000000000458c T memmove_wd
000000000000459c T genimg_get_kernel_addr_fit
00000000000045b4 T genimg_get_format
00000000000045f4 T genimg_has_config
00000000000045fc T boot_get_ramdisk
0000000000004754 T boot_ramdisk_high
0000000000004874 T boot_get_setup
000000000000487c T image_setup_linux
00000000000048ec T image_locate_script
000000000000492c T ab_select_slot
0000000000004dec T android_image_get_kernel
0000000000004e14 T android_image_check_header
0000000000004e1c T android_image_get_end
0000000000004e24 T android_image_get_kload
0000000000004e48 T android_image_get_kcomp
0000000000004e50 T android_image_get_ramdisk
0000000000004edc T android_image_get_kernel_cmdline
0000000000004ee4 T android_image_is_bootconfig_used
0000000000004f0c T android_get_preloaded_partition
0000000000005000 t is_same_partition
000000000000509c T android_image_load
0000000000005b5c t _extract_boot_image_header
0000000000005c18 t _read_in_boot_ramdisk
0000000000005c88 T android_image_get_second
0000000000005c90 T android_image_get_dtb_by_index
0000000000005c98 t android_read_data
0000000000005dd0 W android_bootloader_boot_kernel
0000000000005eb8 t hex_to_str
0000000000005f28 T android_bootloader_boot_flow
0000000000006794 t do_avb_verify
000000000000695c t android_part_get_info_by_name_suffix
0000000000006a04 t get_partition_size
0000000000006ab8 T android_bootloader_request_response
0000000000006cc0 t console_write
0000000000006d44 t console_read
0000000000006dd0 T oemlock_is_allowed
0000000000006dd8 t oemlock_get_field
0000000000006e3c T oemlock_set_locked
0000000000006ea0 T oemlock_is_locked
0000000000006ea8 t get_console
0000000000006f04 T write_avb_to_keymint_console
00000000000072e4 t parse_patchlevel
00000000000073d4 T fdt_find_and_setprop
0000000000007468 T fdt_find_or_add_subnode
00000000000074ec T fdt_root
0000000000007584 T fdt_initrd
000000000000774c W board_fdt_chosen_bootargs
0000000000007758 T fdt_chosen
000000000000784c T do_fixup_by_path
0000000000007898 T fdt_fixup_ethernet
0000000000007a50 T fdt_shrink_to_minimum
0000000000007ba8 T fdt_support_default_count_cells
0000000000007c20 T fdt_translate_address
0000000000007c2c t __of_translate_address
0000000000007e94 t of_bus_default_map
0000000000007f34 t of_bus_default_translate
0000000000007fcc T boot_fdt_add_mem_rsv_regions
0000000000008118 t boot_fdt_reserve_region
000000000000817c T boot_relocate_fdt
0000000000008360 t fdt_error
0000000000008398 T boot_get_fdt
0000000000008628 W ft_verify_fdt
0000000000008630 T image_setup_libfdt
00000000000087dc T do_bootm
00000000000088fc T bootm_maybe_autostart
0000000000008988 T do_bootd
00000000000089b4 t do_help
00000000000089f4 t do_panic
0000000000008a18 t do_version
0000000000008a60 t do_ab_select
0000000000008b54 T blk_common_cmd
0000000000008e70 t do_source
0000000000008ec4 T bcb_find_partition_and_load
0000000000008f50 t __bcb_initialize
0000000000009048 t __bcb_load
000000000000911c T bcb_load
0000000000009184 T bcb_set
00000000000091a4 t __bcb_set
00000000000092b4 T bcb_get
000000000000931c t bcb_field_get
0000000000009414 T bcb_store
0000000000009418 t __bcb_store
000000000000949c T bcb_reset
00000000000094e0 t do_bcb
0000000000009680 t do_bcb_load
000000000000970c t do_bcb_set
0000000000009714 t do_bcb_clear
0000000000009778 t do_bcb_test
000000000000981c t do_bcb_dump
0000000000009874 t do_bcb_store
0000000000009878 t do_boot_android
0000000000009888 t do_verified_boot_android
0000000000009898 t boot_android
0000000000009a18 T efi_get_image_parameters
0000000000009a34 T efi_set_bootdev
0000000000009b88 T efi_install_fdt
0000000000009df4 T efi_run_image
0000000000009fa8 t do_bootefi_exec
000000000000a07c t do_bootefi
000000000000a26c T do_bootz
000000000000a370 T do_booti
000000000000a588 t do_video_clear
000000000000a5a8 T mk_date
000000000000a810 t do_date
000000000000a994 t do_dm
000000000000aa40 t complete_dm
000000000000aa68 t do_dm_dump_driver_compat
000000000000aa80 t do_dm_dump_devres
000000000000aa88 t do_dm_dump_drivers
000000000000aaa0 t do_dm_dump_static_driver_info
000000000000aab8 t do_dm_dump_tree
000000000000ab84 t do_dm_dump_uclass
000000000000abfc t do_echo
000000000000ac9c T eficonfig_print_msg
000000000000ace0 T eficonfig_print_entry
000000000000ad94 T eficonfig_display_statusline
000000000000adf4 T eficonfig_choice_entry
000000000000aefc T eficonfig_destroy
000000000000af80 T eficonfig_process_quit
000000000000af8c T eficonfig_append_menu_entry
000000000000b044 T eficonfig_append_quit_entry
000000000000b0ac T eficonfig_create_fixed_menu
000000000000b140 T eficonfig_process_common
000000000000b2b0 T eficonfig_create_device_path
000000000000b370 T eficonfig_process_clear_file_selection
000000000000b390 T eficonfig_process_show_file_option
000000000000b41c T eficonfig_process_select_file
000000000000bc04 T eficonfig_choice_change_boot_order
000000000000bf0c t do_eficonfig
000000000000c0cc t eficonfig_volume_selected
000000000000c0ec t sort_file
000000000000c100 t eficonfig_file_selected
000000000000c2c8 t eficonfig_process_add_boot_option
000000000000c374 t eficonfig_process_edit_boot_option
000000000000c52c t eficonfig_process_change_boot_order
000000000000c7e8 t eficonfig_process_delete_boot_option
000000000000c82c t eficonfig_edit_boot_option
000000000000cd68 t fill_file_info
000000000000cdd8 t eficonfig_set_boot_option
000000000000ce60 t create_boot_option_entry
000000000000cf24 t eficonfig_boot_add_enter_description
000000000000cf3c t prepare_file_selection_entry
000000000000d0a4 t eficonfig_boot_add_optional_data
000000000000d0bc t eficonfig_boot_edit_save
000000000000d12c t handle_user_input
000000000000d1e8 t eficonfig_show_boot_selection
000000000000d3bc t eficonfig_add_boot_selection_entry
000000000000d578 t eficonfig_process_boot_selected
000000000000d590 t eficonfig_print_change_boot_order_entry
000000000000d66c t eficonfig_add_change_boot_order_entry
000000000000d7e8 t eficonfig_process_save_boot_order
000000000000d8fc t do_exit
000000000000d938 T do_fat_size
000000000000d940 T do_fat_fsload
000000000000d948 t do_fat_ls
000000000000d950 t do_fat_fsinfo
000000000000d9f8 t do_fat_fswrite
000000000000da00 t do_fat_rm
000000000000da08 t do_fat_mkdir
000000000000da10 t do_size_wrapper
000000000000da18 t do_load_wrapper
000000000000da20 t do_save_wrapper
000000000000da28 t do_ls_wrapper
000000000000da30 t do_ln_wrapper
000000000000da38 t do_fstype_wrapper
000000000000da3c t do_fstypes_wrapper
000000000000da40 t do_itest
000000000000dad8 t binary_test
000000000000dc70 t evalstr
000000000000dcec t evalexp
000000000000dd8c t do_sleep
000000000000de80 t do_bootp
000000000000de8c T do_tftpb
000000000000de98 t netboot_common
000000000000e270 t do_ping
000000000000e2e4 T do_ping6
000000000000e370 t do_net
000000000000e410 t do_net_list
000000000000e4d8 t do_net_stats
000000000000e61c t do_part
000000000000e980 t do_part_types
000000000000ea48 t do_part_set
000000000000eae8 t do_part_type
000000000000eb74 t do_part_info
000000000000ecc8 t do_qemu_fw
000000000000ed6c t qemu_fwcfg_do_list
000000000000edf4 t qemu_fwcfg_do_cpus
000000000000ee24 t qemu_fwcfg_do_load
000000000000ef14 t do_rw
000000000000f020 T setexpr_regex_sub
000000000000f27c t substitute
000000000000f39c t do_setexpr
000000000000f68c t get_arg
000000000000f79c t regex_sub_var
000000000000f8ac t do_test
000000000000fbdc t do_false
000000000000fbe4 t do_true
000000000000fbec t do_virtio
000000000000fc98 t do_video_setcursor
000000000000fd14 t do_video_puts
000000000000fd80 t do_fastboot
000000000000ff30 t do_gpt
0000000000010190 t gpt_verify
00000000000102ac t gpt_setenv
0000000000010420 t gpt_enumerate
00000000000105a4 t do_disk_guid
0000000000010608 t set_gpt_info
0000000000010b18 t extract_val
0000000000010bc4 t extract_env
0000000000010c98 T do_avb_init
0000000000010d08 T do_avb_read_part
0000000000010dd8 T do_avb_read_part_hex
0000000000010f20 T do_avb_write_part
0000000000010fe8 T do_avb_read_rb
0000000000011074 T do_avb_write_rb
0000000000011104 T do_avb_get_uuid
0000000000011194 T do_avb_verify_part
0000000000011250 T do_avb_is_unlocked
00000000000112dc t do_avb
0000000000011368 T env_get_id
0000000000011374 T env_set
00000000000113d0 t _do_env_set
00000000000115d0 t do_env
0000000000011648 t do_env_print
0000000000011730 t do_env_set
0000000000011750 t do_env_default
00000000000117fc t do_env_delete
00000000000118f4 t do_env_verified_import
0000000000011b18 t do_env_exists
0000000000011b70 t env_print
0000000000011c30 T board_init_f_alloc_reserve
0000000000011c40 T board_init_f_init_reserve
0000000000011c74 T main_loop
0000000000011cb8 T get_version
0000000000011cc0 T jumptable_init
0000000000011f38 t dummy
0000000000011f3c t mdelay
0000000000011f48 T get_local_var
0000000000011fe0 T set_local_var
0000000000012174 T unset_local_var
0000000000012224 T parse_string_outer
0000000000012348 t parse_stream_outer
0000000000012a9c T parse_file_outer
0000000000012aec T u_boot_hush_start
0000000000012b3c t do_showvar
0000000000012c5c t static_peek
0000000000012c68 t static_get
0000000000012c84 t done_word
0000000000012f7c t done_pipe
0000000000012fd0 t file_peek
0000000000012fdc t free_pipe_list
00000000000130d0 t new_pipe
0000000000013108 t done_command
00000000000131a4 t b_addqchr
0000000000013200 t b_addchr
0000000000013294 t run_list_real
0000000000013a04 t insert_var_value_sub
0000000000013cfc t is_assignment
0000000000013d48 t make_string
0000000000013eb4 t file_get
00000000000140b4 T bootdelay_process
0000000000014168 T autoboot_command
0000000000014288 W board_add_ram_info
000000000001428c W arch_cpu_init
0000000000014294 W mach_cpu_init
000000000001429c W board_get_usable_ram_top
00000000000142a8 W arch_setup_dest_addr
00000000000142b0 T setup_bdinfo
00000000000142b8 W reserve_arch
00000000000142c0 W checkcpu
00000000000142c8 W clear_bss
00000000000142d0 T board_init_f
0000000000014304 t setup_mon_len
0000000000014328 t log_init
0000000000014330 t initf_bootstage
0000000000014338 t bloblist_maybe_init
0000000000014340 t setup_spl_handoff
0000000000014348 t initf_dm
0000000000014350 t init_baud_rate
0000000000014388 t display_text_info
0000000000014390 t print_resetinfo
000000000001445c t announce_dram_init
000000000001447c t setup_dest_addr
00000000000144d0 t reserve_round_4k
00000000000144e8 t reserve_video
0000000000014524 t reserve_trace
000000000001452c t reserve_uboot
0000000000014578 t reserve_malloc
00000000000145a0 t reserve_board
00000000000145fc t reserve_global_data
000000000001462c t reserve_fdt
00000000000146ac t reserve_bootstage
00000000000146b4 t reserve_bloblist
00000000000146bc t reserve_stacks
00000000000146d8 t show_dram_config
00000000000147fc t display_new_sp
0000000000014804 t reloc_fdt
0000000000014870 t reloc_bootstage
0000000000014878 t reloc_bloblist
0000000000014880 t setup_reloc
00000000000148c8 t cyclic_unregister_all
00000000000148d0 W cpu_secondary_init_r
00000000000148d8 W arch_initr_trap
00000000000148e0 W power_init_board
00000000000148e8 T board_init_r
0000000000014928 t initr_trace
0000000000014930 t initr_reloc
000000000001494c t initr_caches
0000000000014964 t initr_reloc_global_data
00000000000149a8 t initr_barrier
00000000000149b0 t initr_malloc
00000000000149e4 t log_init
00000000000149ec t initr_bootstage
00000000000149f4 t initr_of_live
00000000000149fc t initr_dm
0000000000014a1c t initr_binman
0000000000014a24 t initr_dm_devices
0000000000014a2c t initr_announce
0000000000014a34 t dm_announce
0000000000014adc t initr_env
0000000000014b54 t initr_net
0000000000014b78 t run_main_loop
0000000000014b90 T iomux_match_device
0000000000014bc4 T iomux_doenv
0000000000014dd8 T menu_default_choice
0000000000014df8 T menu_default_set
0000000000014e94 T menu_get_choice
0000000000015058 T menu_item_add
000000000001514c T menu_create
00000000000151f4 T menu_destroy
0000000000015270 T bootmenu_conv_key
0000000000015310 T bootmenu_loop
0000000000015368 T cli_ch_init
0000000000015374 T cli_ch_process
0000000000015574 T cread_line_process_ch
0000000000015acc t cread_add_char
0000000000015bec T cli_cread_init
0000000000015c80 T cli_readline
0000000000015c94 T cli_readline_into_buffer
0000000000016090 t delete_char
00000000000161b0 T cli_simple_process_macros
00000000000163fc T bounce_buffer_start_extalign
0000000000016490 T bounce_buffer_stop
00000000000164f8 t on_console
00000000000165c0 t console_puts_select
0000000000016688 t console_needs_start_stop
000000000001670c T console_stop
0000000000016748 T serial_printf
00000000000167c4 T fgetc
0000000000016818 t console_tstc
00000000000168c4 T fputc
0000000000016948 T fputs
00000000000169cc T fflush
0000000000016a40 T getchar
0000000000016a6c T tstc
0000000000016a98 T putc
0000000000016b1c T puts
0000000000016b94 t pre_console_puts
0000000000016be0 T flush
0000000000016c10 T ctrlc
0000000000016c60 T disable_ctrlc
0000000000016c78 T had_ctrlc
0000000000016c84 T clear_ctrlc
0000000000016c90 T console_search_dev
0000000000016cc8 T console_assign
0000000000016dfc T console_init_f
0000000000016e28 t print_pre_console_buffer
0000000000016f04 T console_init_r
0000000000017104 T sbrk
0000000000017170 T mem_malloc_init
0000000000017190 t malloc
0000000000017688 t malloc_extend_top
0000000000017850 t free
0000000000017abc t malloc_trim
0000000000017bc8 t realloc
000000000001804c t memalign
00000000000181d8 t calloc
00000000000182a4 T initf_malloc
00000000000182c4 T malloc_simple
00000000000182cc t alloc_simple
000000000001834c T memalign_simple
000000000001835c T event_type_name
0000000000018368 T event_notify
0000000000018468 T event_notify_null
0000000000018474 T event_register
00000000000184ec T event_init
0000000000018500 W get_effective_memsize
000000000001850c T stdio_file_to_flags
000000000001852c T stdio_get_by_name
0000000000018610 T stdio_clone
0000000000018660 T stdio_register_dev
00000000000186b8 T stdio_register
00000000000186fc T stdio_init_tables
0000000000018710 T stdio_add_devices
00000000000187c0 t stdio_serial_putc
00000000000187c8 t stdio_serial_puts
00000000000187d0 t stdio_serial_flush
00000000000187d4 t stdio_serial_getc
00000000000187d8 t stdio_serial_tstc
00000000000187dc T run_command
00000000000187f0 T run_command_list
0000000000018888 T do_run
00000000000188fc T cli_process_fdt
0000000000018944 T cli_secure_boot_cmd
00000000000189c0 T cli_loop
00000000000189d0 T cli_init
00000000000189d4 T _do_help
0000000000018b80 T find_cmd_tbl
0000000000018c3c T cmd_usage
0000000000018ca4 T find_cmd
0000000000018cd4 T var_complete
0000000000018d48 T complete_subcmdv
0000000000018f28 T cmd_auto_complete
00000000000193a8 T cmd_get_data_size
000000000001944c T cmd_always_repeatable
000000000001945c T cmd_never_repeatable
0000000000019468 T cmd_discard_repeatable
000000000001948c T cmd_process
0000000000019644 T cmd_process_error
000000000001967c T cmd_source_script
00000000000196c8 T avb_ops_alloc
0000000000019788 t read_from_partition
0000000000019790 t write_to_partition
000000000001979c t validate_vbmeta_public_key
00000000000197fc t read_rollback_index
0000000000019838 t write_rollback_index
0000000000019860 t read_is_device_unlocked
0000000000019898 t get_unique_guid_for_partition
00000000000198f4 t get_size_of_partition
0000000000019940 T avb_ops_free
000000000001998c T avb_verify
00000000000199cc T avb_verify_partitions
0000000000019b54 t blk_byte_io
0000000000019d4c t get_partition
0000000000019e1c t blk_read_and_flush
0000000000019f28 t avb_blk_write
000000000001a01c T qfw_get_dev
000000000001a028 T qfw_online_cpus
000000000001a054 T qfw_read_firmware_list
000000000001a144 T qfw_file_iter_init
000000000001a170 T qfw_file_iter_next
000000000001a188 T qfw_file_iter_end
000000000001a198 T qemu_fwcfg_setup_kernel
000000000001a340 T part_get_type_by_name
000000000001a3d0 T blk_get_dev
000000000001a3d8 t get_dev_hwpart
000000000001a410 T dev_print
000000000001a674 T part_init
000000000001a714 T part_print
000000000001a8bc t part_driver_lookup_type
000000000001a968 T part_get_info_by_type
000000000001a9ec t part_driver_get_type
000000000001aa50 T part_get_info
000000000001aa5c T part_get_info_whole_disk
000000000001aac0 T blk_get_device_by_str
000000000001abf0 T blk_get_device_part_str
000000000001b000 T part_get_info_by_name
000000000001b0ac T part_get_info_by_dev_and_name
000000000001b16c T part_get_info_by_dev_and_name_or_num
000000000001b1ec T part_set_generic_name
000000000001b274 T disk_blk_read
000000000001b2f8 t disk_blk_part_validate
000000000001b368 T disk_blk_write
000000000001b3ec T disk_blk_erase
000000000001b45c t test_block_type
000000000001b51c t part_get_info_dos
000000000001b538 t part_print_dos
000000000001b574 t part_test_dos
000000000001b614 t part_get_info_extended
000000000001b948 t print_partition_extended
000000000001bbac T get_disk_guid
000000000001bc40 t find_valid_gpt
000000000001bcac T part_print_efi
000000000001bf20 t is_pte_valid
000000000001bf70 T part_get_info_efi
000000000001c1ac T write_gpt_table
000000000001c5e8 t set_protective_mbr
000000000001c6cc T gpt_fill_pte
000000000001cb04 T gpt_fill_header
000000000001cd24 t partition_entries_offset
000000000001cd94 T gpt_restore
000000000001ceb8 T gpt_verify_headers
000000000001cf78 t is_gpt_valid
000000000001d274 T gpt_repair_headers
000000000001d408 t write_one_gpt_table
000000000001d52c T gpt_verify_partitions
000000000001d754 t validate_gpt_header
000000000001d93c t part_test_efi
000000000001d9f4 T blk_get_uclass_name
000000000001da34 T blk_get_devnum_by_uclass_idname
000000000001db20 T blk_get_desc
000000000001dbf4 T blk_list_part
000000000001dc80 T blk_print_part_devnum
000000000001dcc4 T blk_list_devices
000000000001dd48 T blk_print_device_num
000000000001dd98 T blk_show_device
000000000001de20 T blk_dselect_hwpart
000000000001de4c T blk_read
000000000001df90 t blk_buffer_aligned
000000000001dfb4 T blk_write
000000000001e0bc T blk_erase
000000000001e12c T blk_dread
000000000001e134 T blk_dwrite
000000000001e13c T blk_derase
000000000001e144 T blk_find_max_devnum
000000000001e1c4 T blk_next_free_devnum
000000000001e1e8 T blk_create_device
000000000001e39c t blk_post_probe
000000000001e49c T blkcache_read
000000000001e59c T blkcache_fill
000000000001e6e4 T blkcache_invalidate
000000000001e788 T device_bind_with_driver_data
000000000001e7a0 t device_bind_common
000000000001ea98 T device_bind
000000000001eaa8 T device_bind_by_name
000000000001eb24 T device_of_to_plat
000000000001ec48 T device_probe
000000000001ed80 T device_get_uclass_id
000000000001ed90 T dev_get_plat
000000000001ed9c T dev_get_parent_plat
000000000001eda8 T dev_get_uclass_plat
000000000001edb4 T dev_get_priv
000000000001edc0 T dev_get_uclass_priv
000000000001edcc T dev_get_parent_priv
000000000001edd8 T dev_get_parent
000000000001ede0 T device_get_decendent_count
000000000001ee2c T device_find_first_child
000000000001ee48 T device_find_next_child
000000000001ee74 T device_first_child_err
000000000001eebc T device_next_child_err
000000000001ef10 T dev_get_driver_data
000000000001ef18 T device_set_name_alloced
000000000001ef28 T device_set_name
000000000001ef70 T dev_set_priv
000000000001ef78 T dev_set_parent_priv
000000000001ef80 T dev_set_uclass_priv
000000000001ef88 T dev_set_plat
000000000001ef90 T dev_set_parent_plat
000000000001ef98 T dev_set_uclass_plat
000000000001efa0 T device_is_compatible
000000000001efc0 t alloc_priv
000000000001f028 T devfdt_get_addr_index
000000000001f114 T devfdt_get_addr_size_index
000000000001f160 T devfdt_get_addr
000000000001f168 T devfdt_get_addr_pci
000000000001f20c T lists_driver_lookup_name
000000000001f294 T lists_uclass_lookup
000000000001f2f8 T lists_bind_drivers
000000000001f3f0 T device_bind_driver
000000000001f3fc T device_bind_driver_to_node
000000000001f464 T lists_bind_fdt
000000000001f620 T dm_root
000000000001f640 T dm_init
000000000001f6c8 T dm_remove_devices_flags
000000000001f700 T dm_scan_fdt_dev
000000000001f718 t dm_scan_fdt_node
000000000001f7b0 T dm_extended_scan
000000000001f82c W dm_scan_other
000000000001f834 T dm_init_and_scan
000000000001f8d0 T dm_get_stats
000000000001f908 t dm_probe_devices
000000000001f990 T uclass_get_priv
000000000001f998 T uclass_get
000000000001faf4 T dev_get_uclass_index
000000000001fb40 T uclass_find_device
000000000001fbb4 T uclass_find_first_device
000000000001fbf8 T uclass_find_next_device
000000000001fc24 T uclass_find_device_by_namelen
000000000001fccc T uclass_find_next_free_seq
000000000001fd3c T uclass_find_device_by_seq
000000000001fdb4 T uclass_find_device_by_of_offset
000000000001fe28 T uclass_get_nth_device_by_driver_name
000000000001feb4 T uclass_get_device
000000000001fefc T uclass_get_device_by_name
000000000001ff60 T uclass_get_device_by_seq
000000000001ffa8 T uclass_get_device_by_of_offset
000000000001fff0 T uclass_first_device
0000000000020038 t _uclass_next_device
000000000002009c T uclass_next_device
00000000000200c0 T uclass_first_device_err
00000000000200f4 T uclass_first_device_check
0000000000020154 T uclass_next_device_check
000000000002018c T uclass_get_count
00000000000201c8 T uclass_bind_device
0000000000020238 T uclass_pre_unbind_device
0000000000020264 T uclass_unbind_device
0000000000020280 T uclass_pre_probe_device
00000000000202e0 T uclass_post_probe_device
0000000000020340 T uclass_pre_remove_device
000000000002036c T uclass_probe_all
00000000000203e0 T pci_get_devfn
0000000000020430 T dev_tag_set_ptr
00000000000204f4 T dev_tag_get_ptr
000000000002055c T dev_tag_del
00000000000205f4 T devres_release_probe
0000000000020600 t release_nodes
0000000000020684 T devres_release_all
0000000000020690 T device_chld_unbind
0000000000020730 T device_unbind
0000000000020854 T device_chld_remove
00000000000208e8 T device_remove
0000000000020a10 T device_free
0000000000020ac4 T dm_dump_tree
0000000000020b64 t dm_dump_tree_single
0000000000020bdc t dm_dump_tree_recursive
0000000000020c88 T dm_dump_uclass
0000000000020d48 t dm_dump_uclass_single
0000000000020e38 T dm_dump_driver_compat
0000000000020f48 T dm_dump_drivers
00000000000210c4 T dm_dump_static_driver_info
0000000000021144 t show_devices
0000000000021324 t h_cmp_uclass_id
0000000000021358 T ofnode_get_name
0000000000021378 T ofnode_read_u32_index
00000000000213ec T ofnode_read_u32_default
0000000000021418 T ofnode_read_bool
0000000000021448 T ofnode_read_string
000000000002149c T ofnode_find_subnode
00000000000214c4 T ofnode_is_enabled
00000000000214ec T ofnode_first_subnode
0000000000021510 T ofnode_next_subnode
0000000000021534 T ofnode_path
0000000000021560 T ofnode_get_property
000000000002157c T ofnode_read_u8_array_ptr
0000000000021598 T ofnode_read_pci_addr
0000000000021690 T ofnode_read_pci_vendev
00000000000217ac T ofnode_read_simple_addr_cells
00000000000217bc T ofnode_read_simple_size_cells
00000000000217cc T ofnode_pre_reloc
0000000000021934 T ofnode_read_resource
00000000000219a0 T ofnode_device_is_compatible
00000000000219cc T ofnode_by_prop_value
00000000000219fc T ofnode_conf_read_int
0000000000021a5c T ofnode_conf_read_str
0000000000021aa8 T sysreset_get_status
0000000000021ac4 T sysreset_walk
0000000000021b5c T sysreset_walk_halt
0000000000021b90 T do_reset
0000000000021bf4 W psci_sysreset_get_status
0000000000021bfc t psci_sysreset_request
0000000000021c38 T efi_reset_system_init
0000000000021c68 T psci_sys_reset
0000000000021d14 T psci_sys_poweroff
0000000000021d58 t psci_bind
0000000000021db4 t psci_probe
0000000000021e50 T dm_pci_get_bdf
0000000000021ea8 T pci_get_ff
0000000000021ec4 T pci_bus_find_devfn
0000000000021f30 T dm_pci_read_config
0000000000022014 T dm_pci_read_config8
0000000000022048 T dm_pci_read_config16
000000000002207c T dm_pci_read_config32
00000000000220b0 T pci_generic_mmap_write_config
0000000000022150 T pci_generic_mmap_read_config
0000000000022200 W board_pci_fixup_dev
0000000000022204 T pci_bind_bus_devices
000000000002270c T dm_pci_read_bar32
0000000000022760 T dm_pci_bus_to_phys
0000000000022844 T dm_pci_map_bar
00000000000228dc T dm_pci_find_next_capability
00000000000228e4 t _dm_pci_find_next_capability
00000000000229a4 T dm_pci_find_capability
0000000000022a2c t pci_uclass_pre_probe
0000000000022cf4 t pci_uclass_post_probe
0000000000022d18 t pci_uclass_child_post_bind
0000000000022d64 T pci_init
0000000000022da0 t pci_bridge_read_config
0000000000022e3c t pci_bridge_write_config
0000000000022eb8 t pci_generic_ecam_probe
0000000000022ee8 t pci_generic_ecam_of_to_plat
0000000000022f64 t pci_generic_ecam_read_config
0000000000023018 t pci_generic_ecam_write_config
00000000000230b8 t pci_generic_ecam_conf_address
0000000000023150 T serial_init
00000000000232a8 T serial_setbrg
00000000000232e4 T serial_initialize
00000000000232fc T serial_putc
0000000000023378 T serial_puts
0000000000023398 t _serial_puts
0000000000023418 T serial_flush
000000000002346c T serial_getc
00000000000234c4 T serial_tstc
0000000000023500 T serial_stdio_init
0000000000023504 t on_baudrate
0000000000023604 t serial_post_probe
00000000000236d8 t serial_pre_remove
00000000000236e0 t serial_stub_putc
000000000002374c t serial_stub_puts
0000000000023754 t serial_stub_flush
0000000000023798 t serial_stub_getc
00000000000237d8 t serial_stub_tstc
00000000000237fc T pl01x_serial_setbrg
0000000000023948 T pl01x_serial_probe
00000000000239c4 T pl01x_serial_getc
0000000000023a0c T pl01x_serial_putc
0000000000023a54 T pl01x_serial_pending
0000000000023aa4 T pl01x_serial_of_to_plat
0000000000023b24 T ns16550_init
0000000000023bf0 t ns16550_setbrg
0000000000023c9c T ns16550_serial_probe
0000000000023d2c T ns16550_serial_of_to_plat
0000000000023e34 t ns16550_serial_setbrg
0000000000023e70 t ns16550_serial_getc
0000000000023ec8 t ns16550_serial_putc
0000000000023f30 t ns16550_serial_pending
0000000000023f84 t ns16550_serial_setconfig
0000000000024000 t ns16550_serial_getinfo
0000000000024060 T virtio_get_config
0000000000024074 T virtio_set_config
0000000000024088 T virtio_generation
00000000000240a8 T virtio_reset
00000000000240bc T virtio_find_vqs
00000000000240d0 T virtio_notify
00000000000240e4 T virtio_add_status
0000000000024144 T virtio_finalize_features
00000000000241d4 T virtio_driver_features_init
00000000000241e8 T virtio_init
00000000000241f0 t virtio_uclass_pre_probe
000000000002425c t virtio_uclass_post_probe
0000000000024328 t virtio_uclass_child_post_bind
0000000000024344 t virtio_uclass_child_pre_probe
000000000002457c t virtio_uclass_child_post_probe
0000000000024598 t virtio_bootdev_bind
00000000000245bc t virtio_bootdev_hunt
00000000000245f8 T virtqueue_add
000000000002487c T virtqueue_kick
0000000000024914 T virtqueue_get_buf
0000000000024ad0 T vring_create_virtqueue
0000000000024d8c T vring_del_virtqueue
0000000000024dd4 T virtqueue_get_vring_size
0000000000024ddc T virtqueue_get_desc_addr
0000000000024de4 T virtqueue_get_avail_addr
0000000000024dec T virtqueue_get_used_addr
0000000000024df4 T virtqueue_poll
0000000000024e2c t __bb_force_page_align
0000000000024e50 t virtqueue_detach_desc
0000000000024ea8 t virtio_mmio_probe
0000000000024f50 t virtio_mmio_of_to_plat
0000000000024f90 t virtio_mmio_get_config
00000000000250d4 t virtio_mmio_set_config
000000000002522c t virtio_mmio_generation
0000000000025274 t virtio_mmio_get_status
00000000000252ac t virtio_mmio_set_status
0000000000025308 t virtio_mmio_reset
000000000002532c t virtio_mmio_get_features
0000000000025398 t virtio_mmio_set_features
0000000000025420 t virtio_mmio_find_vqs
0000000000025640 t virtio_mmio_del_vqs
0000000000025714 t virtio_mmio_notify
0000000000025748 t virtio_pci_bind
00000000000257a4 t virtio_pci_probe
00000000000259a8 t virtio_pci_find_capability
0000000000025b10 t virtio_pci_get_config
0000000000025c24 t virtio_pci_set_config
0000000000025d68 t virtio_pci_generation
0000000000025da0 t virtio_pci_get_status
0000000000025dd8 t virtio_pci_set_status
0000000000025e40 t virtio_pci_reset
0000000000025ea4 t virtio_pci_get_features
0000000000025f0c t virtio_pci_set_features
0000000000025f9c t virtio_pci_find_vqs
0000000000026108 t virtio_pci_del_vqs
000000000002617c t virtio_pci_notify
00000000000261f0 t virtio_net_bind
0000000000026228 t virtio_net_probe
0000000000026294 t virtio_net_start
0000000000026324 t virtio_net_send
00000000000263c8 t virtio_net_recv
0000000000026428 t virtio_net_free_pkt
0000000000026484 t virtio_net_stop
0000000000026488 t virtio_net_write_hwaddr
0000000000026504 t virtio_net_read_rom_hwaddr
00000000000265d4 t virtio_blk_bind
000000000002668c t virtio_blk_probe
0000000000026744 t virtio_blk_read
000000000002674c t virtio_blk_write
0000000000026754 t virtio_blk_erase
00000000000267e0 t virtio_blk_do_req
0000000000026938 t virtio_console_bind
0000000000026968 t virtio_console_probe
00000000000269c4 t add_inbuf
0000000000026a48 t virtio_console_serial_setbrg
0000000000026a50 t virtio_console_serial_getc
0000000000026adc t virtio_console_serial_putc
0000000000026b54 t virtio_console_serial_pending
0000000000026b78 t console_putc_xy
0000000000026c60 t console_move_rows
0000000000026ce0 t console_set_row
0000000000026dac t console_set_cursor_visible
0000000000026de0 T check_bpix_support
0000000000026df4 T fill_pixel_and_goto_next
0000000000026e30 T fill_char_vertically
0000000000026f64 T console_probe
0000000000026f84 t console_set_font
0000000000027034 T console_simple_get_font_size
0000000000027068 T console_simple_get_font
0000000000027084 T console_simple_select_font
0000000000027114 T video_reserve
00000000000271a0 t alloc_fb
00000000000271f4 T video_fill
0000000000027280 T video_sync
00000000000272ec T video_clear
0000000000027318 T video_index_to_colour
0000000000027400 T video_set_default_colors
0000000000027454 T video_sync_all
000000000002749c T video_get_xsize
00000000000274b4 T video_get_ysize
00000000000274cc t video_post_bind
0000000000027568 t video_post_probe
00000000000276ac T vidconsole_put_char
0000000000027cc8 t vidconsole_newline
0000000000027d88 T vidconsole_put_string
0000000000027dcc t vidconsole_pre_probe
0000000000027e0c t vidconsole_post_probe
0000000000027e94 T vidconsole_position_cursor
0000000000027f20 t vidconsole_putc
0000000000027f4c t vidconsole_puts
0000000000027f94 T video_bmp_display
000000000002853c t write_pix8
000000000002862c t bochs_video_bind
0000000000028650 t bochs_video_probe
0000000000028784 T fastboot_response
0000000000028828 T fastboot_fail
0000000000028840 T fastboot_okay
0000000000028874 W fastboot_set_reboot_flag
0000000000028908 T fastboot_boot
000000000002899c T fastboot_handle_boot
0000000000028a0c T fastboot_set_progress_callback
0000000000028a18 T fastboot_init
0000000000028a4c T fastboot_getvar
0000000000028b48 t getvar_version
0000000000028b54 t getvar_version_bootloader
0000000000028b60 t getvar_downloadsize
0000000000028b7c t getvar_serialno
0000000000028bc4 t getvar_version_baseband
0000000000028bd0 t getvar_product
0000000000028c18 t getvar_platform
0000000000028c60 t getvar_current_slot
0000000000028c6c t getvar_has_slot
0000000000028d28 t getvar_partition_size
0000000000028d80 t getvar_is_userspace
0000000000028d8c T fastboot_handle_command
0000000000028e60 T fastboot_data_remaining
0000000000028e78 T fastboot_data_download
0000000000028f44 T fastboot_data_complete
0000000000028fa0 t getvar
0000000000028fa4 t download
0000000000029074 t flash
00000000000290c8 t erase
000000000002910c t okay
0000000000029114 t reboot_bootloader
000000000002915c t reboot_fastbootd
00000000000291a4 t reboot_recovery
00000000000291ec t run_flashing_lock
000000000002924c t run_flashing_unlock
00000000000292c4 t ensure_device_is_unlocked
0000000000029314 T fastboot_block_get_part_info
00000000000293e0 T fastboot_block_erase
0000000000029454 t fb_block_write
0000000000029544 T fastboot_block_write_raw_image
0000000000029638 T fastboot_block_write_sparse_image
00000000000296dc t fb_block_sparse_write
00000000000296e8 t fb_block_sparse_reserve
00000000000296f0 T fastboot_block_flash_write
000000000002978c T qfw_read_entry
0000000000029840 T qfw_register
00000000000298f0 t qfw_post_bind
00000000000298f8 t qfw_get_bootflow
0000000000029910 t qfw_bootdev_bind
0000000000029934 t qfw_bootdev_hunt
000000000002995c t qfw_mmio_probe
0000000000029960 t qfw_mmio_of_to_plat
0000000000029998 t qfw_mmio_read_entry_io
0000000000029a54 t qfw_mmio_read_entry_dma
0000000000029a80 T dm_rtc_get
0000000000029a9c T dm_rtc_set
0000000000029ab8 T dm_rtc_reset
0000000000029ad4 t pl031_probe
0000000000029afc t pl031_of_to_plat
0000000000029b34 t pl031_get
0000000000029b78 t pl031_set
0000000000029bc4 t pl031_reset
0000000000029be8 T dm_rng_read
0000000000029c04 t smccc_trng_is_supported
0000000000029d24 t smccc_trng_probe
0000000000029dbc t smccc_trng_read
0000000000029efc t smc64_copy_sample
0000000000029f58 t smc32_copy_sample
0000000000029fb4 T env_set_ulong
0000000000029fe0 T env_set_hex
000000000002a024 T env_get_hex
000000000002a074 T env_get
000000000002a110 T eth_env_get_enetaddr
000000000002a178 T eth_env_set_enetaddr
000000000002a1d4 t env_get_from_linear
000000000002a2f0 T env_get_ulong
000000000002a330 T env_get_yesno
000000000002a38c T env_get_autostart
000000000002a3b0 T env_get_default
000000000002a3f0 T env_set_default
000000000002a4a0 T env_set_default_vars
000000000002a4d0 T env_relocate
000000000002a4ec T env_complete
000000000002a6bc W arch_env_get_location
000000000002a6cc W env_get_location
000000000002a6d0 T env_load
000000000002a7a4 t env_driver_lookup
000000000002a81c T env_init
000000000002a904 T env_attr_walk
000000000002aa54 T env_attr_lookup
000000000002aad8 t regex_callback
000000000002ac3c T env_flags_parse_vartype
000000000002ac98 T env_flags_parse_varaccess
000000000002acf8 T eth_validate_ethaddr_str
000000000002adc0 T env_flags_init
000000000002ae88 t on_flags
000000000002aee8 T env_flags_validate
000000000002b190 t clear_flags
000000000002b1a0 t set_flags
000000000002b238 T env_callback_init
000000000002b2fc t find_env_callback
000000000002b370 t on_callbacks
000000000002b3d0 t clear_callback
000000000002b3e0 t set_callback
000000000002b46c t env_nowhere_load
000000000002b494 t env_nowhere_init
000000000002b4a4 T fs_get_type
000000000002b4b0 T fs_set_blk_dev
000000000002b578 T fs_set_blk_dev_with_part
000000000002b63c T fs_close
000000000002b688 T fs_exists
000000000002b708 T fs_size
000000000002b788 T fs_read
000000000002b808 T fs_write
000000000002b8c0 T fs_opendir
000000000002b97c T fs_readdir
000000000002ba2c T fs_closedir
000000000002babc T fs_unlink
000000000002bb3c T fs_mkdir
000000000002bbbc T fs_ln
000000000002bc68 T do_size
000000000002bd30 T do_load
000000000002c088 T do_ls
000000000002c174 T file_exists
000000000002c210 T do_save
000000000002c348 T do_fs_type
000000000002c418 T do_rm
000000000002c4cc T do_mkdir
000000000002c590 T do_ln
000000000002c5e4 T do_fs_types
000000000002c688 t fs_ls_generic
000000000002c778 t fs_ln_unsupported
000000000002c780 t fs_ls_unsupported
000000000002c788 t fs_exists_unsupported
000000000002c790 t fs_close_unsupported
000000000002c794 t fs_uuid_unsupported
000000000002c79c t fs_opendir_unsupported
000000000002c7a4 t fs_unlink_unsupported
000000000002c7ac t fs_mkdir_unsupported
000000000002c7b4 t fs_probe_unsupported
000000000002c7bc t fs_size_unsupported
000000000002c7c4 t fs_read_unsupported
000000000002c7cc t fs_write_unsupported
000000000002c7d4 T fat_set_blk_dev
000000000002c8b4 T fat_next_cluster
000000000002ca0c t get_fatent
000000000002cbbc T file_fat_detectfs
000000000002cc84 t read_bootsectandvi
000000000002cdd4 T fat_exists
000000000002ce54 t fat_itr_root
000000000002d008 t fat_itr_resolve
000000000002d1bc T fat_size
000000000002d290 T fat_read_file
000000000002d648 T fat_opendir
000000000002d6f8 T fat_readdir
000000000002d7f0 t fat_itr_next
000000000002daf4 t fat2rtc
000000000002db48 T fat_closedir
000000000002db70 T fat_close
000000000002db74 T fat_uuid
000000000002dbd4 T file_fat_write_at
000000000002de40 t split_filename
000000000002dfb0 t normalize_longname
000000000002e0e4 t find_directory_entry
000000000002e168 t set_name
000000000002e3a0 t fat_find_empty_dentries
000000000002e55c t fill_dir_slot
000000000002e7ec t fill_dentry
000000000002e860 t set_contents
000000000002f0fc t flush_dirty_fat_buffer
000000000002f1ac t flush_dir
000000000002f23c T file_fat_write
000000000002f24c T fat_unlink
000000000002f55c T fat_mkdir
000000000002f8cc t fat_itr_child
000000000002f948 t get_cluster
000000000002fb24 t next_dent
000000000002fb90 t downcase
000000000002fbe0 t str2fat
000000000002fc98 t fat_move_to_cluster
000000000002fce8 t set_fatent_value
000000000002ff20 t clear_fatent
000000000002ffb4 t determine_fatent
0000000000030008 t disk_write
0000000000030084 t set_sectors
00000000000301f8 t delete_single_dentry
000000000003024c T smh_fs_set_blk_dev
0000000000030258 T smh_fs_size
00000000000302b8 T smh_fs_read
0000000000030384 T smh_fs_write
0000000000030458 T efi_driver_init
00000000000305b0 t efi_uc_init
00000000000305b8 t efi_uc_destroy
00000000000305c0 t efi_uc_supported
0000000000030684 t efi_uc_start
000000000003075c t efi_uc_stop
0000000000030874 t check_node_type
0000000000030900 t disconnect_child
000000000003095c t efi_bl_read
00000000000309c8 t efi_bl_write
0000000000030a34 t efi_bl_init
0000000000030ab8 t efi_bl_bind
0000000000030bf0 T efi_bootmgr_load
0000000000030d94 t try_load_entry
0000000000031070 T efi_bootmgr_get_unused_bootoption
0000000000031138 T efi_bootmgr_append_bootorder
00000000000311fc T efi_bootmgr_delete_boot_option
0000000000031318 T efi_bootmgr_update_media_device_boot_option
000000000003181c t try_load_from_file_path
0000000000031914 T __efi_entry_check
0000000000031958 T __efi_exit_check
000000000003198c T efi_save_gd
000000000003199c T efi_restore_gd
00000000000319c0 T efi_signal_event
0000000000031a8c t efi_queue_event
0000000000031af0 T efi_add_handle
0000000000031b18 T efi_create_handle
0000000000031b7c T efi_search_protocol
0000000000031c1c T efi_search_obj
0000000000031c4c T efi_delete_handle
0000000000031cf8 t efi_purge_handle
0000000000031db4 T efi_create_event
0000000000031f04 T efi_timer_check
0000000000031fb8 t efi_process_event_queue
00000000000320a4 T efi_set_timer
0000000000032140 T efi_add_protocol
00000000000322a4 T efi_register_protocol_notify
000000000003239c T efi_install_configuration_table
00000000000325ac T efi_setup_loaded_image
00000000000326f8 T efi_locate_device_path
00000000000328d8 T efi_locate_handle_buffer
0000000000032948 T efi_load_image
0000000000032e48 T efi_close_protocol
0000000000032f34 T efi_locate_handle_buffer_int
0000000000032ff8 t efi_locate_handle
0000000000033198 T efi_install_multiple_protocol_interfaces
00000000000331ec t efi_install_multiple_protocol_interfaces_int
0000000000033480 T efi_uninstall_multiple_protocol_interfaces
00000000000334d4 t efi_uninstall_multiple_protocol_interfaces_int
00000000000336bc T efi_protocol_open
0000000000033908 t efi_disconnect_controller
0000000000033c90 T efi_start_image
0000000000033f70 t efi_open_protocol
0000000000034100 T efi_unload_image
00000000000342a8 t efi_delete_image
0000000000034358 T efi_handle_protocol
000000000003436c T efi_initialize_system_table
00000000000343f8 t efi_uninstall_protocol
000000000003460c t efi_disconnect_all_drivers
00000000000347f4 t efi_connect_controller
0000000000034aa4 t efi_bind_controller
0000000000034c2c t efi_install_protocol_interface
0000000000034cec t efi_uninstall_protocol_interface
0000000000034d60 t efi_raise_tpl
0000000000034dd4 t efi_restore_tpl
0000000000034e58 t efi_allocate_pages_ext
0000000000034ec8 t efi_free_pages_ext
0000000000034f38 t efi_get_memory_map_ext
0000000000034fa8 t efi_allocate_pool_ext
0000000000035018 t efi_free_pool_ext
0000000000035088 t efi_create_event_ext
0000000000035100 t efi_set_timer_ext
0000000000035170 t efi_wait_for_event
0000000000035340 t efi_signal_event_ext
0000000000035400 t efi_close_event
0000000000035588 t efi_check_event
000000000003569c t efi_reinstall_protocol_interface
000000000003579c t efi_locate_handle_ext
000000000003580c t efi_install_configuration_table_ext
000000000003587c t efi_exit
0000000000035a1c t efi_exit_boot_services
0000000000035c2c t efi_get_next_monotonic_count
0000000000035cb0 t efi_stall
0000000000035d54 t efi_set_watchdog_timer
0000000000035dc4 t efi_close_protocol_ext
0000000000035e34 t efi_open_protocol_information
0000000000035f88 t efi_protocols_per_handle
0000000000036120 t efi_locate_protocol
00000000000362e0 t efi_install_multiple_protocol_interfaces_ext
0000000000036388 t efi_uninstall_multiple_protocol_interfaces_ext
0000000000036430 t efi_calculate_crc32
00000000000364d0 t efi_copy_mem
0000000000036540 t efi_set_mem
00000000000365bc t efi_create_event_ex
0000000000036654 t efi_update_exit_data
00000000000366d4 T efi_get_dp_from_boot
0000000000036794 T efi_link_dev
00000000000367ac T efi_unlink_dev
00000000000367dc T efi_varname_is_load_option
000000000003686c T efi_next_variable_name
00000000000368f8 T efi_search_bootorder
0000000000036930 T efi_setup_console_size
0000000000036b54 t efi_cout_reset
0000000000036ba4 t efi_cout_output_string
0000000000036d38 t efi_cout_test_string
0000000000036d54 t efi_cout_query_mode
0000000000036dec t efi_cout_set_mode
0000000000036e64 t efi_cout_set_attribute
0000000000036ed8 t efi_cout_clear_screen
0000000000036f2c t efi_cout_set_cursor_position
0000000000036fd8 t efi_cout_enable_cursor
0000000000037024 t efi_cin_reset
0000000000037064 t efi_cin_read_key_stroke
00000000000370f0 T efi_console_register
0000000000037240 t efi_key_notify
0000000000037258 t efi_console_timer_notify
0000000000037270 T efi_console_get_u16_string
00000000000373d0 t efi_cin_empty_buffer
00000000000373f8 t term_get_char
000000000003744c t efi_cin_check
000000000003779c t set_shift_mask
00000000000377fc t analyze_modifiers
0000000000037898 t efi_cin_reset_ex
00000000000378d8 t efi_cin_read_key_stroke_ex
00000000000379e0 t efi_cin_set_state
00000000000379fc t efi_cin_register_key_notify
0000000000037aa4 t efi_cin_unregister_key_notify
0000000000037b24 T efi_dp_next
0000000000037b5c T efi_dp_shorten
0000000000037bcc T efi_dp_find_obj
0000000000037c28 t find_handle
0000000000037ddc T efi_dp_last_node
0000000000037e28 T efi_dp_instance_size
0000000000037e88 T efi_dp_size
0000000000037ec4 T efi_dp_dup
0000000000037f50 T efi_dp_append
0000000000037f58 t efi_dp_append_or_concatenate
00000000000380ac T efi_dp_concat
00000000000380b4 T efi_dp_append_node
00000000000381f4 T efi_dp_create_device_node
0000000000038254 T efi_dp_append_instance
000000000003837c T efi_dp_get_next_instance
0000000000038454 T efi_dp_is_multi_instance
0000000000038488 T efi_dp_from_part
0000000000038524 T efi_dp_part_node
0000000000038580 t dp_part_node
0000000000038804 T efi_dp_from_file
0000000000038958 T efi_dp_from_uart
00000000000389d4 t dp_size
0000000000038a94 t dp_fill
0000000000038ca0 T efi_dp_from_eth
0000000000038d08 T efi_dp_from_mem
0000000000038e1c T efi_dp_split_file_path
0000000000038ef0 T efi_dp_from_name
0000000000039100 T efi_dp_check_length
0000000000039170 T efi_dp_from_lo
00000000000392a0 T efi_dp_str
00000000000392dc t efi_convert_device_path_to_text
000000000003938c t efi_convert_device_node_to_text
00000000000393d8 t efi_convert_single_device_node_to_text
0000000000039bd8 t efi_str_to_u16
0000000000039c30 t get_device_path_size
0000000000039c68 t duplicate_device_path
0000000000039c9c t append_device_path
0000000000039cd8 t append_device_node
0000000000039d14 t append_device_path_instance
0000000000039d50 t get_next_device_path_instance
0000000000039d8c t is_device_path_multi_instance
0000000000039dc0 t create_device_node
0000000000039e0c T efi_try_purge_kaslr_seed
0000000000039eac T efi_carve_out_dt_rsv
0000000000039fe0 t efi_reserve_memory
000000000003a030 t efi_dt_fixup
000000000003a1bc T efi_file_open_int
000000000003a23c t file_open
000000000003a534 T efi_file_size
000000000003a608 T efi_file_read_int
000000000003a8b4 T efi_file_setpos_int
000000000003a91c t efi_get_file_size
000000000003a974 T efi_file_from_path
000000000003aad4 T efi_create_simple_file_system
000000000003ab44 t efi_open_volume
000000000003ab8c t efi_create_file
000000000003abc4 t is_dir
000000000003abe8 t efi_file_open
000000000003ac4c t efi_file_close
000000000003ac84 t efi_file_delete
000000000003ace8 t efi_file_read
000000000003ad34 t efi_file_write
000000000003ad80 t efi_file_getpos
000000000003adc8 t efi_file_setpos
000000000003ae04 t efi_file_getinfo
000000000003b018 t efi_file_setinfo
000000000003b160 t efi_file_flush
000000000003b1a8 t efi_file_open_ex
000000000003b238 t efi_file_read_ex
000000000003b2a0 t efi_file_write_ex
000000000003b308 t efi_file_flush_ex
000000000003b370 t efi_file_write_int
000000000003b430 t new_package_list
000000000003b4f0 t remove_package_list
000000000003b550 t update_package_list
000000000003b680 t list_package_lists
000000000003b7ac t export_package_lists
000000000003b7ec t register_package_notify
000000000003b85c t unregister_package_notify
000000000003b87c t find_keyboard_layouts
000000000003b950 t get_keyboard_layout
000000000003ba18 t set_keyboard_layout
000000000003ba50 t get_package_list_handle
000000000003babc t new_string
000000000003bbf0 t get_string
000000000003bce8 t set_string
000000000003be44 t get_languages
000000000003bf70 t get_secondary_languages
000000000003c028 t add_packages
000000000003c418 t free_packagelist
000000000003c45c t free_keyboard_layouts
000000000003c4b0 t remove_strings_package
000000000003c538 t remove_guid_package
000000000003c57c t remove_keyboard_package
000000000003c5cc t language_match
000000000003c628 T efi_print_image_infos
000000000003c748 T efi_check_pe
000000000003c7a0 T efi_load_pe
000000000003cab4 t efi_set_code_and_data_type
000000000003cb1c t efi_loader_relocate
000000000003cbfc T efi_set_load_options
000000000003cc54 T efi_deserialize_load_option
000000000003cd60 T efi_serialize_load_option
000000000003ce50 T efi_add_memory_map
000000000003ce6c t efi_add_memory_map_pg
000000000003d0d0 T efi_allocate_pages
000000000003d288 t efi_check_allocated
000000000003d2e8 T efi_free_pages
000000000003d37c T efi_alloc_aligned_pages
000000000003d468 T efi_allocate_pool
000000000003d504 T efi_alloc
000000000003d55c T efi_free_pool
000000000003d5fc T efi_get_memory_map
000000000003d6d4 T efi_get_memory_map_alloc
000000000003d77c T efi_add_conventional_memory_map
000000000003d80c W efi_add_known_memory
000000000003d840 T efi_memory_init
000000000003d8c8 t efi_mem_sort
000000000003d998 t efi_mem_cmp
000000000003d9b4 T efi_root_node_register
000000000003dad8 T efi_init_runtime_supported
000000000003db48 t efi_get_time_boottime
000000000003dc50 t efi_set_time_boottime
000000000003ddc0 t efi_set_virtual_address_map
000000000003dff8 t efi_reset_system_boottime
000000000003e084 W allow_unaligned
000000000003e088 T efi_init_early
000000000003e0cc T efi_init_obj_list
000000000003e284 T efi_create_indexed_name
000000000003e31c t efi_stri_coll
000000000003e3ac t efi_metai_match
000000000003e3e8 t efi_str_lwr
000000000003e42c t efi_str_upr
000000000003e470 t efi_fat_to_str
000000000003e4e0 t efi_str_to_fat
000000000003e5e8 t metai_match
000000000003e78c T efi_get_variable
000000000003e804 T efi_set_variable
000000000003e880 T efi_get_next_variable_name
000000000003e8cc T efi_query_variable_info
000000000003e93c T efi_init_secure_state
000000000003ea98 T efi_auth_var_get_type
000000000003eb18 T efi_get_var
000000000003ebbc T efi_var_mem_init
000000000003ec74 t efi_var_mem_notify_exit_boot_services
000000000003ecf0 T efi_var_collect
000000000003eeb8 T efi_var_to_file
000000000003ef60 t efi_set_blk_dev_to_system_partition
000000000003eff0 T efi_var_restore
000000000003f168 T efi_var_from_file
000000000003f220 T efi_set_variable_int
000000000003f408 T efi_query_variable_info_int
000000000003f494 T efi_variables_boot_exit_notify
000000000003f4cc T efi_init_variables
000000000003f4f4 T efi_set_watchdog
000000000003f524 T efi_watchdog_register
000000000003f57c t efi_watchdog_timer_notify
000000000003f5b0 T efi_gop_register
000000000003f74c t gop_query_mode
000000000003f7d8 t gop_set_mode
000000000003f884 t gop_blt
000000000003fdd0 t gop_blt_video_fill
000000000003fe94 T efi_disk_is_removable
000000000003fee8 T efi_fs_from_path
000000000003ff68 T efi_disk_probe
0000000000040134 T efi_disk_remove
00000000000401ec T efi_disk_get_device_name
00000000000402e0 T efi_disks_register
000000000004031c t efi_disk_add_dev
00000000000405a8 t efi_disk_reset
00000000000405c4 t efi_disk_read_blocks
000000000004067c t efi_disk_write_blocks
0000000000040744 t efi_disk_flush_blocks
0000000000040760 t efi_disk_rw_blocks
000000000004082c T efi_net_register
0000000000040be0 t efi_net_start
0000000000040c48 t efi_net_stop
0000000000040ca8 t efi_net_initialize
0000000000040d44 t efi_net_reset
0000000000040db8 t efi_net_shutdown
0000000000040e34 t efi_net_receive_filters
0000000000040e50 t efi_net_station_address
0000000000040e6c t efi_net_statistics
0000000000040e88 t efi_net_mcastiptomac
0000000000040f5c t efi_net_nvdata
0000000000040f78 t efi_net_get_status
000000000004100c t efi_net_transmit
000000000004114c t efi_net_receive
000000000004131c t efi_pxe_base_code_start
0000000000041324 t efi_pxe_base_code_stop
000000000004132c t efi_pxe_base_code_dhcp
0000000000041334 t efi_pxe_base_code_discover
000000000004133c t efi_pxe_base_code_mtftp
0000000000041344 t efi_pxe_base_code_udp_write
000000000004134c t efi_pxe_base_code_udp_read
0000000000041354 t efi_pxe_base_code_set_ip_filter
000000000004135c t efi_pxe_base_code_arp
0000000000041364 t efi_pxe_base_code_set_parameters
000000000004136c t efi_pxe_base_code_set_station_ip
0000000000041374 t efi_pxe_base_code_set_packets
000000000004137c t efi_network_timer_notify
0000000000041400 t efi_net_push
0000000000041494 T efi_smbios_register
00000000000414f8 t install_smbios_table
0000000000041568 W platform_get_rng_device
00000000000415ac T efi_rng_register
0000000000041614 t rng_getinfo
00000000000416c4 t getrng
0000000000041790 T efi_initrd_register
0000000000041854 T efi_initrd_deregister
00000000000418a4 t efi_load_file2_initrd
0000000000041a10 T console_read_unicode
0000000000041b24 T utf8_get
0000000000041c18 T utf8_put
0000000000041cf4 T utf8_utf16_strnlen
0000000000041d68 T utf8_utf16_strncpy
0000000000041df0 T utf16_put
0000000000041e70 T utf16_get
0000000000041ee8 T utf16_strnlen
0000000000041f58 T utf16_utf8_strnlen
0000000000041fec T utf16_utf8_strncpy
0000000000042074 T utf_to_lower
00000000000420b8 T utf_to_upper
0000000000042104 T u16_strncmp
0000000000042144 T u16_strsize
0000000000042168 T u16_strcpy
0000000000042194 T u16_strdup
0000000000042208 T u16_strlcat
000000000004229c T utf16_to_utf8
00000000000423cc T utf_to_cp
000000000004241c T write_smbios_table
00000000000425a8 t smbios_write_type0
00000000000426f0 t smbios_write_type1
0000000000042870 t smbios_write_type2
0000000000042994 t smbios_write_type3
0000000000042a6c t smbios_write_type4
0000000000042b68 t smbios_write_type32
0000000000042be0 t smbios_write_type127
0000000000042c48 t smbios_add_string
0000000000042cf0 t smbios_add_prop_si
0000000000042d2c T write_sparse_image
00000000000432cc t default_log
00000000000432d0 T initcall_run_list
00000000000433a0 T string_to_ip
0000000000043438 T string_to_ip6
00000000000436b4 T string_to_enetaddr
0000000000043718 T compute_ip_checksum
0000000000043768 T ip_checksum_ok
0000000000043784 T list_sort
0000000000043980 t merge
0000000000043a2c T inflate_fast
0000000000043e78 T inflate_table
00000000000442a0 T inflateReset
0000000000044304 T inflateInit2_
0000000000044408 T zcalloc
0000000000044410 T zcfree
0000000000044418 T inflate
0000000000045bc8 T adler32
0000000000045ef4 T inflateEnd
0000000000045f60 T gzalloc
0000000000045f70 T gzfree
0000000000045f78 T gzip_parse_header
0000000000046018 T gunzip
0000000000046084 T zunzip
00000000000461a0 T ulz4fn
000000000004690c T avb_chain_partition_descriptor_validate_and_byteswap
0000000000046c08 T avb_sub_cmdline
0000000000046e34 T avb_append_options
00000000000471ec t cmdline_append_option
00000000000472e4 t cmdline_append_hex
0000000000047338 T avb_new_cmdline_subst_list
0000000000047340 T avb_free_cmdline_subst_list
000000000004739c T avb_add_root_digest_substitution
0000000000047470 t uint64_to_base10
00000000000474fc T avb_get_algorithm_data
0000000000047518 T avb_rsa_public_key_header_validate_and_byteswap
00000000000475cc T avb_footer_validate_and_byteswap
00000000000478f8 T avb_hashtree_descriptor_validate_and_byteswap
0000000000047ff8 T avb_property_descriptor_validate_and_byteswap
0000000000048344 T avb_property_lookup
00000000000483cc t property_lookup_desc_foreach
00000000000484c4 T avb_sha256_init
00000000000484ec T avb_sha256_update
00000000000485b4 t SHA256_transform
000000000004876c T avb_sha256_final
0000000000048860 T avb_slot_verify
0000000000048c70 t load_and_verify_vbmeta
0000000000049ab4 t has_system_partition
0000000000049bb4 t avb_manage_hashtree_error_mode
0000000000049d9c T avb_slot_verify_data_free
0000000000049e8c T avb_slot_verify_data_calculate_vbmeta_digest
0000000000049fb8 t load_requested_partitions
000000000004a1b8 t load_and_verify_hash_partition
000000000004a6a4 t read_persistent_digest
000000000004a9d4 t load_full_partition
000000000004ab6c T avb_be32toh
000000000004ab74 T avb_be64toh
000000000004ab7c T avb_safe_memcmp
000000000004abb0 T avb_safe_add_to
000000000004ac54 T avb_basename
000000000004acac T avb_safe_add
000000000004ace0 T avb_validate_utf8
000000000004ad68 T avb_str_concat
000000000004aed4 T avb_malloc
000000000004af64 T avb_calloc
000000000004afa0 T avb_strdup
000000000004aff4 T avb_strstr
000000000004b060 T avb_strv_find_str
000000000004b0c4 T avb_replace
000000000004b278 T avb_strdupv
000000000004b404 T avb_uppercase
000000000004b434 T avb_bin2hex
000000000004b4b0 T avb_version_string
000000000004b4bc T avb_descriptor_validate_and_byteswap
000000000004b624 T avb_descriptor_foreach
000000000004b9f8 T avb_descriptor_get_all
000000000004ba84 t count_descriptors
000000000004ba98 t set_descriptors
000000000004bab4 T avb_hash_descriptor_validate_and_byteswap
000000000004be64 T avb_kernel_cmdline_descriptor_validate_and_byteswap
000000000004c07c T avb_rsa_verify
000000000004c614 t montMul
000000000004c728 T avb_sha512_init
000000000004c750 T avb_sha512_update
000000000004c818 t SHA512_transform
000000000004c9f0 T avb_sha512_final
000000000004cb04 T avb_memcmp
000000000004cb08 T avb_memcpy
000000000004cb0c T avb_memset
000000000004cb10 T avb_strcmp
000000000004cb14 T avb_strncmp
000000000004cb18 T avb_strlen
000000000004cb1c T avb_abort
000000000004cb28 T avb_printv
000000000004cbc4 T avb_malloc_
000000000004cbc8 T avb_free
000000000004cbcc T avb_div_by_10
000000000004cbf4 T avb_vbmeta_image_verify
000000000004d1e8 T avb_vbmeta_image_header_to_host_byte_order
000000000004da6c T avb_vbmeta_verify_result_to_string
000000000004dad0 T addBootConfigParameters
000000000004db90 T addBootConfigTrailer
000000000004dc4c T fdt_ro_probe_
000000000004dd5c T fdt_header_size
000000000004ddbc T fdt_check_header
000000000004dfe0 T fdt_offset_ptr
000000000004e0c8 T fdt_next_tag
000000000004e224 T fdt_check_node_offset_
000000000004e264 T fdt_check_prop_offset_
000000000004e2a4 T fdt_next_node
000000000004e398 T fdt_first_subnode
000000000004e3cc T fdt_next_subnode
000000000004e41c T fdt_find_string_
000000000004e490 T fdt_move
000000000004e508 T fdt_get_string
000000000004e688 T fdt_get_mem_rsv
000000000004e6f4 t fdt_mem_rsv
000000000004e770 T fdt_num_mem_rsv
000000000004e7c0 T fdt_subnode_offset_namelen
000000000004e8b0 T fdt_subnode_offset
000000000004e8f4 T fdt_path_offset_namelen
000000000004ea14 T fdt_get_alias_namelen
000000000004eab8 T fdt_path_offset
000000000004eaec T fdt_get_name
000000000004ebcc T fdt_first_property_offset
000000000004ec08 t nextprop_
000000000004ec78 T fdt_next_property_offset
000000000004ecb4 t fdt_get_property_by_offset_
000000000004ed30 T fdt_get_property_namelen
000000000004ed74 t fdt_get_property_namelen_
000000000004ee54 T fdt_get_property
000000000004eea0 T fdt_getprop_namelen
000000000004ef1c T fdt_getprop_by_offset
000000000004efe8 T fdt_getprop
000000000004f034 T fdt_supernode_atdepth_offset
000000000004f0f0 T fdt_parent_offset
000000000004f150 T fdt_node_offset_by_prop_value
000000000004f21c T fdt_stringlist_contains
000000000004f2b8 T fdt_node_check_compatible
000000000004f330 T fdt_add_mem_rsv
000000000004f3b8 t fdt_rw_probe_
000000000004f460 t fdt_splice_mem_rsv_
000000000004f4f4 T fdt_del_mem_rsv
000000000004f588 t fdt_splice_struct_
000000000004f618 T fdt_setprop_placeholder
000000000004f6f4 t fdt_add_property_
000000000004f920 T fdt_setprop
000000000004f974 T fdt_delprop
000000000004f9e0 T fdt_add_subnode_namelen
000000000004fb1c T fdt_add_subnode
000000000004fb60 T fdt_open_into
000000000004fda8 t fdt_blocks_misordered_
000000000004fe80 t fdt_packblocks_
000000000004ffa4 t fdt_splice_
000000000005008c T fdt_strerror
00000000000500dc T fdt_address_cells
0000000000050110 t fdt_cells
0000000000050160 T fdt_size_cells
0000000000050184 T fdtdec_get_srcname
000000000005019c T fdtdec_get_addr_size_fixed
0000000000050298 T fdtdec_get_number
00000000000502c8 T fdtdec_get_addr_size_auto_parent
0000000000050370 T fdtdec_get_addr_size_auto_noparent
00000000000503ec T fdtdec_get_pci_bar32
0000000000050438 T fdtdec_get_is_enabled
0000000000050478 T fdtdec_get_alias_seq
00000000000505b8 T fdtdec_get_alias_highest_id
00000000000506a4 T fdtdec_get_chosen_prop
00000000000506e8 t fdtdec_prepare_fdt
0000000000050734 T fdtdec_get_bool
000000000005075c T fdtdec_locate_byte_array
0000000000050790 T fdt_get_resource
00000000000508d8 T fdtdec_setup_mem_size_base
0000000000050938 T get_next_memory_node
0000000000050990 T fdtdec_setup_memory_banksize
0000000000050a28 W fdtdec_board_setup
0000000000050a30 T fdtdec_setup
0000000000050ad0 T qsort
0000000000050bdc T strcmp_compar
0000000000050be8 T hcreate_r
0000000000050c88 T hdestroy_r
0000000000050d14 T hmatch_r
0000000000050de0 T hsearch_r
00000000000512c4 T hdelete_r
00000000000513e8 T hexport_r
0000000000051740 t cmpkey
0000000000051754 T himport_r
0000000000051b0c t drop_var_from_set
0000000000051b84 T hwalk_r
0000000000051bf4 t match_string
0000000000051c90 T display_options_get_banner_priv
0000000000051d50 T display_options_get_banner
0000000000051d60 T display_options
0000000000051da0 T print_size
0000000000051e98 T hexdump_line
000000000005205c T print_buffer
0000000000052150 T hang
0000000000052168 T kmalloc
00000000000521c0 T strim
0000000000052228 T lmb_dump_all
000000000005222c T arch_lmb_reserve_generic
00000000000522e8 T lmb_reserve
00000000000522f4 T lmb_init_and_reserve
0000000000052344 t lmb_reserve_common
0000000000052410 T lmb_init_and_reserve_range
000000000005244c T lmb_free
0000000000052554 t lmb_remove_region
00000000000525a0 t lmb_add_region_flags
00000000000527dc T lmb_reserve_flags
00000000000527e4 T lmb_alloc
00000000000527ec T lmb_alloc_base
0000000000052838 T __lmb_alloc_base
0000000000052964 T lmb_alloc_addr
00000000000529f4 T lmb_get_free_size
0000000000052a94 W board_lmb_reserve
0000000000052a98 T slre_compile
0000000000052bd0 t compile
000000000005322c T slre_match
00000000000532d8 t match
0000000000053664 t get_escape_char
00000000000536f4 t quantifier
0000000000053818 t relocate
000000000005388c t loop_greedy
000000000005394c t loop_non_greedy
00000000000539fc T strncasecmp
0000000000053a70 T strcasecmp
0000000000053a78 T strcpy
0000000000053a90 T strncpy
0000000000053ab0 T strlcpy
0000000000053afc T strlen
0000000000053b14 T memcpy
0000000000053b6c T strcat
0000000000053b90 T strncat
0000000000053bc4 T strlcat
0000000000053c1c T strnlen
0000000000053c4c T strcmp
0000000000053c68 T strncmp
0000000000053c98 T strchr
0000000000053cc4 T strrchr
0000000000053cf8 T strdup
0000000000053d44 T strsep
0000000000053d9c T memset
0000000000053e00 T memmove
0000000000053e4c T memcmp
0000000000053e7c T strstr
0000000000053f24 T memchr
0000000000053f4c T table_compute_checksum
0000000000053f7c W timer_init
0000000000053f84 W get_timer
0000000000053fc0 W timer_get_us
0000000000053ff8 T usec_to_tick
0000000000054034 W __udelay
0000000000054088 T udelay
00000000000540cc T uuid_str_valid
0000000000054154 T uuid_guid_get_bin
00000000000541c4 T uuid_guid_get_str
0000000000054224 T uuid_str_to_bin
0000000000054398 T uuid_bin_to_str
000000000005456c T rand
0000000000054588 t panic_finish
00000000000545b4 T panic
0000000000054600 T vsnprintf
0000000000054630 t vsnprintf_internal
0000000000055034 T vscnprintf
0000000000055090 T snprintf
00000000000550e0 T sprintf
0000000000055140 T printf
0000000000055194 T vprintf
0000000000055200 T simple_itoa
0000000000055240 t string16
0000000000055388 t string
0000000000055468 t number
0000000000055754 t put_dec_trunc
0000000000055844 t put_dec
000000000005593c T simple_strtoul
0000000000055a00 T hextoul
0000000000055a08 T dectoul
0000000000055a10 T strict_strtoul
0000000000055aa4 T simple_strtol
0000000000055ad4 T ustrtoul
0000000000055b7c T ustrtoull
0000000000055c24 T simple_strtoull
0000000000055ce8 T trailing_strtoln_end
0000000000055d7c T trailing_strtoln
0000000000055d84 T trailing_strtol
0000000000055d90 T rtc_calc_weekday
0000000000055e7c T rtc_mktime
0000000000055f4c T rtc_month_days
0000000000055fb8 T rtc_to_tm
0000000000056198 T disable_semihosting
00000000000561a8 T smh_open
0000000000056218 T smh_read
0000000000056284 T smh_write
00000000000562f4 T smh_close
0000000000056354 T smh_flen
00000000000563ac T smh_seek
0000000000056400 T arp_init
0000000000056438 T arp_raw_request
0000000000056520 T arp_request
000000000005659c T arp_timeout_check
0000000000056630 T arp_is_waiting
0000000000056644 T arp_receive
0000000000056874 T bootp_reset
00000000000568b0 T bootp_request
0000000000056bf0 t bootp_timeout_handler
0000000000056c58 t bootp_handler
000000000005704c t eth_get_uclass_priv
0000000000057084 T eth_set_current_to_next
00000000000570d0 T eth_get_dev
0000000000057134 T eth_set_dev
000000000005717c T eth_get_dev_by_name
000000000005727c T eth_get_ethaddr
00000000000572a0 T eth_halt_state_only
00000000000572cc T eth_get_dev_index
00000000000572f4 t on_ethaddr
0000000000057384 T eth_init
0000000000057488 T eth_halt
00000000000574e0 T eth_send
0000000000057564 T eth_rx
000000000005763c T eth_initialize
0000000000057788 t eth_write_hwaddr
000000000005785c t eth_post_bind
00000000000578a4 t eth_pre_unbind
00000000000578dc t eth_post_probe
0000000000057b28 t eth_pre_remove
0000000000057b74 T eth_env_get_enetaddr_by_index
0000000000057bcc T eth_env_set_enetaddr_by_index
0000000000057c24 T eth_common_init
0000000000057c28 T eth_mac_skip
0000000000057c74 T eth_current_changed
0000000000057d2c T eth_get_name
0000000000057d58 T eth_try_another
0000000000057dd0 T eth_set_current
0000000000057e54 T ndisc_request
0000000000057fe8 T ndisc_timeout_check
0000000000058080 T ndisc_init
00000000000580ec T process_ra
00000000000581dc T ndisc_receive
00000000000584c8 t on_ipaddr
00000000000584f0 t on_gatewayip
0000000000058518 t on_netmask
0000000000058540 t on_serverip
0000000000058568 t on_nvlan
00000000000585c0 t on_vlan
0000000000058618 T net_auto_load
0000000000058684 t net_check_prereq
0000000000058828 T net_init
00000000000588d4 t net_init_loop
0000000000058960 T net_loop
0000000000058c74 T net_start_again
0000000000058dd0 T net_set_timeout_handler
0000000000058e40 t start_again_timeout_handler
0000000000058e50 T net_set_udp_handler
0000000000058e6c T net_get_udp_handler
0000000000058e78 t dummy_handler
0000000000058e7c T net_get_arp_handler
0000000000058e88 T net_get_async_tx_pkt_buf
0000000000058eb8 T net_send_udp_packet
0000000000058ee8 T net_send_ip_packet
000000000005906c T net_send_tcp_packet
00000000000590b8 T net_set_ether
0000000000059160 T net_set_udp_header
0000000000059200 T net_set_ip_header
00000000000592cc T net_process_received_packet
00000000000595a4 t receive_icmp
00000000000595e8 T net_eth_hdr_size
0000000000059608 T net_update_ether
00000000000596a8 T copy_filename
0000000000059710 T net_parse_bootfile
00000000000597b8 T ip_to_string
00000000000597e0 t on_ip6addr
0000000000059884 t on_gatewayip6
00000000000598c4 t on_serverip6
0000000000059904 T ip6_is_unspecified_addr
0000000000059994 T ip6_is_our_addr
00000000000599e8 T ip6_make_eui
0000000000059a3c T ip6_make_lladdr
0000000000059a9c T ip6_make_snma
0000000000059afc T ip6_make_mult_ethdstaddr
0000000000059b1c T ip6_addr_in_subnet
0000000000059b80 T csum_partial
0000000000059c48 T csum_ipv6_magic
0000000000059de0 T ip6_add_hdr
0000000000059e50 T udp6_add_hdr
0000000000059efc T net_send_ip_packet6
000000000005a14c T net_send_udp_packet6
000000000005a178 T net_send_tcp_packet6
000000000005a1c4 T net_ip6_handler
000000000005a430 T ping_start
000000000005a544 t ping_timeout_handler
000000000005a564 T ping_receive
000000000005a6b4 T ip6_make_ping
000000000005a788 T ping6_send
000000000005a818 T ping6_start
000000000005a84c t ping6_timeout
000000000005a86c T ping6_receive
000000000005a940 T tftp_start
000000000005ae44 t tftp_timeout_handler
000000000005aec8 t tftp_handler
000000000005b34c t tftp_send
000000000005b5dc t update_block_number
000000000005b698 t tftp_complete
000000000005b734 T fastboot_udp_start_server
000000000005b7a0 t fastboot_timed_send_info
000000000005b8f8 t fastboot_handler
000000000005ba54 t fastboot_send
000000000005bda8 T fastboot_tcp_start_server
000000000005be0c t fastboot_tcp_reset_state
000000000005beb0 t fastboot_tcp_handler_ipv4
000000000005bedc t fastboot_tcp_handler_ipv6
000000000005bf10 t fastboot_tcp_handler
000000000005c294 t fastboot_tcp_reset
000000000005c2c0 t fastboot_tcp_send_packet
000000000005c340 t fastboot_tcp_answer
000000000005c3a8 t fastboot_tcp_send_message
000000000005c448 T udp_prereq
000000000005c468 T udp_start
000000000005c478 T tcp_set_tcp_state
000000000005c490 T tcp_update_last_connection_data_frame_time
000000000005c4b0 T tcp_set_tcp_handler
000000000005c4cc t dummy_handler
000000000005c4d0 T tcp_set_pseudo_header
000000000005c55c T net_set_ack_options
000000000005c7bc T tcp_sent_state_machine
000000000005c864 T net_set_tcp_header_common
000000000005ca3c T net_set_tcp_header
000000000005cad0 T tcp_hole
000000000005cc78 T tcp_parse_options
000000000005ccd4 T tcp_state_machine
000000000005cfd0 T rxhand_tcp_f
000000000005d2d0 T net_set_tcp_handler6
000000000005d2ec t dummy_handler
000000000005d2f0 T net_set_tcp_header6
000000000005d3a4 T rxhand_tcp6
000000000005d590 R __splash_u_boot_logo_begin
000000000005f0a4 R __splash_u_boot_logo_end
000000000005f1d0 R avb_pubkey_size
000000000005f1d8 r baudrate_table
000000000005f200 r blk_part_ops
000000000005f228 r block_io_disk_template
000000000005f258 r boot_os
000000000005f2e8 r commands
000000000005f438 r LZ4_decompress_generic.dec64table
000000000005f458 r sha256_h0
000000000005f498 r LZ4_decompress_generic.inc32table
000000000005f4b8 r driver_ops
000000000005f4d8 r efi_blk_ops
000000000005f500 R efi_device_path_to_text
000000000005f510 R efi_device_path_utilities
000000000005f550 r efi_file_handle_protocol
000000000005f5c8 R efi_hii_database
000000000005f620 R efi_hii_string
000000000005f648 r efi_lf2_protocol
000000000005f650 r efi_rng_protocol
000000000005f660 R efi_unicode_collation_protocol2
000000000005f698 r fastboot_boot.bootm_args
000000000005f6b0 r fastboot_set_reboot_flag.commands
000000000005f6d0 r fastboot_set_reboot_flag.recovery
000000000005f6f0 r fdt_errtable
000000000005f790 r fdt_src_name
000000000005f7b8 r fields
000000000005f7d8 r fstypes
000000000005f970 r getvar_dispatch
000000000005fa30 r image_comp
000000000005fad8 r init_sequence_f
000000000005fc60 r list_guid
000000000005fd98 r maintenance_menu_items
000000000005fe10 r name_type
000000000005fed0 r ns16550_serial_ids
000000000005ff30 R ns16550_serial_ops
000000000005ff78 R op_adv
00000000000600f8 r op_table
00000000000601c8 r pci_bridge_ids
00000000000601e8 r pci_bridge_ops
00000000000601f8 r pci_generic_ecam_ids
0000000000060228 r pci_generic_ecam_ops
0000000000060238 r pci_generic_ids
0000000000060258 r pl01x_serial_id
0000000000060288 r pl01x_serial_ops
00000000000602d0 r pl031_ids
00000000000602f0 r pl031_ops
0000000000060328 r psci_of_match
0000000000060368 r qfw_bootdev_ids
0000000000060388 r qfw_bootmeth_ids
00000000000603a8 r qfw_mmio_ids
00000000000603c8 r reserved_list
00000000000604d0 r sha512_h0
0000000000060510 r sha512_k
0000000000060790 r smbios_write_funcs
0000000000060800 r smccc_trng_ops
0000000000060808 r uclass_idname_str
00000000000608e8 r uimage_comp
00000000000609a8 r uimage_os
0000000000060ae0 r uimage_type
0000000000060f18 r virtio_blk_ops
0000000000060f40 r virtio_bootdev_ids
0000000000060f60 r virtio_console_serial_ops
0000000000060fa8 r virtio_drv_name
0000000000060fd0 r virtio_mmio_ids
0000000000060ff0 r virtio_mmio_ops
0000000000061048 r virtio_net_ops
00000000000610a8 r virtio_pci_ops
0000000000061100 r weekdays
0000000000061144 r color
0000000000061184 r colours
0000000000061274 r env_flags_varaccess_mask
0000000000061294 r number.digits
00000000000612a4 R efi_block_io_guid
00000000000612b4 R efi_file_info_guid
00000000000612c4 R efi_file_system_info_guid
00000000000612d4 R efi_global_variable_guid
00000000000612e4 r efi_gop_guid
00000000000612f4 R efi_guid_bootmenu_auto_generated
0000000000061304 R efi_guid_device_path
0000000000061314 R efi_guid_device_path_to_text_protocol
0000000000061324 R efi_guid_device_path_utilities_protocol
0000000000061334 R efi_guid_driver_binding_protocol
0000000000061344 R efi_guid_dt_fixup_protocol
0000000000061354 R efi_guid_event_group_before_exit_boot_services
0000000000061364 R efi_guid_event_group_exit_boot_services
0000000000061374 R efi_guid_event_group_memory_map_change
0000000000061384 R efi_guid_event_group_reset_system
0000000000061394 R efi_guid_fdt
00000000000613a4 R efi_guid_hii_database_protocol
00000000000613b4 R efi_guid_hii_string_protocol
00000000000613c4 R efi_guid_image_security_database
00000000000613d4 R efi_guid_load_file2_protocol
00000000000613e4 R efi_guid_load_file_protocol
00000000000613f4 R efi_guid_loaded_image
0000000000061404 R efi_guid_loaded_image_device_path
0000000000061414 R efi_guid_rng_protocol
0000000000061424 R efi_guid_text_input_ex_protocol
0000000000061434 R efi_guid_text_input_protocol
0000000000061444 R efi_guid_text_output_protocol
0000000000061454 R efi_guid_unicode_collation_protocol2
0000000000061464 R efi_lf2_initrd_guid
0000000000061474 r efi_net_guid
0000000000061484 r efi_pxe_base_code_protocol_guid
0000000000061494 r efi_rt_properties_table_guid
00000000000614a4 R efi_simple_file_system_protocol_guid
00000000000614b4 R efi_system_partition_guid
00000000000614c4 R efi_system_volume_label_id
00000000000614d4 R efi_u_boot_guid
00000000000614e4 r feature
00000000000614e8 r feature
00000000000614ec r feature_legacy
00000000000614f0 r month_offset
0000000000061520 r partition_basic_data_guid
0000000000061530 r sha256_k
0000000000061630 r shim_lock_guid
0000000000061640 R smbios_guid
0000000000061650 r system_guid
00000000000616f8 R END
00000000000616fc r capitalization_table
00000000000625cc R codepage_437
0000000000062714 r distfix
0000000000062794 r dp_lf2_handle
000000000006282c r inflate.order
0000000000062852 r inflate_table.dbase
0000000000062892 r inflate_table.dext
00000000000628d2 r inflate_table.lbase
0000000000062910 r inflate_table.lext
000000000006294e r lenfix
0000000000063310 r LONG_ONLY_CHARS
0000000000063317 R _ctype
0000000000063421 r android_bootloader_boot_flow.km_name
0000000000063436 R avb_pubkey
0000000000063853 r bootefi_help_text
0000000000063964 r booti_help_text
0000000000063c3c r bootm_help_text
0000000000063fd4 r bootz_help_text
00000000000641fa R default_environment
00000000000643ac r dm_help_text
0000000000064596 r env_flags_varaccess_rep
000000000006459b r env_flags_vartype_rep
00000000000645a2 r env_help_text
0000000000064770 r erase_seq
000000000006477c r extract_keymint_relevant_data.boot_patchlevel_key
00000000000647a2 r extract_keymint_relevant_data.system_patchlevel_key
00000000000647ca r extract_keymint_relevant_data.system_version_key
00000000000647ee r extract_keymint_relevant_data.vendor_patchlevel_key
0000000000064839 R hex_asc
000000000006484a r illegal
0000000000064884 R net_bcast_ethaddr
00000000000648a7 R net_null_addr_ip6
00000000000648b7 R net_null_ethaddr
00000000000648bd r padding_RSA2048_SHA256
000000000006499d r padding_RSA2048_SHA512
0000000000064a5d r padding_RSA4096_SHA256
0000000000064c3d r padding_RSA4096_SHA512
0000000000064dfd r padding_RSA8192_SHA256
00000000000651dd r padding_RSA8192_SHA512
00000000000655a3 r print_size.names
00000000000655a9 r rtc_days_in_month
00000000000655b9 r source_help_text
00000000000722b3 r tab_seq
00000000000722d6 R version_string
0000000000072380 d crosvm_arm64_mem_map
0000000000072400 D mem_map
0000000000072408 d qfw_bootmeth_ops
0000000000072438 D image_load_addr
0000000000072440 d cmd_bootm_sub
0000000000072638 d partition
0000000000072640 d cmd_bcb_sub
0000000000072790 d default_tm
00000000000727b8 d dm_subcmds
0000000000072908 D eficonfig_menu_desc
0000000000072910 d select_file_menu_items
0000000000072958 d cmd_net
00000000000729c8 d fwcfg_commands
0000000000072a70 d fastboot_help_text
0000000000072b30 d cmd_avb
0000000000072d28 d env_id
0000000000072d30 d cmd_env_sub
0000000000072eb8 d init_sequence_r
0000000000072fc8 d hist_cur
0000000000072fd0 d av_
00000000000737e0 d trim_threshold
00000000000737e8 d sbrk_base
00000000000737f0 d _stats
0000000000073808 d block_cache
0000000000073818 d root_info
0000000000073828 d psci_sysreset_ops
0000000000073840 d virtio_pci_supported
0000000000074060 D console_ops
00000000000740c8 d fonts
0000000000074108 d video_fontdata_8x16
0000000000075108 d bochs_video_supported
0000000000075148 D qfw_bootdev_ops
0000000000075150 d qfw_mmio_ops
0000000000075160 D env_htab
0000000000075178 D efi_obj_list
0000000000075188 d entry_count
0000000000075190 d efi_register_notify_events
00000000000751a0 d efi_boot_services
0000000000075318 d efi_event_queue
0000000000075328 d efi_tpl
0000000000075330 d efi_cout_modes
0000000000075378 d efi_con_mode
0000000000075390 D efi_con_out
00000000000753e0 D efi_con_in
00000000000753f8 d efi_con_in_ex
0000000000075428 d cin_notify_functions
0000000000075438 D efi_dt_fixup_prot
0000000000075448 d efi_package_lists
0000000000075458 d efi_keyboard_layout_list
0000000000075468 d efi_mem
0000000000075478 D efi_obj_list_initialized
0000000000075480 D efi_system_partition
0000000000075490 d algorithm_data
0000000000075538 d y
000000000007553c D net_our_vlan
0000000000075540 D net_native_vlan
0000000000075544 D tftp_timeout_count_max
0000000000075548 d tftp_block_size_option
000000000007554c d tftp_window_size_option
0000000000075550 d timeout_ms
0000000000075558 d timeout_count_max
000000000007555c d tftp_block_size
0000000000075560 d sequence_number
0000000000075564 d fastboot_send.cmd
0000000000075568 D _u_boot_list_2_arm_smccc_feature_2_smccc_trng
0000000000075578 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
0000000000075590 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
00000000000755a8 D _u_boot_list_2_cmd_2_ab_select
00000000000755a8 d complete_cmdv.start
00000000000755a8 d complete_cmdv.start.17
00000000000755a8 d do_help.start
00000000000755a8 d do_help.start.6
00000000000755a8 d find_cmd.start
00000000000755a8 d find_cmd.start.2
00000000000755e0 D _u_boot_list_2_cmd_2_avb
0000000000075618 D _u_boot_list_2_cmd_2_bcb
0000000000075650 D _u_boot_list_2_cmd_2_boot
0000000000075688 D _u_boot_list_2_cmd_2_boot_android
00000000000756c0 D _u_boot_list_2_cmd_2_bootd
00000000000756f8 D _u_boot_list_2_cmd_2_bootefi
0000000000075730 D _u_boot_list_2_cmd_2_booti
0000000000075768 D _u_boot_list_2_cmd_2_bootm
00000000000757a0 D _u_boot_list_2_cmd_2_bootp
00000000000757d8 D _u_boot_list_2_cmd_2_bootz
0000000000075810 D _u_boot_list_2_cmd_2_cls
0000000000075848 D _u_boot_list_2_cmd_2_date
0000000000075880 D _u_boot_list_2_cmd_2_dm
00000000000758b8 D _u_boot_list_2_cmd_2_echo
00000000000758f0 D _u_boot_list_2_cmd_2_eficonfig
0000000000075928 D _u_boot_list_2_cmd_2_env
0000000000075960 D _u_boot_list_2_cmd_2_exit
0000000000075998 D _u_boot_list_2_cmd_2_false
00000000000759d0 D _u_boot_list_2_cmd_2_fastboot
0000000000075a08 D _u_boot_list_2_cmd_2_fatinfo
0000000000075a40 D _u_boot_list_2_cmd_2_fatload
0000000000075a78 D _u_boot_list_2_cmd_2_fatls
0000000000075ab0 D _u_boot_list_2_cmd_2_fatmkdir
0000000000075ae8 D _u_boot_list_2_cmd_2_fatrm
0000000000075b20 D _u_boot_list_2_cmd_2_fatsize
0000000000075b58 D _u_boot_list_2_cmd_2_fatwrite
0000000000075b90 D _u_boot_list_2_cmd_2_fstype
0000000000075bc8 D _u_boot_list_2_cmd_2_fstypes
0000000000075c00 D _u_boot_list_2_cmd_2_gpt
0000000000075c38 D _u_boot_list_2_cmd_2_help
0000000000075c70 D _u_boot_list_2_cmd_2_itest
0000000000075ca8 D _u_boot_list_2_cmd_2_lcdputs
0000000000075ce0 D _u_boot_list_2_cmd_2_ln
0000000000075d18 D _u_boot_list_2_cmd_2_load
0000000000075d50 D _u_boot_list_2_cmd_2_ls
0000000000075d88 D _u_boot_list_2_cmd_2_net
0000000000075dc0 D _u_boot_list_2_cmd_2_panic
0000000000075df8 D _u_boot_list_2_cmd_2_part
0000000000075e30 D _u_boot_list_2_cmd_2_ping
0000000000075e68 D _u_boot_list_2_cmd_2_ping6
0000000000075ea0 D _u_boot_list_2_cmd_2_printenv
0000000000075ed8 D _u_boot_list_2_cmd_2_qfw
0000000000075f10 D _u_boot_list_2_cmd_2_question_mark
0000000000075f48 D _u_boot_list_2_cmd_2_read
0000000000075f80 D _u_boot_list_2_cmd_2_reset
0000000000075fb8 D _u_boot_list_2_cmd_2_run
0000000000075ff0 D _u_boot_list_2_cmd_2_save
0000000000076028 D _u_boot_list_2_cmd_2_setcurs
0000000000076060 D _u_boot_list_2_cmd_2_setenv
0000000000076098 D _u_boot_list_2_cmd_2_setexpr
00000000000760d0 D _u_boot_list_2_cmd_2_showvar
0000000000076108 D _u_boot_list_2_cmd_2_size
0000000000076140 D _u_boot_list_2_cmd_2_sleep
0000000000076178 D _u_boot_list_2_cmd_2_source
00000000000761b0 D _u_boot_list_2_cmd_2_test
00000000000761e8 D _u_boot_list_2_cmd_2_tftpboot
0000000000076220 D _u_boot_list_2_cmd_2_true
0000000000076258 D _u_boot_list_2_cmd_2_verified_boot_android
0000000000076290 D _u_boot_list_2_cmd_2_version
00000000000762c8 D _u_boot_list_2_cmd_2_virtio
0000000000076300 D _u_boot_list_2_driver_2_blk_partition
0000000000076300 d complete_cmdv.end
0000000000076300 d dm_dump_driver_compat.start
0000000000076300 d dm_dump_driver_compat.start.3
0000000000076300 d dm_dump_drivers.start
0000000000076300 d dm_dump_drivers.start.11
0000000000076300 d do_help.end
0000000000076300 d efi_driver_init.start
0000000000076300 d find_cmd.end
0000000000076300 d lists_bind_fdt.start
0000000000076300 d lists_bind_fdt.start.3
0000000000076300 d lists_driver_lookup_name.start
0000000000076300 d lists_driver_lookup_name.start.1
0000000000076378 D _u_boot_list_2_driver_2_bochs_video
00000000000763f0 D _u_boot_list_2_driver_2_bootmeth_qfw
0000000000076468 D _u_boot_list_2_driver_2_efi_blk
00000000000764e0 D _u_boot_list_2_driver_2_efi_block
0000000000076558 D _u_boot_list_2_driver_2_ns16550_serial
00000000000765d0 D _u_boot_list_2_driver_2_pci_bridge_drv
0000000000076648 D _u_boot_list_2_driver_2_pci_generic_drv
00000000000766c0 D _u_boot_list_2_driver_2_pci_generic_ecam
0000000000076738 D _u_boot_list_2_driver_2_psci
00000000000767b0 D _u_boot_list_2_driver_2_psci_sysreset
0000000000076828 D _u_boot_list_2_driver_2_qfw_bootdev
00000000000768a0 D _u_boot_list_2_driver_2_qfw_mmio
0000000000076918 D _u_boot_list_2_driver_2_root_driver
0000000000076990 D _u_boot_list_2_driver_2_rtc_pl031
0000000000076a08 D _u_boot_list_2_driver_2_serial_pl01x
0000000000076a80 D _u_boot_list_2_driver_2_smccc_trng
0000000000076af8 D _u_boot_list_2_driver_2_vidconsole_normal
0000000000076b70 D _u_boot_list_2_driver_2_virtio_blk
0000000000076be8 D _u_boot_list_2_driver_2_virtio_bootdev
0000000000076c60 D _u_boot_list_2_driver_2_virtio_console
0000000000076cd8 D _u_boot_list_2_driver_2_virtio_mmio
0000000000076d50 D _u_boot_list_2_driver_2_virtio_net
0000000000076dc8 D _u_boot_list_2_driver_2_virtio_pci_modern
0000000000076e40 D _u_boot_list_2_env_clbk_2_baudrate
0000000000076e40 d bind_drivers_pass.end
0000000000076e40 d bind_drivers_pass.start
0000000000076e40 d bind_drivers_pass.start.14
0000000000076e40 d dm_dump_driver_compat.end
0000000000076e40 d dm_dump_drivers.end
0000000000076e40 d dm_dump_static_driver_info.end
0000000000076e40 d dm_dump_static_driver_info.start
0000000000076e40 d dm_dump_static_driver_info.start.19
0000000000076e40 d efi_driver_init.end
0000000000076e40 d find_env_callback.start
0000000000076e40 d find_env_callback.start.3
0000000000076e40 d lists_bind_fdt.end
0000000000076e40 d lists_driver_lookup_name.end
0000000000076e50 D _u_boot_list_2_env_clbk_2_callbacks
0000000000076e60 D _u_boot_list_2_env_clbk_2_console
0000000000076e70 D _u_boot_list_2_env_clbk_2_ethaddr
0000000000076e80 D _u_boot_list_2_env_clbk_2_flags
0000000000076e90 D _u_boot_list_2_env_clbk_2_gatewayip
0000000000076ea0 D _u_boot_list_2_env_clbk_2_gatewayip6
0000000000076eb0 D _u_boot_list_2_env_clbk_2_ip6addr
0000000000076ec0 D _u_boot_list_2_env_clbk_2_ipaddr
0000000000076ed0 D _u_boot_list_2_env_clbk_2_loadaddr
0000000000076ee0 D _u_boot_list_2_env_clbk_2_netmask
0000000000076ef0 D _u_boot_list_2_env_clbk_2_nvlan
0000000000076f00 D _u_boot_list_2_env_clbk_2_serverip
0000000000076f10 D _u_boot_list_2_env_clbk_2_serverip6
0000000000076f20 D _u_boot_list_2_env_clbk_2_vlan
0000000000076f30 D _u_boot_list_2_env_driver_2_nowhere
0000000000076f30 d _env_driver_lookup.start
0000000000076f30 d _env_driver_lookup.start.11
0000000000076f30 d env_select.start
0000000000076f30 d env_select.start.8
0000000000076f30 d find_env_callback.end
0000000000076f60 D _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
0000000000076f60 d _env_driver_lookup.end
0000000000076f60 d env_select.end
0000000000076f60 d event_show_spy_list.start
0000000000076f60 d event_show_spy_list.start.4
0000000000076f60 d notify_static.start
0000000000076f60 d notify_static.start.11
0000000000076f70 D _u_boot_list_2_part_driver_2_a_efi
0000000000076f70 d do_part_types.start
0000000000076f70 d do_part_types.start.20
0000000000076f70 d event_show_spy_list.end
0000000000076f70 d fit_loadable_process.start
0000000000076f70 d fit_loadable_process.start.27
0000000000076f70 d notify_static.end
0000000000076f70 d part_driver_get_count.start
0000000000076f70 d part_driver_get_first.start
0000000000076f70 d part_driver_get_type.start
0000000000076f70 d part_driver_get_type.start.62
0000000000076f70 d part_driver_lookup_type.start
0000000000076f70 d part_driver_lookup_type.start.46
0000000000076f70 d part_get_type_by_name.start
0000000000076f70 d part_get_type_by_name.start.1
0000000000076f70 d part_init.start
0000000000076f70 d part_init.start.19
0000000000076f98 D _u_boot_list_2_part_driver_2_dos
0000000000076fc0 D _u_boot_list_2_pci_driver_entry_2_bochs_video
0000000000076fc0 d do_part_types.end
0000000000076fc0 d part_driver_get_count.end
0000000000076fc0 d part_driver_get_type.end
0000000000076fc0 d part_driver_lookup_type.end
0000000000076fc0 d part_get_type_by_name.end
0000000000076fc0 d part_init.end
0000000000076fc0 d pci_find_and_bind_driver.start
0000000000076fc0 d pci_find_and_bind_driver.start.14
0000000000076fd0 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
0000000000076fe0 D _u_boot_list_2_uclass_driver_2_backlight
0000000000076fe0 d lists_uclass_lookup.start
0000000000076fe0 d lists_uclass_lookup.start.2
0000000000076fe0 d pci_find_and_bind_driver.end
0000000000077058 D _u_boot_list_2_uclass_driver_2_blk
00000000000770d0 D _u_boot_list_2_uclass_driver_2_efi
0000000000077148 D _u_boot_list_2_uclass_driver_2_ethernet
00000000000771c0 D _u_boot_list_2_uclass_driver_2_firmware
0000000000077238 D _u_boot_list_2_uclass_driver_2_nop
00000000000772b0 D _u_boot_list_2_uclass_driver_2_panel
0000000000077328 D _u_boot_list_2_uclass_driver_2_partition
00000000000773a0 D _u_boot_list_2_uclass_driver_2_pci
0000000000077418 D _u_boot_list_2_uclass_driver_2_pci_generic
0000000000077490 D _u_boot_list_2_uclass_driver_2_qfw
0000000000077508 D _u_boot_list_2_uclass_driver_2_rng
0000000000077580 D _u_boot_list_2_uclass_driver_2_root
00000000000775f8 D _u_boot_list_2_uclass_driver_2_rtc
0000000000077670 D _u_boot_list_2_uclass_driver_2_serial
00000000000776e8 D _u_boot_list_2_uclass_driver_2_sysreset
0000000000077760 D _u_boot_list_2_uclass_driver_2_vidconsole
00000000000777d8 D _u_boot_list_2_uclass_driver_2_video
0000000000077850 D _u_boot_list_2_uclass_driver_2_virtio
00000000000778c8 D __efi_runtime_rel_start
00000000000778c8 D __efi_runtime_rel_stop
00000000000778c8 D __image_copy_end
00000000000778c8 D __rel_dyn_start
00000000000778c8 d lists_uclass_lookup.end
0000000000081970 D __bss_start
0000000000081970 D __rel_dyn_end
0000000000081970 D _end
0000000000081980 B images
0000000000081de0 b get_console.console
0000000000081de8 b block
0000000000081df0 b partition_data
0000000000081ec0 b bcb
00000000000826c0 b image_addr
00000000000826c8 b image_size
00000000000826d0 b bootefi_device_path
00000000000826d8 b bootefi_image_path
00000000000826e0 b avail_row
00000000000826e4 b eficonfig_init.init
00000000000826e8 b cin
00000000000826f0 b cout
00000000000826f8 b qfw_dev
0000000000082700 b virtio_curr_dev
0000000000082708 b avb_ops
0000000000082710 b top_vars
0000000000082718 b last_return_code
000000000008271c b get_dollar_var.buf
0000000000082744 b flag_repeat
0000000000082748 b ifs
0000000000082750 b map
0000000000082850 b do_repeat
0000000000082854 b get_user_input.the_command
0000000000082c58 b stored_bootdelay
0000000000082c60 B monitor_flash_len
0000000000082c68 b hist_num
0000000000082c6c b hist_max
0000000000082c70 b hist_add_idx
0000000000082c78 b hist_list
0000000000082d18 B console_buffer
000000000008311c b cli_readline_into_buffer.initted
000000000008311d b hist_lines
0000000000088134 b ctrlc_disabled
0000000000088138 b ctrlc_was_pressed
0000000000088140 B console_devices
0000000000088158 B cd_count
0000000000088168 b tstcdev
0000000000088170 B mem_malloc_start
0000000000088178 B mem_malloc_end
0000000000088180 B mem_malloc_brk
0000000000088188 b top_pad
0000000000088190 b current_mallinfo.0
0000000000088198 b max_sbrked_mem
00000000000881a0 b max_total_mem
00000000000881a8 B stdio_devices
00000000000881c0 b devs
0000000000088238 b env_complete_buf
0000000000088438 b tmp_buf
0000000000088840 b sector_buf
0000000000188840 b print_efiname.name
0000000000188868 B virtio_bootdev_ops
0000000000188870 b virtio_pci_bind.num_devs
0000000000188878 B fastboot_progress_callback
0000000000188880 b fastboot_boot.boot_addr_start
0000000000188898 B fastboot_buf_addr
00000000001888a0 B fastboot_buf_size
00000000001888a4 b fastboot_bytes_expected
00000000001888a8 b fastboot_bytes_received
00000000001888ac b image_size
00000000001888b0 b first_call
00000000001888b8 b flags_list
00000000001888c0 b first_call
00000000001888c8 b callback_list
00000000001888d0 b fs_type
00000000001888d8 b fs_dev_desc
00000000001888e0 b fs_partition
0000000000188988 b fs_dev_part
0000000000188990 b cur_dev
0000000000188998 b cur_part_info
0000000000188a40 b total_sector
0000000000188a48 b get_set_cluster.tmpbuf_cluster
0000000000188a50 b bs
0000000000188a58 b rs
0000000000188a60 b efi_gd
0000000000188a68 b app_gd
0000000000188a70 b timers_enabled
0000000000188a78 b current_image
0000000000188a80 B efi_st_keep_devices
0000000000188a88 b efi_get_next_monotonic_count.mono
0000000000188a90 b uart_obj
0000000000188ac0 b console_timer_event
0000000000188ac8 b key_available
0000000000188acc b next_key
0000000000188ad8 B efi_memory_map_key
0000000000188ae0 B efi_root
0000000000188ae8 b watchdog_timer_event
0000000000188af0 b dhcp_ack
0000000000188af8 b netobj
0000000000188b00 b transmit_buffer
0000000000188b08 b receive_buffer
0000000000188b10 b receive_lengths
0000000000188b18 b wait_for_packet
0000000000188b20 b network_timer_event
0000000000188b28 b rx_packet_num
0000000000188b30 b new_tx_packet
0000000000188b38 b rx_packet_idx
0000000000188b40 b efi_initrd_handle
0000000000188b48 B errno
0000000000188b4c b local_toa
0000000000188b62 b _semihosting_enabled
0000000000188b68 B arp_wait_packet_ethaddr
0000000000188b70 B net_arp_wait_packet_ip
0000000000188b74 b net_arp_wait_reply_ip.0
0000000000188b78 B arp_wait_tx_packet_size
0000000000188b7c b arp_tx_packet_buf
00000000001891c0 B arp_tx_packet
00000000001891c8 B arp_wait_timer_start
00000000001891d0 B arp_wait_try
00000000001891d4 B net_nis_domain
00000000001891f4 B net_hostname
0000000000189214 B net_root_path
0000000000189254 B bootp_num_ids
0000000000189258 B bootp_try
0000000000189260 B bootp_start
0000000000189268 B bootp_timeout
0000000000189270 b time_taken_max
0000000000189278 B bootp_ids
0000000000189288 b eth_errno
0000000000189290 b eth_try_another.first_failed
0000000000189298 b eth_set_current.act
00000000001892a0 b eth_set_current.env_changed_id
00000000001892a4 B net_nd_sol_packet_ip6
00000000001892b8 B net_nd_timer_start
00000000001892c0 B net_nd_try
00000000001892c8 B net_nd_packet_mac_out
00000000001892d0 B net_nd_tx_packet
00000000001892d8 B net_nd_tx_packet_size
00000000001892dc b net_nd_packet_buf
000000000018991c b net_nd_rep_packet_ip6
0000000000189930 B push_packet
0000000000189938 b net_init.first_call
0000000000189939 b net_pkt_buf
000000000018b780 B net_tx_packet
000000000018b788 B net_rx_packets
000000000018b7a8 B net_state
000000000018b7ac b net_restarted
000000000018b7b0 b net_dev_exists
000000000018b7b4 b net_try_count
000000000018b7b8 B net_boot_file_size
000000000018b7bc B net_ip
000000000018b7c0 b time_start
000000000018b7c8 b time_handler
000000000018b7d0 b time_delta
000000000018b7d8 B net_restart_wrap
000000000018b7e0 b udp_packet_handler
000000000018b7e8 b arp_packet_handler
000000000018b7f0 B net_server_ethaddr
000000000018b7f8 B net_server_ip
000000000018b800 B net_rx_packet
000000000018b808 B net_rx_packet_len
000000000018b80c B net_ethaddr
000000000018b814 b net_ip_id
000000000018b818 B net_boot_file_name
000000000018bc18 B net_netmask
000000000018bc1c B net_gateway
000000000018bc20 B net_dns_server
000000000018bc24 B net_boot_file_name_explicit
000000000018bc28 B net_boot_file_expected_size_in_blocks
000000000018bc2c B net_gateway6
000000000018bc3c B net_ip6
000000000018bc4c B net_link_local_ip6
000000000018bc5c B net_server_ip6
000000000018bc6c B net_prefix_length
000000000018bc70 B use_ip6
000000000018bc74 B net_ping_ip
000000000018bc78 b ping_seq_number
000000000018bc7c b seq_no
000000000018bc80 B net_ping_ip6
000000000018bc90 b saved_tftp_block_size_option
000000000018bc94 b tftp_remote_ip6
000000000018bca4 b tftp_remote_ip
000000000018bca8 b tftp_filename
000000000018bd28 b default_filename
000000000018bd38 b tftp_load_addr
000000000018bd40 b tftp_state
000000000018bd48 b time_start
000000000018bd50 b tftp_remote_port
000000000018bd54 b timeout_count
000000000018bd58 b tftp_our_port
000000000018bd60 b tftp_cur_block
000000000018bd68 b tftp_windowsize
000000000018bd6c b tftp_last_nack
000000000018bd70 b tftp_load_size
000000000018bd78 b tftp_next_ack
000000000018bd80 b tftp_prev_block
000000000018bd88 b tftp_block_wrap
000000000018bd90 b tftp_block_wrap_offset
000000000018bd98 b fastboot_our_port
000000000018bda0 b fastboot_timed_send_info.start
000000000018bda8 b last_packet_len
000000000018bdac b last_packet
000000000018c1ac b fastboot_remote_ip.0
000000000018c1b0 b fastboot_remote_port
000000000018c1b4 b fastboot_send.command
000000000018c1f5 b fastboot_send.pending_command
000000000018c1f8 b state
000000000018c1fc b command
000000000018c23d b response
000000000018c280 b curr_header_buffer
000000000018c288 b curr_sport
000000000018c28c b curr_dport
000000000018c290 b curr_tcp_seq_num
000000000018c294 b curr_tcp_ack_num
000000000018c298 b curr_request_len
000000000018c2a0 b curr_chunk_size
000000000018c2a8 b curr_chunk_downloaded
000000000018c2b0 b curr_header_downloaded
000000000018c2b8 b command_handled_id
000000000018c2bc b command_handled_success
000000000018c2bd b is_ipv6
000000000018c2c0 b ip_header_size
000000000018c2c8 b udp_ops
000000000018c2d0 b current_tcp_state
000000000018c2d4 b tcp_last_connection_data_frame
000000000018c2d8 b tcp_packet_handler
000000000018c2e0 b loc_timestamp
000000000018c2e4 b rmt_timestamp
000000000018c2e8 b tcp_lost
000000000018c30c b tcp_activity_count
000000000018c310 b tcp_ack_edge
000000000018c314 b prev_len
000000000018c318 b sack_idx
000000000018c31c b edge_a
000000000018c4a0 b tcp6_packet_handler
000000000018c4a8 D __bss_end