summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_aarch64/System.map
blob: 9cfcc7fcf362fb407f77b6643743ef116fa8478e (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
000000000000696c t android_part_get_info_by_name_suffix
0000000000006a14 t get_partition_size
0000000000006ac8 T android_bootloader_request_response
0000000000006cd0 t console_write
0000000000006d54 t console_read
0000000000006de0 T oemlock_is_allowed
0000000000006de8 t oemlock_get_field
0000000000006e4c T oemlock_set_locked
0000000000006eb0 T oemlock_is_locked
0000000000006eb8 t get_console
0000000000006f14 T write_avb_to_keymint_console
00000000000072f4 t parse_patchlevel
00000000000073e4 T fdt_find_and_setprop
0000000000007478 T fdt_find_or_add_subnode
00000000000074fc T fdt_root
0000000000007594 T fdt_initrd
000000000000775c W board_fdt_chosen_bootargs
0000000000007768 T fdt_chosen
000000000000785c T do_fixup_by_path
00000000000078a8 T fdt_fixup_ethernet
0000000000007a60 T fdt_shrink_to_minimum
0000000000007bb8 T fdt_support_default_count_cells
0000000000007c30 T fdt_translate_address
0000000000007c3c t __of_translate_address
0000000000007ea4 t of_bus_default_map
0000000000007f44 t of_bus_default_translate
0000000000007fdc T boot_fdt_add_mem_rsv_regions
0000000000008128 t boot_fdt_reserve_region
000000000000818c T boot_relocate_fdt
0000000000008370 t fdt_error
00000000000083a8 T boot_get_fdt
0000000000008638 W ft_verify_fdt
0000000000008640 T image_setup_libfdt
00000000000087ec T do_bootm
000000000000890c T bootm_maybe_autostart
0000000000008998 T do_bootd
00000000000089c4 t do_help
0000000000008a04 t do_panic
0000000000008a28 t do_version
0000000000008a70 t do_ab_select
0000000000008b64 T blk_common_cmd
0000000000008e80 t do_source
0000000000008ed4 T bcb_find_partition_and_load
0000000000008f60 t __bcb_initialize
0000000000009058 t __bcb_load
000000000000912c T bcb_load
0000000000009194 T bcb_set
00000000000091b4 t __bcb_set
00000000000092c4 T bcb_get
000000000000932c t bcb_field_get
0000000000009424 T bcb_store
0000000000009428 t __bcb_store
00000000000094ac T bcb_reset
00000000000094f0 t do_bcb
0000000000009690 t do_bcb_load
000000000000971c t do_bcb_set
0000000000009724 t do_bcb_clear
0000000000009788 t do_bcb_test
000000000000982c t do_bcb_dump
0000000000009884 t do_bcb_store
0000000000009888 t do_boot_android
0000000000009898 t do_verified_boot_android
00000000000098a8 t boot_android
0000000000009a28 T efi_get_image_parameters
0000000000009a44 T efi_set_bootdev
0000000000009b98 T efi_install_fdt
0000000000009e04 T efi_run_image
0000000000009fb8 t do_bootefi_exec
000000000000a08c t do_bootefi
000000000000a27c T do_bootz
000000000000a380 T do_booti
000000000000a598 t do_video_clear
000000000000a5b8 T mk_date
000000000000a820 t do_date
000000000000a9a4 t do_dm
000000000000aa50 t complete_dm
000000000000aa78 t do_dm_dump_driver_compat
000000000000aa90 t do_dm_dump_devres
000000000000aa98 t do_dm_dump_drivers
000000000000aab0 t do_dm_dump_static_driver_info
000000000000aac8 t do_dm_dump_tree
000000000000ab94 t do_dm_dump_uclass
000000000000ac0c t do_echo
000000000000acac T eficonfig_print_msg
000000000000acf0 T eficonfig_print_entry
000000000000ada4 T eficonfig_display_statusline
000000000000ae04 T eficonfig_choice_entry
000000000000af0c T eficonfig_destroy
000000000000af90 T eficonfig_process_quit
000000000000af9c T eficonfig_append_menu_entry
000000000000b054 T eficonfig_append_quit_entry
000000000000b0bc T eficonfig_create_fixed_menu
000000000000b150 T eficonfig_process_common
000000000000b2c0 T eficonfig_create_device_path
000000000000b380 T eficonfig_process_clear_file_selection
000000000000b3a0 T eficonfig_process_show_file_option
000000000000b42c T eficonfig_process_select_file
000000000000bc14 T eficonfig_choice_change_boot_order
000000000000bf1c t do_eficonfig
000000000000c0dc t eficonfig_volume_selected
000000000000c0fc t sort_file
000000000000c110 t eficonfig_file_selected
000000000000c2d8 t eficonfig_process_add_boot_option
000000000000c384 t eficonfig_process_edit_boot_option
000000000000c53c t eficonfig_process_change_boot_order
000000000000c7f8 t eficonfig_process_delete_boot_option
000000000000c83c t eficonfig_edit_boot_option
000000000000cd78 t fill_file_info
000000000000cde8 t eficonfig_set_boot_option
000000000000ce70 t create_boot_option_entry
000000000000cf34 t eficonfig_boot_add_enter_description
000000000000cf4c t prepare_file_selection_entry
000000000000d0b4 t eficonfig_boot_add_optional_data
000000000000d0cc t eficonfig_boot_edit_save
000000000000d13c t handle_user_input
000000000000d1f8 t eficonfig_show_boot_selection
000000000000d3cc t eficonfig_add_boot_selection_entry
000000000000d588 t eficonfig_process_boot_selected
000000000000d5a0 t eficonfig_print_change_boot_order_entry
000000000000d67c t eficonfig_add_change_boot_order_entry
000000000000d7f8 t eficonfig_process_save_boot_order
000000000000d90c t do_exit
000000000000d948 T do_fat_size
000000000000d950 T do_fat_fsload
000000000000d958 t do_fat_ls
000000000000d960 t do_fat_fsinfo
000000000000da08 t do_fat_fswrite
000000000000da10 t do_fat_rm
000000000000da18 t do_fat_mkdir
000000000000da20 t do_size_wrapper
000000000000da28 t do_load_wrapper
000000000000da30 t do_save_wrapper
000000000000da38 t do_ls_wrapper
000000000000da40 t do_ln_wrapper
000000000000da48 t do_fstype_wrapper
000000000000da4c t do_fstypes_wrapper
000000000000da50 t do_itest
000000000000dae8 t binary_test
000000000000dc80 t evalstr
000000000000dcfc t evalexp
000000000000dd9c t do_sleep
000000000000de90 t do_bootp
000000000000de9c T do_tftpb
000000000000dea8 t netboot_common
000000000000e280 t do_ping
000000000000e2f4 T do_ping6
000000000000e380 t do_net
000000000000e420 t do_net_list
000000000000e4e8 t do_net_stats
000000000000e62c t do_part
000000000000e990 t do_part_types
000000000000ea58 t do_part_set
000000000000eaf8 t do_part_type
000000000000eb84 t do_part_info
000000000000ecd8 t do_qemu_fw
000000000000ed7c t qemu_fwcfg_do_list
000000000000ee04 t qemu_fwcfg_do_cpus
000000000000ee34 t qemu_fwcfg_do_load
000000000000ef24 t do_rw
000000000000f030 T setexpr_regex_sub
000000000000f28c t substitute
000000000000f3ac t do_setexpr
000000000000f69c t get_arg
000000000000f7ac t regex_sub_var
000000000000f8bc t do_test
000000000000fbec t do_false
000000000000fbf4 t do_true
000000000000fbfc t do_virtio
000000000000fca8 t do_video_setcursor
000000000000fd24 t do_video_puts
000000000000fd90 t do_fastboot
000000000000ff40 t do_gpt
00000000000101a0 t gpt_verify
00000000000102bc t gpt_setenv
0000000000010430 t gpt_enumerate
00000000000105b4 t do_disk_guid
0000000000010618 t set_gpt_info
0000000000010b28 t extract_val
0000000000010bd4 t extract_env
0000000000010ca8 T do_avb_init
0000000000010d18 T do_avb_read_part
0000000000010de8 T do_avb_read_part_hex
0000000000010f30 T do_avb_write_part
0000000000010ff8 T do_avb_read_rb
0000000000011084 T do_avb_write_rb
0000000000011114 T do_avb_get_uuid
00000000000111a4 T do_avb_verify_part
0000000000011260 T do_avb_is_unlocked
00000000000112ec t do_avb
0000000000011378 T env_get_id
0000000000011384 T env_set
00000000000113e0 t _do_env_set
00000000000115e0 t do_env
0000000000011658 t do_env_print
0000000000011740 t do_env_set
0000000000011760 t do_env_default
000000000001180c t do_env_delete
0000000000011904 t do_env_verified_import
0000000000011b28 t do_env_exists
0000000000011b80 t env_print
0000000000011c40 T board_init_f_alloc_reserve
0000000000011c50 T board_init_f_init_reserve
0000000000011c84 T main_loop
0000000000011cc8 T get_version
0000000000011cd0 T jumptable_init
0000000000011f48 t dummy
0000000000011f4c t mdelay
0000000000011f58 T get_local_var
0000000000011ff0 T set_local_var
0000000000012184 T unset_local_var
0000000000012234 T parse_string_outer
0000000000012358 t parse_stream_outer
0000000000012aac T parse_file_outer
0000000000012afc T u_boot_hush_start
0000000000012b4c t do_showvar
0000000000012c6c t static_peek
0000000000012c78 t static_get
0000000000012c94 t done_word
0000000000012f8c t done_pipe
0000000000012fe0 t file_peek
0000000000012fec t free_pipe_list
00000000000130e0 t new_pipe
0000000000013118 t done_command
00000000000131b4 t b_addqchr
0000000000013210 t b_addchr
00000000000132a4 t run_list_real
0000000000013a14 t insert_var_value_sub
0000000000013d0c t is_assignment
0000000000013d58 t make_string
0000000000013ec4 t file_get
00000000000140c4 T bootdelay_process
0000000000014178 T autoboot_command
0000000000014298 W board_add_ram_info
000000000001429c W arch_cpu_init
00000000000142a4 W mach_cpu_init
00000000000142ac W board_get_usable_ram_top
00000000000142b8 W arch_setup_dest_addr
00000000000142c0 T setup_bdinfo
00000000000142c8 W reserve_arch
00000000000142d0 W checkcpu
00000000000142d8 W clear_bss
00000000000142e0 T board_init_f
0000000000014314 t setup_mon_len
0000000000014338 t log_init
0000000000014340 t initf_bootstage
0000000000014348 t bloblist_maybe_init
0000000000014350 t setup_spl_handoff
0000000000014358 t initf_dm
0000000000014360 t init_baud_rate
0000000000014398 t display_text_info
00000000000143a0 t print_resetinfo
000000000001446c t announce_dram_init
000000000001448c t setup_dest_addr
00000000000144e0 t reserve_round_4k
00000000000144f8 t reserve_video
0000000000014534 t reserve_trace
000000000001453c t reserve_uboot
0000000000014588 t reserve_malloc
00000000000145b0 t reserve_board
000000000001460c t reserve_global_data
000000000001463c t reserve_fdt
00000000000146bc t reserve_bootstage
00000000000146c4 t reserve_bloblist
00000000000146cc t reserve_stacks
00000000000146e8 t show_dram_config
000000000001480c t display_new_sp
0000000000014814 t reloc_fdt
0000000000014880 t reloc_bootstage
0000000000014888 t reloc_bloblist
0000000000014890 t setup_reloc
00000000000148d8 t cyclic_unregister_all
00000000000148e0 W cpu_secondary_init_r
00000000000148e8 W arch_initr_trap
00000000000148f0 W power_init_board
00000000000148f8 T board_init_r
0000000000014938 t initr_trace
0000000000014940 t initr_reloc
000000000001495c t initr_caches
0000000000014974 t initr_reloc_global_data
00000000000149b8 t initr_barrier
00000000000149c0 t initr_malloc
00000000000149f4 t log_init
00000000000149fc t initr_bootstage
0000000000014a04 t initr_of_live
0000000000014a0c t initr_dm
0000000000014a2c t initr_binman
0000000000014a34 t initr_dm_devices
0000000000014a3c t initr_announce
0000000000014a44 t dm_announce
0000000000014aec t initr_env
0000000000014b64 t initr_net
0000000000014b88 t run_main_loop
0000000000014ba0 T iomux_match_device
0000000000014bd4 T iomux_doenv
0000000000014de8 T menu_default_choice
0000000000014e08 T menu_default_set
0000000000014ea4 T menu_get_choice
0000000000015068 T menu_item_add
000000000001515c T menu_create
0000000000015204 T menu_destroy
0000000000015280 T bootmenu_conv_key
0000000000015320 T bootmenu_loop
0000000000015378 T cli_ch_init
0000000000015384 T cli_ch_process
0000000000015584 T cread_line_process_ch
0000000000015adc t cread_add_char
0000000000015bfc T cli_cread_init
0000000000015c90 T cli_readline
0000000000015ca4 T cli_readline_into_buffer
00000000000160a0 t delete_char
00000000000161c0 T cli_simple_process_macros
000000000001640c T bounce_buffer_start_extalign
00000000000164a0 T bounce_buffer_stop
0000000000016508 t on_console
00000000000165d0 t console_puts_select
0000000000016698 t console_needs_start_stop
000000000001671c T console_stop
0000000000016758 T serial_printf
00000000000167d4 T fgetc
0000000000016828 t console_tstc
00000000000168d4 T fputc
0000000000016958 T fputs
00000000000169dc T fflush
0000000000016a50 T getchar
0000000000016a7c T tstc
0000000000016aa8 T putc
0000000000016b2c T puts
0000000000016ba4 t pre_console_puts
0000000000016bf0 T flush
0000000000016c20 T ctrlc
0000000000016c70 T disable_ctrlc
0000000000016c88 T had_ctrlc
0000000000016c94 T clear_ctrlc
0000000000016ca0 T console_search_dev
0000000000016cd8 T console_assign
0000000000016e0c T console_init_f
0000000000016e38 t print_pre_console_buffer
0000000000016f14 T console_init_r
0000000000017114 T sbrk
0000000000017180 T mem_malloc_init
00000000000171a0 t malloc
0000000000017698 t malloc_extend_top
0000000000017860 t free
0000000000017acc t malloc_trim
0000000000017bd8 t realloc
000000000001805c t memalign
00000000000181e8 t calloc
00000000000182b4 T initf_malloc
00000000000182d4 T malloc_simple
00000000000182dc t alloc_simple
000000000001835c T memalign_simple
000000000001836c T event_type_name
0000000000018378 T event_notify
0000000000018478 T event_notify_null
0000000000018484 T event_register
00000000000184fc T event_init
0000000000018510 W get_effective_memsize
000000000001851c T stdio_file_to_flags
000000000001853c T stdio_get_by_name
0000000000018620 T stdio_clone
0000000000018670 T stdio_register_dev
00000000000186c8 T stdio_register
000000000001870c T stdio_init_tables
0000000000018720 T stdio_add_devices
00000000000187d0 t stdio_serial_putc
00000000000187d8 t stdio_serial_puts
00000000000187e0 t stdio_serial_flush
00000000000187e4 t stdio_serial_getc
00000000000187e8 t stdio_serial_tstc
00000000000187ec T run_command
0000000000018800 T run_command_list
0000000000018898 T do_run
000000000001890c T cli_process_fdt
0000000000018954 T cli_secure_boot_cmd
00000000000189d0 T cli_loop
00000000000189e0 T cli_init
00000000000189e4 T _do_help
0000000000018b90 T find_cmd_tbl
0000000000018c4c T cmd_usage
0000000000018cb4 T find_cmd
0000000000018ce4 T var_complete
0000000000018d58 T complete_subcmdv
0000000000018f38 T cmd_auto_complete
00000000000193b8 T cmd_get_data_size
000000000001945c T cmd_always_repeatable
000000000001946c T cmd_never_repeatable
0000000000019478 T cmd_discard_repeatable
000000000001949c T cmd_process
0000000000019654 T cmd_process_error
000000000001968c T cmd_source_script
00000000000196d8 T avb_ops_alloc
0000000000019798 t read_from_partition
00000000000197a0 t write_to_partition
00000000000197ac t validate_vbmeta_public_key
000000000001980c t read_rollback_index
0000000000019848 t write_rollback_index
0000000000019870 t read_is_device_unlocked
00000000000198a8 t get_unique_guid_for_partition
0000000000019904 t get_size_of_partition
0000000000019950 T avb_ops_free
000000000001999c T avb_verify
00000000000199dc T avb_verify_partitions
0000000000019b64 t blk_byte_io
0000000000019d5c t get_partition
0000000000019e2c t blk_read_and_flush
0000000000019f38 t avb_blk_write
000000000001a02c T qfw_get_dev
000000000001a038 T qfw_online_cpus
000000000001a064 T qfw_read_firmware_list
000000000001a154 T qfw_file_iter_init
000000000001a180 T qfw_file_iter_next
000000000001a198 T qfw_file_iter_end
000000000001a1a8 T qemu_fwcfg_setup_kernel
000000000001a350 T part_get_type_by_name
000000000001a3e0 T blk_get_dev
000000000001a3e8 t get_dev_hwpart
000000000001a420 T dev_print
000000000001a684 T part_init
000000000001a724 T part_print
000000000001a8cc t part_driver_lookup_type
000000000001a978 T part_get_info_by_type
000000000001a9fc t part_driver_get_type
000000000001aa60 T part_get_info
000000000001aa6c T part_get_info_whole_disk
000000000001aad0 T blk_get_device_by_str
000000000001ac00 T blk_get_device_part_str
000000000001b010 T part_get_info_by_name
000000000001b0bc T part_get_info_by_dev_and_name
000000000001b17c T part_get_info_by_dev_and_name_or_num
000000000001b1fc T part_set_generic_name
000000000001b284 T disk_blk_read
000000000001b308 t disk_blk_part_validate
000000000001b378 T disk_blk_write
000000000001b3fc T disk_blk_erase
000000000001b46c t test_block_type
000000000001b52c t part_get_info_dos
000000000001b548 t part_print_dos
000000000001b584 t part_test_dos
000000000001b624 t part_get_info_extended
000000000001b958 t print_partition_extended
000000000001bbbc T get_disk_guid
000000000001bc50 t find_valid_gpt
000000000001bcbc T part_print_efi
000000000001bf30 t is_pte_valid
000000000001bf80 T part_get_info_efi
000000000001c1bc T write_gpt_table
000000000001c5f8 t set_protective_mbr
000000000001c6dc T gpt_fill_pte
000000000001cb14 T gpt_fill_header
000000000001cd34 t partition_entries_offset
000000000001cda4 T gpt_restore
000000000001cec8 T gpt_verify_headers
000000000001cf88 t is_gpt_valid
000000000001d284 T gpt_repair_headers
000000000001d418 t write_one_gpt_table
000000000001d53c T gpt_verify_partitions
000000000001d764 t validate_gpt_header
000000000001d94c t part_test_efi
000000000001da04 T blk_get_uclass_name
000000000001da44 T blk_get_devnum_by_uclass_idname
000000000001db30 T blk_get_desc
000000000001dc04 T blk_list_part
000000000001dc90 T blk_print_part_devnum
000000000001dcd4 T blk_list_devices
000000000001dd58 T blk_print_device_num
000000000001dda8 T blk_show_device
000000000001de30 T blk_dselect_hwpart
000000000001de5c T blk_read
000000000001dfa0 t blk_buffer_aligned
000000000001dfc4 T blk_write
000000000001e0cc T blk_erase
000000000001e13c T blk_dread
000000000001e144 T blk_dwrite
000000000001e14c T blk_derase
000000000001e154 T blk_find_max_devnum
000000000001e1d4 T blk_next_free_devnum
000000000001e1f8 T blk_create_device
000000000001e3ac t blk_post_probe
000000000001e4ac T blkcache_read
000000000001e5ac T blkcache_fill
000000000001e6f4 T blkcache_invalidate
000000000001e798 T device_bind_with_driver_data
000000000001e7b0 t device_bind_common
000000000001eaa8 T device_bind
000000000001eab8 T device_bind_by_name
000000000001eb34 T device_of_to_plat
000000000001ec58 T device_probe
000000000001ed90 T device_get_uclass_id
000000000001eda0 T dev_get_plat
000000000001edac T dev_get_parent_plat
000000000001edb8 T dev_get_uclass_plat
000000000001edc4 T dev_get_priv
000000000001edd0 T dev_get_uclass_priv
000000000001eddc T dev_get_parent_priv
000000000001ede8 T dev_get_parent
000000000001edf0 T device_get_decendent_count
000000000001ee3c T device_find_first_child
000000000001ee58 T device_find_next_child
000000000001ee84 T device_first_child_err
000000000001eecc T device_next_child_err
000000000001ef20 T dev_get_driver_data
000000000001ef28 T device_set_name_alloced
000000000001ef38 T device_set_name
000000000001ef80 T dev_set_priv
000000000001ef88 T dev_set_parent_priv
000000000001ef90 T dev_set_uclass_priv
000000000001ef98 T dev_set_plat
000000000001efa0 T dev_set_parent_plat
000000000001efa8 T dev_set_uclass_plat
000000000001efb0 T device_is_compatible
000000000001efd0 t alloc_priv
000000000001f038 T devfdt_get_addr_index
000000000001f124 T devfdt_get_addr_size_index
000000000001f170 T devfdt_get_addr
000000000001f178 T devfdt_get_addr_pci
000000000001f21c T lists_driver_lookup_name
000000000001f2a4 T lists_uclass_lookup
000000000001f308 T lists_bind_drivers
000000000001f400 T device_bind_driver
000000000001f40c T device_bind_driver_to_node
000000000001f474 T lists_bind_fdt
000000000001f630 T dm_root
000000000001f650 T dm_init
000000000001f6d8 T dm_remove_devices_flags
000000000001f710 T dm_scan_fdt_dev
000000000001f728 t dm_scan_fdt_node
000000000001f7c0 T dm_extended_scan
000000000001f83c W dm_scan_other
000000000001f844 T dm_init_and_scan
000000000001f8e0 T dm_get_stats
000000000001f918 t dm_probe_devices
000000000001f9a0 T uclass_get_priv
000000000001f9a8 T uclass_get
000000000001fb04 T dev_get_uclass_index
000000000001fb50 T uclass_find_device
000000000001fbc4 T uclass_find_first_device
000000000001fc08 T uclass_find_next_device
000000000001fc34 T uclass_find_device_by_namelen
000000000001fcdc T uclass_find_next_free_seq
000000000001fd4c T uclass_find_device_by_seq
000000000001fdc4 T uclass_find_device_by_of_offset
000000000001fe38 T uclass_get_nth_device_by_driver_name
000000000001fec4 T uclass_get_device
000000000001ff0c T uclass_get_device_by_name
000000000001ff70 T uclass_get_device_by_seq
000000000001ffb8 T uclass_get_device_by_of_offset
0000000000020000 T uclass_first_device
0000000000020048 t _uclass_next_device
00000000000200ac T uclass_next_device
00000000000200d0 T uclass_first_device_err
0000000000020104 T uclass_first_device_check
0000000000020164 T uclass_next_device_check
000000000002019c T uclass_get_count
00000000000201d8 T uclass_bind_device
0000000000020248 T uclass_pre_unbind_device
0000000000020274 T uclass_unbind_device
0000000000020290 T uclass_pre_probe_device
00000000000202f0 T uclass_post_probe_device
0000000000020350 T uclass_pre_remove_device
000000000002037c T uclass_probe_all
00000000000203f0 T pci_get_devfn
0000000000020440 T dev_tag_set_ptr
0000000000020504 T dev_tag_get_ptr
000000000002056c T dev_tag_del
0000000000020604 T devres_release_probe
0000000000020610 t release_nodes
0000000000020694 T devres_release_all
00000000000206a0 T device_chld_unbind
0000000000020740 T device_unbind
0000000000020864 T device_chld_remove
00000000000208f8 T device_remove
0000000000020a20 T device_free
0000000000020ad4 T dm_dump_tree
0000000000020b74 t dm_dump_tree_single
0000000000020bec t dm_dump_tree_recursive
0000000000020c98 T dm_dump_uclass
0000000000020d58 t dm_dump_uclass_single
0000000000020e48 T dm_dump_driver_compat
0000000000020f58 T dm_dump_drivers
00000000000210d4 T dm_dump_static_driver_info
0000000000021154 t show_devices
0000000000021334 t h_cmp_uclass_id
0000000000021368 T ofnode_get_name
0000000000021388 T ofnode_read_u32_index
00000000000213fc T ofnode_read_u32_default
0000000000021428 T ofnode_read_bool
0000000000021458 T ofnode_read_string
00000000000214ac T ofnode_find_subnode
00000000000214d4 T ofnode_is_enabled
00000000000214fc T ofnode_first_subnode
0000000000021520 T ofnode_next_subnode
0000000000021544 T ofnode_path
0000000000021570 T ofnode_get_property
000000000002158c T ofnode_read_u8_array_ptr
00000000000215a8 T ofnode_read_pci_addr
00000000000216a0 T ofnode_read_pci_vendev
00000000000217bc T ofnode_read_simple_addr_cells
00000000000217cc T ofnode_read_simple_size_cells
00000000000217dc T ofnode_pre_reloc
0000000000021944 T ofnode_read_resource
00000000000219b0 T ofnode_device_is_compatible
00000000000219dc T ofnode_by_prop_value
0000000000021a0c T ofnode_conf_read_int
0000000000021a6c T ofnode_conf_read_str
0000000000021ab8 T sysreset_get_status
0000000000021ad4 T sysreset_walk
0000000000021b6c T sysreset_walk_halt
0000000000021ba0 T do_reset
0000000000021c04 W psci_sysreset_get_status
0000000000021c0c t psci_sysreset_request
0000000000021c48 T efi_reset_system_init
0000000000021c78 T psci_sys_reset
0000000000021d24 T psci_sys_poweroff
0000000000021d68 t psci_bind
0000000000021dc4 t psci_probe
0000000000021e60 T dm_pci_get_bdf
0000000000021eb8 T pci_get_ff
0000000000021ed4 T pci_bus_find_devfn
0000000000021f40 T dm_pci_read_config
0000000000022024 T dm_pci_read_config8
0000000000022058 T dm_pci_read_config16
000000000002208c T dm_pci_read_config32
00000000000220c0 T pci_generic_mmap_write_config
0000000000022160 T pci_generic_mmap_read_config
0000000000022210 W board_pci_fixup_dev
0000000000022214 T pci_bind_bus_devices
000000000002271c T dm_pci_read_bar32
0000000000022770 T dm_pci_bus_to_phys
0000000000022854 T dm_pci_map_bar
00000000000228ec T dm_pci_find_next_capability
00000000000228f4 t _dm_pci_find_next_capability
00000000000229b4 T dm_pci_find_capability
0000000000022a3c t pci_uclass_pre_probe
0000000000022d04 t pci_uclass_post_probe
0000000000022d28 t pci_uclass_child_post_bind
0000000000022d74 T pci_init
0000000000022db0 t pci_bridge_read_config
0000000000022e4c t pci_bridge_write_config
0000000000022ec8 t pci_generic_ecam_probe
0000000000022ef8 t pci_generic_ecam_of_to_plat
0000000000022f74 t pci_generic_ecam_read_config
0000000000023028 t pci_generic_ecam_write_config
00000000000230c8 t pci_generic_ecam_conf_address
0000000000023160 T serial_init
00000000000232b8 T serial_setbrg
00000000000232f4 T serial_initialize
000000000002330c T serial_putc
0000000000023388 T serial_puts
00000000000233a8 t _serial_puts
0000000000023428 T serial_flush
000000000002347c T serial_getc
00000000000234d4 T serial_tstc
0000000000023510 T serial_stdio_init
0000000000023514 t on_baudrate
0000000000023614 t serial_post_probe
00000000000236e8 t serial_pre_remove
00000000000236f0 t serial_stub_putc
000000000002375c t serial_stub_puts
0000000000023764 t serial_stub_flush
00000000000237a8 t serial_stub_getc
00000000000237e8 t serial_stub_tstc
000000000002380c T pl01x_serial_setbrg
0000000000023958 T pl01x_serial_probe
00000000000239d4 T pl01x_serial_getc
0000000000023a1c T pl01x_serial_putc
0000000000023a64 T pl01x_serial_pending
0000000000023ab4 T pl01x_serial_of_to_plat
0000000000023b34 T ns16550_init
0000000000023c00 t ns16550_setbrg
0000000000023cac T ns16550_serial_probe
0000000000023d3c T ns16550_serial_of_to_plat
0000000000023e44 t ns16550_serial_setbrg
0000000000023e80 t ns16550_serial_getc
0000000000023ed8 t ns16550_serial_putc
0000000000023f40 t ns16550_serial_pending
0000000000023f94 t ns16550_serial_setconfig
0000000000024010 t ns16550_serial_getinfo
0000000000024070 T virtio_get_config
0000000000024084 T virtio_set_config
0000000000024098 T virtio_generation
00000000000240b8 T virtio_reset
00000000000240cc T virtio_find_vqs
00000000000240e0 T virtio_notify
00000000000240f4 T virtio_add_status
0000000000024154 T virtio_finalize_features
00000000000241e4 T virtio_driver_features_init
00000000000241f8 T virtio_init
0000000000024200 t virtio_uclass_pre_probe
000000000002426c t virtio_uclass_post_probe
0000000000024338 t virtio_uclass_child_post_bind
0000000000024354 t virtio_uclass_child_pre_probe
000000000002458c t virtio_uclass_child_post_probe
00000000000245a8 t virtio_bootdev_bind
00000000000245cc t virtio_bootdev_hunt
0000000000024608 T virtqueue_add
000000000002488c T virtqueue_kick
0000000000024924 T virtqueue_get_buf
0000000000024ae0 T vring_create_virtqueue
0000000000024d9c T vring_del_virtqueue
0000000000024de4 T virtqueue_get_vring_size
0000000000024dec T virtqueue_get_desc_addr
0000000000024df4 T virtqueue_get_avail_addr
0000000000024dfc T virtqueue_get_used_addr
0000000000024e04 T virtqueue_poll
0000000000024e3c t __bb_force_page_align
0000000000024e60 t virtqueue_detach_desc
0000000000024eb8 t virtio_mmio_probe
0000000000024f60 t virtio_mmio_of_to_plat
0000000000024fa0 t virtio_mmio_get_config
00000000000250e4 t virtio_mmio_set_config
000000000002523c t virtio_mmio_generation
0000000000025284 t virtio_mmio_get_status
00000000000252bc t virtio_mmio_set_status
0000000000025318 t virtio_mmio_reset
000000000002533c t virtio_mmio_get_features
00000000000253a8 t virtio_mmio_set_features
0000000000025430 t virtio_mmio_find_vqs
0000000000025650 t virtio_mmio_del_vqs
0000000000025724 t virtio_mmio_notify
0000000000025758 t virtio_pci_bind
00000000000257b4 t virtio_pci_probe
00000000000259b8 t virtio_pci_find_capability
0000000000025b20 t virtio_pci_get_config
0000000000025c34 t virtio_pci_set_config
0000000000025d78 t virtio_pci_generation
0000000000025db0 t virtio_pci_get_status
0000000000025de8 t virtio_pci_set_status
0000000000025e50 t virtio_pci_reset
0000000000025eb4 t virtio_pci_get_features
0000000000025f1c t virtio_pci_set_features
0000000000025fac t virtio_pci_find_vqs
0000000000026118 t virtio_pci_del_vqs
000000000002618c t virtio_pci_notify
0000000000026200 t virtio_net_bind
0000000000026238 t virtio_net_probe
00000000000262a4 t virtio_net_start
0000000000026334 t virtio_net_send
00000000000263d8 t virtio_net_recv
0000000000026438 t virtio_net_free_pkt
00000000000264a8 t virtio_net_stop
00000000000264ac t virtio_net_write_hwaddr
0000000000026528 t virtio_net_read_rom_hwaddr
00000000000265f8 t virtio_blk_bind
00000000000266b0 t virtio_blk_probe
0000000000026768 t virtio_blk_read
0000000000026770 t virtio_blk_write
0000000000026778 t virtio_blk_erase
0000000000026804 t virtio_blk_do_req
000000000002695c t virtio_console_bind
000000000002698c t virtio_console_probe
00000000000269e8 t add_inbuf
0000000000026a6c t virtio_console_serial_setbrg
0000000000026a74 t virtio_console_serial_getc
0000000000026b00 t virtio_console_serial_putc
0000000000026b78 t virtio_console_serial_pending
0000000000026b9c t console_putc_xy
0000000000026c84 t console_move_rows
0000000000026d04 t console_set_row
0000000000026dd0 t console_set_cursor_visible
0000000000026e04 T check_bpix_support
0000000000026e18 T fill_pixel_and_goto_next
0000000000026e54 T fill_char_vertically
0000000000026f88 T console_probe
0000000000026fa8 t console_set_font
0000000000027058 T console_simple_get_font_size
000000000002708c T console_simple_get_font
00000000000270a8 T console_simple_select_font
0000000000027138 T video_reserve
00000000000271c4 t alloc_fb
0000000000027218 T video_fill
00000000000272a4 T video_sync
0000000000027310 T video_clear
000000000002733c T video_index_to_colour
0000000000027424 T video_set_default_colors
0000000000027478 T video_sync_all
00000000000274c0 T video_get_xsize
00000000000274d8 T video_get_ysize
00000000000274f0 t video_post_bind
000000000002758c t video_post_probe
00000000000276d0 T vidconsole_put_char
0000000000027cec t vidconsole_newline
0000000000027dac T vidconsole_put_string
0000000000027df0 t vidconsole_pre_probe
0000000000027e30 t vidconsole_post_probe
0000000000027eb8 T vidconsole_position_cursor
0000000000027f44 t vidconsole_putc
0000000000027f70 t vidconsole_puts
0000000000027fb8 T video_bmp_display
0000000000028560 t write_pix8
0000000000028650 t bochs_video_bind
0000000000028674 t bochs_video_probe
00000000000287a8 T fastboot_response
000000000002884c T fastboot_fail
0000000000028864 T fastboot_okay
0000000000028898 W fastboot_set_reboot_flag
000000000002892c T fastboot_boot
00000000000289c0 T fastboot_handle_boot
0000000000028a30 T fastboot_set_progress_callback
0000000000028a3c T fastboot_init
0000000000028a70 T fastboot_getvar
0000000000028b6c t getvar_version
0000000000028b78 t getvar_version_bootloader
0000000000028b84 t getvar_downloadsize
0000000000028ba0 t getvar_serialno
0000000000028be8 t getvar_version_baseband
0000000000028bf4 t getvar_product
0000000000028c3c t getvar_platform
0000000000028c84 t getvar_current_slot
0000000000028c90 t getvar_has_slot
0000000000028d4c t getvar_partition_size
0000000000028da4 t getvar_is_userspace
0000000000028db0 T fastboot_handle_command
0000000000028e84 T fastboot_data_remaining
0000000000028e9c T fastboot_data_download
0000000000028f68 T fastboot_data_complete
0000000000028fc4 t getvar
0000000000028fc8 t download
0000000000029098 t flash
00000000000290ec t erase
0000000000029130 t okay
0000000000029138 t reboot_bootloader
0000000000029180 t reboot_fastbootd
00000000000291c8 t reboot_recovery
0000000000029210 t run_flashing_lock
0000000000029270 t run_flashing_unlock
00000000000292e8 t ensure_device_is_unlocked
0000000000029338 T fastboot_block_get_part_info
0000000000029404 T fastboot_block_erase
0000000000029478 t fb_block_write
0000000000029568 T fastboot_block_write_raw_image
000000000002965c T fastboot_block_write_sparse_image
0000000000029700 t fb_block_sparse_write
000000000002970c t fb_block_sparse_reserve
0000000000029714 T fastboot_block_flash_write
00000000000297b0 T qfw_read_entry
0000000000029864 T qfw_register
0000000000029914 t qfw_post_bind
000000000002991c t qfw_get_bootflow
0000000000029934 t qfw_bootdev_bind
0000000000029958 t qfw_bootdev_hunt
0000000000029980 t qfw_mmio_probe
0000000000029984 t qfw_mmio_of_to_plat
00000000000299bc t qfw_mmio_read_entry_io
0000000000029a78 t qfw_mmio_read_entry_dma
0000000000029aa4 T dm_rtc_get
0000000000029ac0 T dm_rtc_set
0000000000029adc T dm_rtc_reset
0000000000029af8 t pl031_probe
0000000000029b20 t pl031_of_to_plat
0000000000029b58 t pl031_get
0000000000029b9c t pl031_set
0000000000029be8 t pl031_reset
0000000000029c0c T dm_rng_read
0000000000029c28 t smccc_trng_is_supported
0000000000029d48 t smccc_trng_probe
0000000000029de0 t smccc_trng_read
0000000000029f20 t smc64_copy_sample
0000000000029f7c t smc32_copy_sample
0000000000029fd8 T env_set_ulong
000000000002a004 T env_set_hex
000000000002a048 T env_get_hex
000000000002a098 T env_get
000000000002a134 T eth_env_get_enetaddr
000000000002a19c T eth_env_set_enetaddr
000000000002a1f8 t env_get_from_linear
000000000002a314 T env_get_ulong
000000000002a354 T env_get_yesno
000000000002a3b0 T env_get_autostart
000000000002a3d4 T env_get_default
000000000002a414 T env_set_default
000000000002a4c4 T env_set_default_vars
000000000002a4f4 T env_relocate
000000000002a510 T env_complete
000000000002a6e0 W arch_env_get_location
000000000002a6f0 W env_get_location
000000000002a6f4 T env_load
000000000002a7c8 t env_driver_lookup
000000000002a840 T env_init
000000000002a928 T env_attr_walk
000000000002aa78 T env_attr_lookup
000000000002aafc t regex_callback
000000000002ac60 T env_flags_parse_vartype
000000000002acbc T env_flags_parse_varaccess
000000000002ad1c T eth_validate_ethaddr_str
000000000002ade4 T env_flags_init
000000000002aeac t on_flags
000000000002af0c T env_flags_validate
000000000002b1b4 t clear_flags
000000000002b1c4 t set_flags
000000000002b25c T env_callback_init
000000000002b320 t find_env_callback
000000000002b394 t on_callbacks
000000000002b3f4 t clear_callback
000000000002b404 t set_callback
000000000002b490 t env_nowhere_load
000000000002b4b8 t env_nowhere_init
000000000002b4c8 T fs_get_type
000000000002b4d4 T fs_set_blk_dev
000000000002b59c T fs_set_blk_dev_with_part
000000000002b660 T fs_close
000000000002b6ac T fs_exists
000000000002b72c T fs_size
000000000002b7ac T fs_read
000000000002b82c T fs_write
000000000002b8e4 T fs_opendir
000000000002b9a0 T fs_readdir
000000000002ba50 T fs_closedir
000000000002bae0 T fs_unlink
000000000002bb60 T fs_mkdir
000000000002bbe0 T fs_ln
000000000002bc8c T do_size
000000000002bd54 T do_load
000000000002c0ac T do_ls
000000000002c198 T file_exists
000000000002c234 T do_save
000000000002c36c T do_fs_type
000000000002c43c T do_rm
000000000002c4f0 T do_mkdir
000000000002c5b4 T do_ln
000000000002c608 T do_fs_types
000000000002c6ac t fs_ls_generic
000000000002c79c t fs_ln_unsupported
000000000002c7a4 t fs_ls_unsupported
000000000002c7ac t fs_exists_unsupported
000000000002c7b4 t fs_close_unsupported
000000000002c7b8 t fs_uuid_unsupported
000000000002c7c0 t fs_opendir_unsupported
000000000002c7c8 t fs_unlink_unsupported
000000000002c7d0 t fs_mkdir_unsupported
000000000002c7d8 t fs_probe_unsupported
000000000002c7e0 t fs_size_unsupported
000000000002c7e8 t fs_read_unsupported
000000000002c7f0 t fs_write_unsupported
000000000002c7f8 T fat_set_blk_dev
000000000002c8d8 T fat_next_cluster
000000000002ca30 t get_fatent
000000000002cbe0 T file_fat_detectfs
000000000002cca8 t read_bootsectandvi
000000000002cdf8 T fat_exists
000000000002ce78 t fat_itr_root
000000000002d02c t fat_itr_resolve
000000000002d1e0 T fat_size
000000000002d2b4 T fat_read_file
000000000002d66c T fat_opendir
000000000002d71c T fat_readdir
000000000002d814 t fat_itr_next
000000000002db18 t fat2rtc
000000000002db6c T fat_closedir
000000000002db94 T fat_close
000000000002db98 T fat_uuid
000000000002dbf8 T file_fat_write_at
000000000002de64 t split_filename
000000000002dfd4 t normalize_longname
000000000002e108 t find_directory_entry
000000000002e18c t set_name
000000000002e3c4 t fat_find_empty_dentries
000000000002e580 t fill_dir_slot
000000000002e810 t fill_dentry
000000000002e884 t set_contents
000000000002f120 t flush_dirty_fat_buffer
000000000002f1d0 t flush_dir
000000000002f260 T file_fat_write
000000000002f270 T fat_unlink
000000000002f580 T fat_mkdir
000000000002f8f0 t fat_itr_child
000000000002f96c t get_cluster
000000000002fb48 t next_dent
000000000002fbb4 t downcase
000000000002fc04 t str2fat
000000000002fcbc t fat_move_to_cluster
000000000002fd0c t set_fatent_value
000000000002ff44 t clear_fatent
000000000002ffd8 t determine_fatent
000000000003002c t disk_write
00000000000300a8 t set_sectors
000000000003021c t delete_single_dentry
0000000000030270 T smh_fs_set_blk_dev
000000000003027c T smh_fs_size
00000000000302dc T smh_fs_read
00000000000303a8 T smh_fs_write
000000000003047c T efi_driver_init
00000000000305d4 t efi_uc_init
00000000000305dc t efi_uc_destroy
00000000000305e4 t efi_uc_supported
00000000000306a8 t efi_uc_start
0000000000030780 t efi_uc_stop
0000000000030898 t check_node_type
0000000000030924 t disconnect_child
0000000000030980 t efi_bl_read
00000000000309ec t efi_bl_write
0000000000030a58 t efi_bl_init
0000000000030adc t efi_bl_bind
0000000000030c14 T efi_bootmgr_load
0000000000030db8 t try_load_entry
0000000000031094 T efi_bootmgr_get_unused_bootoption
000000000003115c T efi_bootmgr_append_bootorder
0000000000031220 T efi_bootmgr_delete_boot_option
000000000003133c T efi_bootmgr_update_media_device_boot_option
0000000000031840 t try_load_from_file_path
0000000000031938 T __efi_entry_check
000000000003197c T __efi_exit_check
00000000000319b0 T efi_save_gd
00000000000319c0 T efi_restore_gd
00000000000319e4 T efi_signal_event
0000000000031ab0 t efi_queue_event
0000000000031b14 T efi_add_handle
0000000000031b3c T efi_create_handle
0000000000031ba0 T efi_search_protocol
0000000000031c40 T efi_search_obj
0000000000031c70 T efi_delete_handle
0000000000031d1c t efi_purge_handle
0000000000031dd8 T efi_create_event
0000000000031f28 T efi_timer_check
0000000000031fdc t efi_process_event_queue
00000000000320c8 T efi_set_timer
0000000000032164 T efi_add_protocol
00000000000322c8 T efi_register_protocol_notify
00000000000323c0 T efi_install_configuration_table
00000000000325d0 T efi_setup_loaded_image
000000000003271c T efi_locate_device_path
00000000000328fc T efi_locate_handle_buffer
000000000003296c T efi_load_image
0000000000032e6c T efi_close_protocol
0000000000032f58 T efi_locate_handle_buffer_int
000000000003301c t efi_locate_handle
00000000000331bc T efi_install_multiple_protocol_interfaces
0000000000033210 t efi_install_multiple_protocol_interfaces_int
00000000000334a4 T efi_uninstall_multiple_protocol_interfaces
00000000000334f8 t efi_uninstall_multiple_protocol_interfaces_int
00000000000336e0 T efi_protocol_open
000000000003392c t efi_disconnect_controller
0000000000033cb4 T efi_start_image
0000000000033f94 t efi_open_protocol
0000000000034124 T efi_unload_image
00000000000342cc t efi_delete_image
000000000003437c T efi_handle_protocol
0000000000034390 T efi_initialize_system_table
000000000003441c t efi_uninstall_protocol
0000000000034630 t efi_disconnect_all_drivers
0000000000034818 t efi_connect_controller
0000000000034ac8 t efi_bind_controller
0000000000034c50 t efi_install_protocol_interface
0000000000034d10 t efi_uninstall_protocol_interface
0000000000034d84 t efi_raise_tpl
0000000000034df8 t efi_restore_tpl
0000000000034e7c t efi_allocate_pages_ext
0000000000034eec t efi_free_pages_ext
0000000000034f5c t efi_get_memory_map_ext
0000000000034fcc t efi_allocate_pool_ext
000000000003503c t efi_free_pool_ext
00000000000350ac t efi_create_event_ext
0000000000035124 t efi_set_timer_ext
0000000000035194 t efi_wait_for_event
0000000000035364 t efi_signal_event_ext
0000000000035424 t efi_close_event
00000000000355ac t efi_check_event
00000000000356c0 t efi_reinstall_protocol_interface
00000000000357c0 t efi_locate_handle_ext
0000000000035830 t efi_install_configuration_table_ext
00000000000358a0 t efi_exit
0000000000035a40 t efi_exit_boot_services
0000000000035c50 t efi_get_next_monotonic_count
0000000000035cd4 t efi_stall
0000000000035d78 t efi_set_watchdog_timer
0000000000035de8 t efi_close_protocol_ext
0000000000035e58 t efi_open_protocol_information
0000000000035fac t efi_protocols_per_handle
0000000000036144 t efi_locate_protocol
0000000000036304 t efi_install_multiple_protocol_interfaces_ext
00000000000363ac t efi_uninstall_multiple_protocol_interfaces_ext
0000000000036454 t efi_calculate_crc32
00000000000364f4 t efi_copy_mem
0000000000036564 t efi_set_mem
00000000000365e0 t efi_create_event_ex
0000000000036678 t efi_update_exit_data
00000000000366f8 T efi_get_dp_from_boot
00000000000367b8 T efi_link_dev
00000000000367d0 T efi_unlink_dev
0000000000036800 T efi_varname_is_load_option
0000000000036890 T efi_next_variable_name
000000000003691c T efi_search_bootorder
0000000000036954 T efi_setup_console_size
0000000000036b78 t efi_cout_reset
0000000000036bc8 t efi_cout_output_string
0000000000036d5c t efi_cout_test_string
0000000000036d78 t efi_cout_query_mode
0000000000036e10 t efi_cout_set_mode
0000000000036e88 t efi_cout_set_attribute
0000000000036efc t efi_cout_clear_screen
0000000000036f50 t efi_cout_set_cursor_position
0000000000036ffc t efi_cout_enable_cursor
0000000000037048 t efi_cin_reset
0000000000037088 t efi_cin_read_key_stroke
0000000000037114 T efi_console_register
0000000000037264 t efi_key_notify
000000000003727c t efi_console_timer_notify
0000000000037294 T efi_console_get_u16_string
00000000000373f4 t efi_cin_empty_buffer
000000000003741c t term_get_char
0000000000037470 t efi_cin_check
00000000000377c0 t set_shift_mask
0000000000037820 t analyze_modifiers
00000000000378bc t efi_cin_reset_ex
00000000000378fc t efi_cin_read_key_stroke_ex
0000000000037a04 t efi_cin_set_state
0000000000037a20 t efi_cin_register_key_notify
0000000000037ac8 t efi_cin_unregister_key_notify
0000000000037b48 T efi_dp_next
0000000000037b80 T efi_dp_shorten
0000000000037bf0 T efi_dp_find_obj
0000000000037c4c t find_handle
0000000000037e00 T efi_dp_last_node
0000000000037e4c T efi_dp_instance_size
0000000000037eac T efi_dp_size
0000000000037ee8 T efi_dp_dup
0000000000037f74 T efi_dp_append
0000000000037f7c t efi_dp_append_or_concatenate
00000000000380d0 T efi_dp_concat
00000000000380d8 T efi_dp_append_node
0000000000038218 T efi_dp_create_device_node
0000000000038278 T efi_dp_append_instance
00000000000383a0 T efi_dp_get_next_instance
0000000000038478 T efi_dp_is_multi_instance
00000000000384ac T efi_dp_from_part
0000000000038548 T efi_dp_part_node
00000000000385a4 t dp_part_node
0000000000038828 T efi_dp_from_file
000000000003897c T efi_dp_from_uart
00000000000389f8 t dp_size
0000000000038ab8 t dp_fill
0000000000038cc4 T efi_dp_from_eth
0000000000038d2c T efi_dp_from_mem
0000000000038e40 T efi_dp_split_file_path
0000000000038f14 T efi_dp_from_name
0000000000039124 T efi_dp_check_length
0000000000039194 T efi_dp_from_lo
00000000000392c4 T efi_dp_str
0000000000039300 t efi_convert_device_path_to_text
00000000000393b0 t efi_convert_device_node_to_text
00000000000393fc t efi_convert_single_device_node_to_text
0000000000039bfc t efi_str_to_u16
0000000000039c54 t get_device_path_size
0000000000039c8c t duplicate_device_path
0000000000039cc0 t append_device_path
0000000000039cfc t append_device_node
0000000000039d38 t append_device_path_instance
0000000000039d74 t get_next_device_path_instance
0000000000039db0 t is_device_path_multi_instance
0000000000039de4 t create_device_node
0000000000039e30 T efi_try_purge_kaslr_seed
0000000000039ed0 T efi_carve_out_dt_rsv
000000000003a004 t efi_reserve_memory
000000000003a054 t efi_dt_fixup
000000000003a1e0 T efi_file_open_int
000000000003a260 t file_open
000000000003a558 T efi_file_size
000000000003a62c T efi_file_read_int
000000000003a8d8 T efi_file_setpos_int
000000000003a940 t efi_get_file_size
000000000003a998 T efi_file_from_path
000000000003aaf8 T efi_create_simple_file_system
000000000003ab68 t efi_open_volume
000000000003abb0 t efi_create_file
000000000003abe8 t is_dir
000000000003ac0c t efi_file_open
000000000003ac70 t efi_file_close
000000000003aca8 t efi_file_delete
000000000003ad0c t efi_file_read
000000000003ad58 t efi_file_write
000000000003ada4 t efi_file_getpos
000000000003adec t efi_file_setpos
000000000003ae28 t efi_file_getinfo
000000000003b03c t efi_file_setinfo
000000000003b184 t efi_file_flush
000000000003b1cc t efi_file_open_ex
000000000003b25c t efi_file_read_ex
000000000003b2c4 t efi_file_write_ex
000000000003b32c t efi_file_flush_ex
000000000003b394 t efi_file_write_int
000000000003b454 t new_package_list
000000000003b514 t remove_package_list
000000000003b574 t update_package_list
000000000003b6a4 t list_package_lists
000000000003b7d0 t export_package_lists
000000000003b810 t register_package_notify
000000000003b880 t unregister_package_notify
000000000003b8a0 t find_keyboard_layouts
000000000003b974 t get_keyboard_layout
000000000003ba3c t set_keyboard_layout
000000000003ba74 t get_package_list_handle
000000000003bae0 t new_string
000000000003bc14 t get_string
000000000003bd0c t set_string
000000000003be68 t get_languages
000000000003bf94 t get_secondary_languages
000000000003c04c t add_packages
000000000003c43c t free_packagelist
000000000003c480 t free_keyboard_layouts
000000000003c4d4 t remove_strings_package
000000000003c55c t remove_guid_package
000000000003c5a0 t remove_keyboard_package
000000000003c5f0 t language_match
000000000003c64c T efi_print_image_infos
000000000003c76c T efi_check_pe
000000000003c7c4 T efi_load_pe
000000000003cad8 t efi_set_code_and_data_type
000000000003cb40 t efi_loader_relocate
000000000003cc20 T efi_set_load_options
000000000003cc78 T efi_deserialize_load_option
000000000003cd84 T efi_serialize_load_option
000000000003ce74 T efi_add_memory_map
000000000003ce90 t efi_add_memory_map_pg
000000000003d0f4 T efi_allocate_pages
000000000003d2ac t efi_check_allocated
000000000003d30c T efi_free_pages
000000000003d3a0 T efi_alloc_aligned_pages
000000000003d48c T efi_allocate_pool
000000000003d528 T efi_alloc
000000000003d580 T efi_free_pool
000000000003d620 T efi_get_memory_map
000000000003d6f8 T efi_get_memory_map_alloc
000000000003d7a0 T efi_add_conventional_memory_map
000000000003d830 W efi_add_known_memory
000000000003d864 T efi_memory_init
000000000003d8ec t efi_mem_sort
000000000003d9bc t efi_mem_cmp
000000000003d9d8 T efi_root_node_register
000000000003dafc T efi_init_runtime_supported
000000000003db6c t efi_get_time_boottime
000000000003dc74 t efi_set_time_boottime
000000000003dde4 t efi_set_virtual_address_map
000000000003e01c t efi_reset_system_boottime
000000000003e0a8 W allow_unaligned
000000000003e0ac T efi_init_early
000000000003e0f0 T efi_init_obj_list
000000000003e2a8 T efi_create_indexed_name
000000000003e340 t efi_stri_coll
000000000003e3d0 t efi_metai_match
000000000003e40c t efi_str_lwr
000000000003e450 t efi_str_upr
000000000003e494 t efi_fat_to_str
000000000003e504 t efi_str_to_fat
000000000003e60c t metai_match
000000000003e7b0 T efi_get_variable
000000000003e828 T efi_set_variable
000000000003e8a4 T efi_get_next_variable_name
000000000003e8f0 T efi_query_variable_info
000000000003e960 T efi_init_secure_state
000000000003eabc T efi_auth_var_get_type
000000000003eb3c T efi_get_var
000000000003ebe0 T efi_var_mem_init
000000000003ec98 t efi_var_mem_notify_exit_boot_services
000000000003ed14 T efi_var_collect
000000000003eedc T efi_var_to_file
000000000003ef84 t efi_set_blk_dev_to_system_partition
000000000003f014 T efi_var_restore
000000000003f18c T efi_var_from_file
000000000003f244 T efi_set_variable_int
000000000003f42c T efi_query_variable_info_int
000000000003f4b8 T efi_variables_boot_exit_notify
000000000003f4f0 T efi_init_variables
000000000003f518 T efi_set_watchdog
000000000003f548 T efi_watchdog_register
000000000003f5a0 t efi_watchdog_timer_notify
000000000003f5d4 T efi_gop_register
000000000003f770 t gop_query_mode
000000000003f7fc t gop_set_mode
000000000003f8a8 t gop_blt
000000000003fdf4 t gop_blt_video_fill
000000000003feb8 T efi_disk_is_removable
000000000003ff0c T efi_fs_from_path
000000000003ff8c T efi_disk_probe
0000000000040158 T efi_disk_remove
0000000000040210 T efi_disk_get_device_name
0000000000040304 T efi_disks_register
0000000000040340 t efi_disk_add_dev
00000000000405cc t efi_disk_reset
00000000000405e8 t efi_disk_read_blocks
00000000000406a0 t efi_disk_write_blocks
0000000000040768 t efi_disk_flush_blocks
0000000000040784 t efi_disk_rw_blocks
0000000000040850 T efi_net_register
0000000000040c08 t efi_net_start
0000000000040c70 t efi_net_stop
0000000000040cd0 t efi_net_initialize
0000000000040d6c t efi_net_reset
0000000000040de0 t efi_net_shutdown
0000000000040e5c t efi_net_receive_filters
0000000000040e78 t efi_net_station_address
0000000000040e94 t efi_net_statistics
0000000000040eb0 t efi_net_mcastiptomac
0000000000040f84 t efi_net_nvdata
0000000000040fa0 t efi_net_get_status
0000000000041034 t efi_net_transmit
0000000000041174 t efi_net_receive
0000000000041344 t efi_pxe_base_code_start
000000000004134c t efi_pxe_base_code_stop
0000000000041354 t efi_pxe_base_code_dhcp
000000000004135c t efi_pxe_base_code_discover
0000000000041364 t efi_pxe_base_code_mtftp
000000000004136c t efi_pxe_base_code_udp_write
0000000000041374 t efi_pxe_base_code_udp_read
000000000004137c t efi_pxe_base_code_set_ip_filter
0000000000041384 t efi_pxe_base_code_arp
000000000004138c t efi_pxe_base_code_set_parameters
0000000000041394 t efi_pxe_base_code_set_station_ip
000000000004139c t efi_pxe_base_code_set_packets
00000000000413a4 t efi_network_timer_notify
0000000000041428 t efi_net_push
00000000000414bc T efi_smbios_register
0000000000041520 t install_smbios_table
0000000000041590 W platform_get_rng_device
00000000000415d4 T efi_rng_register
000000000004163c t rng_getinfo
00000000000416ec t getrng
00000000000417b8 T efi_initrd_register
000000000004187c T efi_initrd_deregister
00000000000418cc t efi_load_file2_initrd
0000000000041a38 T console_read_unicode
0000000000041b4c T utf8_get
0000000000041c40 T utf8_put
0000000000041d1c T utf8_utf16_strnlen
0000000000041d90 T utf8_utf16_strncpy
0000000000041e18 T utf16_put
0000000000041e98 T utf16_get
0000000000041f10 T utf16_strnlen
0000000000041f80 T utf16_utf8_strnlen
0000000000042014 T utf16_utf8_strncpy
000000000004209c T utf_to_lower
00000000000420e0 T utf_to_upper
000000000004212c T u16_strncmp
000000000004216c T u16_strsize
0000000000042190 T u16_strcpy
00000000000421bc T u16_strdup
0000000000042230 T u16_strlcat
00000000000422c4 T utf16_to_utf8
00000000000423f4 T utf_to_cp
0000000000042444 T write_smbios_table
00000000000425d0 t smbios_write_type0
0000000000042718 t smbios_write_type1
0000000000042898 t smbios_write_type2
00000000000429bc t smbios_write_type3
0000000000042a94 t smbios_write_type4
0000000000042b90 t smbios_write_type32
0000000000042c08 t smbios_write_type127
0000000000042c70 t smbios_add_string
0000000000042d18 t smbios_add_prop_si
0000000000042d54 T write_sparse_image
00000000000432f4 t default_log
00000000000432f8 T initcall_run_list
00000000000433c8 T string_to_ip
0000000000043460 T string_to_ip6
00000000000436dc T string_to_enetaddr
0000000000043740 T compute_ip_checksum
0000000000043790 T ip_checksum_ok
00000000000437ac T list_sort
00000000000439a8 t merge
0000000000043a54 T inflate_fast
0000000000043ea0 T inflate_table
00000000000442c8 T inflateReset
000000000004432c T inflateInit2_
0000000000044430 T zcalloc
0000000000044438 T zcfree
0000000000044440 T inflate
0000000000045bf0 T adler32
0000000000045f1c T inflateEnd
0000000000045f88 T gzalloc
0000000000045f98 T gzfree
0000000000045fa0 T gzip_parse_header
0000000000046040 T gunzip
00000000000460ac T zunzip
00000000000461c8 T ulz4fn
0000000000046934 T avb_chain_partition_descriptor_validate_and_byteswap
0000000000046c30 T avb_sub_cmdline
0000000000046e5c T avb_append_options
0000000000047214 t cmdline_append_option
000000000004730c t cmdline_append_hex
0000000000047360 T avb_new_cmdline_subst_list
0000000000047368 T avb_free_cmdline_subst_list
00000000000473c4 T avb_add_root_digest_substitution
0000000000047498 t uint64_to_base10
0000000000047524 T avb_get_algorithm_data
0000000000047540 T avb_rsa_public_key_header_validate_and_byteswap
00000000000475f4 T avb_footer_validate_and_byteswap
0000000000047920 T avb_hashtree_descriptor_validate_and_byteswap
0000000000048020 T avb_property_descriptor_validate_and_byteswap
000000000004836c T avb_property_lookup
00000000000483f4 t property_lookup_desc_foreach
00000000000484ec T avb_sha256_init
0000000000048514 T avb_sha256_update
00000000000485dc t SHA256_transform
0000000000048794 T avb_sha256_final
0000000000048888 T avb_slot_verify
0000000000048c98 t load_and_verify_vbmeta
0000000000049adc t has_system_partition
0000000000049bdc t avb_manage_hashtree_error_mode
0000000000049dc4 T avb_slot_verify_data_free
0000000000049eb4 T avb_slot_verify_data_calculate_vbmeta_digest
0000000000049fe0 t load_requested_partitions
000000000004a1e0 t load_and_verify_hash_partition
000000000004a6cc t read_persistent_digest
000000000004a9fc t load_full_partition
000000000004ab94 T avb_be32toh
000000000004ab9c T avb_be64toh
000000000004aba4 T avb_safe_memcmp
000000000004abd8 T avb_safe_add_to
000000000004ac7c T avb_basename
000000000004acd4 T avb_safe_add
000000000004ad08 T avb_validate_utf8
000000000004ad90 T avb_str_concat
000000000004aefc T avb_malloc
000000000004af8c T avb_calloc
000000000004afc8 T avb_strdup
000000000004b01c T avb_strstr
000000000004b088 T avb_strv_find_str
000000000004b0ec T avb_replace
000000000004b2a0 T avb_strdupv
000000000004b42c T avb_uppercase
000000000004b45c T avb_bin2hex
000000000004b4d8 T avb_version_string
000000000004b4e4 T avb_descriptor_validate_and_byteswap
000000000004b64c T avb_descriptor_foreach
000000000004ba20 T avb_descriptor_get_all
000000000004baac t count_descriptors
000000000004bac0 t set_descriptors
000000000004badc T avb_hash_descriptor_validate_and_byteswap
000000000004be8c T avb_kernel_cmdline_descriptor_validate_and_byteswap
000000000004c0a4 T avb_rsa_verify
000000000004c63c t montMul
000000000004c750 T avb_sha512_init
000000000004c778 T avb_sha512_update
000000000004c840 t SHA512_transform
000000000004ca18 T avb_sha512_final
000000000004cb2c T avb_memcmp
000000000004cb30 T avb_memcpy
000000000004cb34 T avb_memset
000000000004cb38 T avb_strcmp
000000000004cb3c T avb_strncmp
000000000004cb40 T avb_strlen
000000000004cb44 T avb_abort
000000000004cb50 T avb_printv
000000000004cbec T avb_malloc_
000000000004cbf0 T avb_free
000000000004cbf4 T avb_div_by_10
000000000004cc1c T avb_vbmeta_image_verify
000000000004d210 T avb_vbmeta_image_header_to_host_byte_order
000000000004da94 T avb_vbmeta_verify_result_to_string
000000000004daf8 T addBootConfigParameters
000000000004dbb8 T addBootConfigTrailer
000000000004dc74 T fdt_ro_probe_
000000000004dd84 T fdt_header_size
000000000004dde4 T fdt_check_header
000000000004e008 T fdt_offset_ptr
000000000004e0f0 T fdt_next_tag
000000000004e24c T fdt_check_node_offset_
000000000004e28c T fdt_check_prop_offset_
000000000004e2cc T fdt_next_node
000000000004e3c0 T fdt_first_subnode
000000000004e3f4 T fdt_next_subnode
000000000004e444 T fdt_find_string_
000000000004e4b8 T fdt_move
000000000004e530 T fdt_get_string
000000000004e6b0 T fdt_get_mem_rsv
000000000004e71c t fdt_mem_rsv
000000000004e798 T fdt_num_mem_rsv
000000000004e7e8 T fdt_subnode_offset_namelen
000000000004e8d8 T fdt_subnode_offset
000000000004e91c T fdt_path_offset_namelen
000000000004ea3c T fdt_get_alias_namelen
000000000004eae0 T fdt_path_offset
000000000004eb14 T fdt_get_name
000000000004ebf4 T fdt_first_property_offset
000000000004ec30 t nextprop_
000000000004eca0 T fdt_next_property_offset
000000000004ecdc t fdt_get_property_by_offset_
000000000004ed58 T fdt_get_property_namelen
000000000004ed9c t fdt_get_property_namelen_
000000000004ee7c T fdt_get_property
000000000004eec8 T fdt_getprop_namelen
000000000004ef44 T fdt_getprop_by_offset
000000000004f010 T fdt_getprop
000000000004f05c T fdt_supernode_atdepth_offset
000000000004f118 T fdt_parent_offset
000000000004f178 T fdt_node_offset_by_prop_value
000000000004f244 T fdt_stringlist_contains
000000000004f2e0 T fdt_node_check_compatible
000000000004f358 T fdt_add_mem_rsv
000000000004f3e0 t fdt_rw_probe_
000000000004f488 t fdt_splice_mem_rsv_
000000000004f51c T fdt_del_mem_rsv
000000000004f5b0 t fdt_splice_struct_
000000000004f640 T fdt_setprop_placeholder
000000000004f71c t fdt_add_property_
000000000004f948 T fdt_setprop
000000000004f99c T fdt_delprop
000000000004fa08 T fdt_add_subnode_namelen
000000000004fb44 T fdt_add_subnode
000000000004fb88 T fdt_open_into
000000000004fdd0 t fdt_blocks_misordered_
000000000004fea8 t fdt_packblocks_
000000000004ffcc t fdt_splice_
00000000000500b4 T fdt_strerror
0000000000050104 T fdt_address_cells
0000000000050138 t fdt_cells
0000000000050188 T fdt_size_cells
00000000000501ac T fdtdec_get_srcname
00000000000501c4 T fdtdec_get_addr_size_fixed
00000000000502c0 T fdtdec_get_number
00000000000502f0 T fdtdec_get_addr_size_auto_parent
0000000000050398 T fdtdec_get_addr_size_auto_noparent
0000000000050414 T fdtdec_get_pci_bar32
0000000000050460 T fdtdec_get_is_enabled
00000000000504a0 T fdtdec_get_alias_seq
00000000000505e0 T fdtdec_get_alias_highest_id
00000000000506cc T fdtdec_get_chosen_prop
0000000000050710 t fdtdec_prepare_fdt
000000000005075c T fdtdec_get_bool
0000000000050784 T fdtdec_locate_byte_array
00000000000507b8 T fdt_get_resource
0000000000050900 T fdtdec_setup_mem_size_base
0000000000050960 T get_next_memory_node
00000000000509b8 T fdtdec_setup_memory_banksize
0000000000050a50 W fdtdec_board_setup
0000000000050a58 T fdtdec_setup
0000000000050af8 T qsort
0000000000050c04 T strcmp_compar
0000000000050c10 T hcreate_r
0000000000050cb0 T hdestroy_r
0000000000050d3c T hmatch_r
0000000000050e08 T hsearch_r
00000000000512ec T hdelete_r
0000000000051410 T hexport_r
0000000000051768 t cmpkey
000000000005177c T himport_r
0000000000051b34 t drop_var_from_set
0000000000051bac T hwalk_r
0000000000051c1c t match_string
0000000000051cb8 T display_options_get_banner_priv
0000000000051d78 T display_options_get_banner
0000000000051d88 T display_options
0000000000051dc8 T print_size
0000000000051ec0 T hexdump_line
0000000000052084 T print_buffer
0000000000052178 T hang
0000000000052190 T kmalloc
00000000000521e8 T strim
0000000000052250 T lmb_dump_all
0000000000052254 T arch_lmb_reserve_generic
0000000000052310 T lmb_reserve
000000000005231c T lmb_init_and_reserve
000000000005236c t lmb_reserve_common
0000000000052438 T lmb_init_and_reserve_range
0000000000052474 T lmb_free
000000000005257c t lmb_remove_region
00000000000525c8 t lmb_add_region_flags
0000000000052804 T lmb_reserve_flags
000000000005280c T lmb_alloc
0000000000052814 T lmb_alloc_base
0000000000052860 T __lmb_alloc_base
000000000005298c T lmb_alloc_addr
0000000000052a1c T lmb_get_free_size
0000000000052abc W board_lmb_reserve
0000000000052ac0 T slre_compile
0000000000052bf8 t compile
0000000000053254 T slre_match
0000000000053300 t match
000000000005368c t get_escape_char
000000000005371c t quantifier
0000000000053840 t relocate
00000000000538b4 t loop_greedy
0000000000053974 t loop_non_greedy
0000000000053a24 T strncasecmp
0000000000053a98 T strcasecmp
0000000000053aa0 T strcpy
0000000000053ab8 T strncpy
0000000000053ad8 T strlcpy
0000000000053b24 T strlen
0000000000053b3c T memcpy
0000000000053b94 T strcat
0000000000053bb8 T strncat
0000000000053bec T strlcat
0000000000053c44 T strnlen
0000000000053c74 T strcmp
0000000000053c90 T strncmp
0000000000053cc0 T strchr
0000000000053cec T strrchr
0000000000053d20 T strdup
0000000000053d6c T strsep
0000000000053dc4 T memset
0000000000053e28 T memmove
0000000000053e74 T memcmp
0000000000053ea4 T strstr
0000000000053f4c T memchr
0000000000053f74 T table_compute_checksum
0000000000053fa4 W timer_init
0000000000053fac W get_timer
0000000000053fe8 W timer_get_us
0000000000054020 T usec_to_tick
000000000005405c W __udelay
00000000000540b0 T udelay
00000000000540f4 T uuid_str_valid
000000000005417c T uuid_guid_get_bin
00000000000541ec T uuid_guid_get_str
000000000005424c T uuid_str_to_bin
00000000000543c0 T uuid_bin_to_str
0000000000054594 T rand
00000000000545b0 t panic_finish
00000000000545dc T panic
0000000000054628 T vsnprintf
0000000000054658 t vsnprintf_internal
000000000005505c T vscnprintf
00000000000550b8 T snprintf
0000000000055108 T sprintf
0000000000055168 T printf
00000000000551bc T vprintf
0000000000055228 T simple_itoa
0000000000055268 t string16
00000000000553b0 t string
0000000000055490 t number
000000000005577c t put_dec_trunc
000000000005586c t put_dec
0000000000055964 T simple_strtoul
0000000000055a28 T hextoul
0000000000055a30 T dectoul
0000000000055a38 T strict_strtoul
0000000000055acc T simple_strtol
0000000000055afc T ustrtoul
0000000000055ba4 T ustrtoull
0000000000055c4c T simple_strtoull
0000000000055d10 T trailing_strtoln_end
0000000000055da4 T trailing_strtoln
0000000000055dac T trailing_strtol
0000000000055db8 T rtc_calc_weekday
0000000000055ea4 T rtc_mktime
0000000000055f74 T rtc_month_days
0000000000055fe0 T rtc_to_tm
00000000000561c0 T disable_semihosting
00000000000561d0 T smh_open
0000000000056240 T smh_read
00000000000562ac T smh_write
000000000005631c T smh_close
000000000005637c T smh_flen
00000000000563d4 T smh_seek
0000000000056428 T arp_init
0000000000056460 T arp_raw_request
0000000000056548 T arp_request
00000000000565c4 T arp_timeout_check
0000000000056658 T arp_is_waiting
000000000005666c T arp_receive
000000000005689c T bootp_reset
00000000000568d8 T bootp_request
0000000000056c18 t bootp_timeout_handler
0000000000056c80 t bootp_handler
0000000000057074 t eth_get_uclass_priv
00000000000570ac T eth_set_current_to_next
00000000000570f8 T eth_get_dev
000000000005715c T eth_set_dev
00000000000571a4 T eth_get_dev_by_name
00000000000572a4 T eth_get_ethaddr
00000000000572c8 T eth_halt_state_only
00000000000572f4 T eth_get_dev_index
000000000005731c t on_ethaddr
00000000000573ac T eth_init
00000000000574b0 T eth_halt
0000000000057508 T eth_send
000000000005758c T eth_rx
0000000000057664 T eth_initialize
00000000000577b0 t eth_write_hwaddr
0000000000057884 t eth_post_bind
00000000000578cc t eth_pre_unbind
0000000000057904 t eth_post_probe
0000000000057b50 t eth_pre_remove
0000000000057b9c T eth_env_get_enetaddr_by_index
0000000000057bf4 T eth_env_set_enetaddr_by_index
0000000000057c4c T eth_common_init
0000000000057c50 T eth_mac_skip
0000000000057c9c T eth_current_changed
0000000000057d54 T eth_get_name
0000000000057d80 T eth_try_another
0000000000057df8 T eth_set_current
0000000000057e7c T ndisc_request
0000000000058010 T ndisc_timeout_check
00000000000580a8 T ndisc_init
0000000000058114 T process_ra
0000000000058204 T ndisc_receive
00000000000584f0 t on_ipaddr
0000000000058518 t on_gatewayip
0000000000058540 t on_netmask
0000000000058568 t on_serverip
0000000000058590 t on_nvlan
00000000000585e8 t on_vlan
0000000000058640 T net_auto_load
00000000000586ac t net_check_prereq
0000000000058850 T net_init
00000000000588fc t net_init_loop
0000000000058988 T net_loop
0000000000058c9c T net_start_again
0000000000058df8 T net_set_timeout_handler
0000000000058e68 t start_again_timeout_handler
0000000000058e78 T net_set_udp_handler
0000000000058e94 T net_get_udp_handler
0000000000058ea0 t dummy_handler
0000000000058ea4 T net_get_arp_handler
0000000000058eb0 T net_get_async_tx_pkt_buf
0000000000058ee0 T net_send_udp_packet
0000000000058f10 T net_send_ip_packet
0000000000059094 T net_send_tcp_packet
00000000000590e0 T net_set_ether
0000000000059188 T net_set_udp_header
0000000000059228 T net_set_ip_header
00000000000592f4 T net_process_received_packet
00000000000595cc t receive_icmp
0000000000059610 T net_eth_hdr_size
0000000000059630 T net_update_ether
00000000000596d0 T copy_filename
0000000000059738 T net_parse_bootfile
00000000000597e0 T ip_to_string
0000000000059808 t on_ip6addr
00000000000598ac t on_gatewayip6
00000000000598ec t on_serverip6
000000000005992c T ip6_is_unspecified_addr
00000000000599bc T ip6_is_our_addr
0000000000059a10 T ip6_make_eui
0000000000059a64 T ip6_make_lladdr
0000000000059ac4 T ip6_make_snma
0000000000059b24 T ip6_make_mult_ethdstaddr
0000000000059b44 T ip6_addr_in_subnet
0000000000059ba8 T csum_partial
0000000000059c70 T csum_ipv6_magic
0000000000059e08 T ip6_add_hdr
0000000000059e78 T udp6_add_hdr
0000000000059f24 T net_send_ip_packet6
000000000005a174 T net_send_udp_packet6
000000000005a1a0 T net_send_tcp_packet6
000000000005a1ec T net_ip6_handler
000000000005a458 T ping_start
000000000005a56c t ping_timeout_handler
000000000005a58c T ping_receive
000000000005a6dc T ip6_make_ping
000000000005a7b0 T ping6_send
000000000005a840 T ping6_start
000000000005a874 t ping6_timeout
000000000005a894 T ping6_receive
000000000005a968 T tftp_start
000000000005ae6c t tftp_timeout_handler
000000000005aef0 t tftp_handler
000000000005b374 t tftp_send
000000000005b604 t update_block_number
000000000005b6c0 t tftp_complete
000000000005b75c T fastboot_udp_start_server
000000000005b7c8 t fastboot_timed_send_info
000000000005b920 t fastboot_handler
000000000005ba7c t fastboot_send
000000000005bdd0 T fastboot_tcp_start_server
000000000005be34 t fastboot_tcp_reset_state
000000000005bed8 t fastboot_tcp_handler_ipv4
000000000005bf04 t fastboot_tcp_handler_ipv6
000000000005bf38 t fastboot_tcp_handler
000000000005c2bc t fastboot_tcp_reset
000000000005c2e8 t fastboot_tcp_send_packet
000000000005c368 t fastboot_tcp_answer
000000000005c3d0 t fastboot_tcp_send_message
000000000005c470 T udp_prereq
000000000005c490 T udp_start
000000000005c4a0 T tcp_set_tcp_state
000000000005c4b8 T tcp_update_last_connection_data_frame_time
000000000005c4d8 T tcp_set_tcp_handler
000000000005c4f4 t dummy_handler
000000000005c4f8 T tcp_set_pseudo_header
000000000005c584 T net_set_ack_options
000000000005c7e4 T tcp_sent_state_machine
000000000005c88c T net_set_tcp_header_common
000000000005ca64 T net_set_tcp_header
000000000005caf8 T tcp_hole
000000000005cca0 T tcp_parse_options
000000000005ccfc T tcp_state_machine
000000000005cff8 T rxhand_tcp_f
000000000005d2f8 T net_set_tcp_handler6
000000000005d314 t dummy_handler
000000000005d318 T net_set_tcp_header6
000000000005d3cc T rxhand_tcp6
000000000005d5c0 R __splash_u_boot_logo_begin
000000000005f0d4 R __splash_u_boot_logo_end
000000000005f200 R avb_pubkey_size
000000000005f208 r baudrate_table
000000000005f230 r blk_part_ops
000000000005f258 r block_io_disk_template
000000000005f288 r boot_os
000000000005f318 r commands
000000000005f468 r LZ4_decompress_generic.dec64table
000000000005f488 r sha256_h0
000000000005f4c8 r LZ4_decompress_generic.inc32table
000000000005f4e8 r driver_ops
000000000005f508 r efi_blk_ops
000000000005f530 R efi_device_path_to_text
000000000005f540 R efi_device_path_utilities
000000000005f580 r efi_file_handle_protocol
000000000005f5f8 R efi_hii_database
000000000005f650 R efi_hii_string
000000000005f678 r efi_lf2_protocol
000000000005f680 r efi_rng_protocol
000000000005f690 R efi_unicode_collation_protocol2
000000000005f6c8 r fastboot_boot.bootm_args
000000000005f6e0 r fastboot_set_reboot_flag.commands
000000000005f700 r fastboot_set_reboot_flag.recovery
000000000005f720 r fdt_errtable
000000000005f7c0 r fdt_src_name
000000000005f7e8 r fields
000000000005f808 r fstypes
000000000005f9a0 r getvar_dispatch
000000000005fa60 r image_comp
000000000005fb08 r init_sequence_f
000000000005fc90 r list_guid
000000000005fdc8 r maintenance_menu_items
000000000005fe40 r name_type
000000000005ff00 r ns16550_serial_ids
000000000005ff60 R ns16550_serial_ops
000000000005ffa8 R op_adv
0000000000060128 r op_table
00000000000601f8 r pci_bridge_ids
0000000000060218 r pci_bridge_ops
0000000000060228 r pci_generic_ecam_ids
0000000000060258 r pci_generic_ecam_ops
0000000000060268 r pci_generic_ids
0000000000060288 r pl01x_serial_id
00000000000602b8 r pl01x_serial_ops
0000000000060300 r pl031_ids
0000000000060320 r pl031_ops
0000000000060358 r psci_of_match
0000000000060398 r qfw_bootdev_ids
00000000000603b8 r qfw_bootmeth_ids
00000000000603d8 r qfw_mmio_ids
00000000000603f8 r reserved_list
0000000000060500 r sha512_h0
0000000000060540 r sha512_k
00000000000607c0 r smbios_write_funcs
0000000000060830 r smccc_trng_ops
0000000000060838 r uclass_idname_str
0000000000060918 r uimage_comp
00000000000609d8 r uimage_os
0000000000060b10 r uimage_type
0000000000060f48 r virtio_blk_ops
0000000000060f70 r virtio_bootdev_ids
0000000000060f90 r virtio_console_serial_ops
0000000000060fd8 r virtio_drv_name
0000000000061000 r virtio_mmio_ids
0000000000061020 r virtio_mmio_ops
0000000000061078 r virtio_net_ops
00000000000610d8 r virtio_pci_ops
0000000000061130 r weekdays
0000000000061174 r color
00000000000611b4 r colours
00000000000612a4 r env_flags_varaccess_mask
00000000000612c4 r number.digits
00000000000612d4 R efi_block_io_guid
00000000000612e4 R efi_file_info_guid
00000000000612f4 R efi_file_system_info_guid
0000000000061304 R efi_global_variable_guid
0000000000061314 r efi_gop_guid
0000000000061324 R efi_guid_bootmenu_auto_generated
0000000000061334 R efi_guid_device_path
0000000000061344 R efi_guid_device_path_to_text_protocol
0000000000061354 R efi_guid_device_path_utilities_protocol
0000000000061364 R efi_guid_driver_binding_protocol
0000000000061374 R efi_guid_dt_fixup_protocol
0000000000061384 R efi_guid_event_group_before_exit_boot_services
0000000000061394 R efi_guid_event_group_exit_boot_services
00000000000613a4 R efi_guid_event_group_memory_map_change
00000000000613b4 R efi_guid_event_group_reset_system
00000000000613c4 R efi_guid_fdt
00000000000613d4 R efi_guid_hii_database_protocol
00000000000613e4 R efi_guid_hii_string_protocol
00000000000613f4 R efi_guid_image_security_database
0000000000061404 R efi_guid_load_file2_protocol
0000000000061414 R efi_guid_load_file_protocol
0000000000061424 R efi_guid_loaded_image
0000000000061434 R efi_guid_loaded_image_device_path
0000000000061444 R efi_guid_rng_protocol
0000000000061454 R efi_guid_text_input_ex_protocol
0000000000061464 R efi_guid_text_input_protocol
0000000000061474 R efi_guid_text_output_protocol
0000000000061484 R efi_guid_unicode_collation_protocol2
0000000000061494 R efi_lf2_initrd_guid
00000000000614a4 r efi_net_guid
00000000000614b4 r efi_pxe_base_code_protocol_guid
00000000000614c4 r efi_rt_properties_table_guid
00000000000614d4 R efi_simple_file_system_protocol_guid
00000000000614e4 R efi_system_partition_guid
00000000000614f4 R efi_system_volume_label_id
0000000000061504 R efi_u_boot_guid
0000000000061514 r feature
0000000000061518 r feature
000000000006151c r feature_legacy
0000000000061520 r month_offset
0000000000061550 r partition_basic_data_guid
0000000000061560 r sha256_k
0000000000061660 r shim_lock_guid
0000000000061670 R smbios_guid
0000000000061680 r system_guid
0000000000061728 R END
000000000006172c r capitalization_table
00000000000625fc R codepage_437
0000000000062744 r distfix
00000000000627c4 r dp_lf2_handle
000000000006285c r inflate.order
0000000000062882 r inflate_table.dbase
00000000000628c2 r inflate_table.dext
0000000000062902 r inflate_table.lbase
0000000000062940 r inflate_table.lext
000000000006297e r lenfix
0000000000063340 r LONG_ONLY_CHARS
0000000000063347 R _ctype
0000000000063451 r android_bootloader_boot_flow.km_name
0000000000063466 R avb_pubkey
0000000000063883 r bootefi_help_text
0000000000063994 r booti_help_text
0000000000063c6c r bootm_help_text
0000000000064004 r bootz_help_text
000000000006422a R default_environment
00000000000643dc r dm_help_text
00000000000645c6 r env_flags_varaccess_rep
00000000000645cb r env_flags_vartype_rep
00000000000645d2 r env_help_text
00000000000647a0 r erase_seq
00000000000647ac r extract_keymint_relevant_data.boot_patchlevel_key
00000000000647d2 r extract_keymint_relevant_data.system_patchlevel_key
00000000000647fa r extract_keymint_relevant_data.system_version_key
000000000006481e r extract_keymint_relevant_data.vendor_patchlevel_key
0000000000064869 R hex_asc
000000000006487a r illegal
00000000000648b4 R net_bcast_ethaddr
00000000000648d7 R net_null_addr_ip6
00000000000648e7 R net_null_ethaddr
00000000000648ed r padding_RSA2048_SHA256
00000000000649cd r padding_RSA2048_SHA512
0000000000064a8d r padding_RSA4096_SHA256
0000000000064c6d r padding_RSA4096_SHA512
0000000000064e2d r padding_RSA8192_SHA256
000000000006520d r padding_RSA8192_SHA512
00000000000655d3 r print_size.names
00000000000655d9 r rtc_days_in_month
00000000000655e9 r source_help_text
00000000000722e3 r tab_seq
0000000000072306 R version_string
00000000000723b0 d crosvm_arm64_mem_map
0000000000072430 D mem_map
0000000000072438 d qfw_bootmeth_ops
0000000000072468 D image_load_addr
0000000000072470 d cmd_bootm_sub
0000000000072668 d partition
0000000000072670 d cmd_bcb_sub
00000000000727c0 d default_tm
00000000000727e8 d dm_subcmds
0000000000072938 D eficonfig_menu_desc
0000000000072940 d select_file_menu_items
0000000000072988 d cmd_net
00000000000729f8 d fwcfg_commands
0000000000072aa0 d fastboot_help_text
0000000000072b60 d cmd_avb
0000000000072d58 d env_id
0000000000072d60 d cmd_env_sub
0000000000072ee8 d init_sequence_r
0000000000072ff8 d hist_cur
0000000000073000 d av_
0000000000073810 d trim_threshold
0000000000073818 d sbrk_base
0000000000073820 d _stats
0000000000073838 d block_cache
0000000000073848 d root_info
0000000000073858 d psci_sysreset_ops
0000000000073870 d virtio_pci_supported
0000000000074090 D console_ops
00000000000740f8 d fonts
0000000000074138 d video_fontdata_8x16
0000000000075138 d bochs_video_supported
0000000000075178 D qfw_bootdev_ops
0000000000075180 d qfw_mmio_ops
0000000000075190 D env_htab
00000000000751a8 D efi_obj_list
00000000000751b8 d entry_count
00000000000751c0 d efi_register_notify_events
00000000000751d0 d efi_boot_services
0000000000075348 d efi_event_queue
0000000000075358 d efi_tpl
0000000000075360 d efi_cout_modes
00000000000753a8 d efi_con_mode
00000000000753c0 D efi_con_out
0000000000075410 D efi_con_in
0000000000075428 d efi_con_in_ex
0000000000075458 d cin_notify_functions
0000000000075468 D efi_dt_fixup_prot
0000000000075478 d efi_package_lists
0000000000075488 d efi_keyboard_layout_list
0000000000075498 d efi_mem
00000000000754a8 D efi_obj_list_initialized
00000000000754b0 D efi_system_partition
00000000000754c0 d algorithm_data
0000000000075568 d y
000000000007556c D net_our_vlan
0000000000075570 D net_native_vlan
0000000000075574 D tftp_timeout_count_max
0000000000075578 d tftp_block_size_option
000000000007557c d tftp_window_size_option
0000000000075580 d timeout_ms
0000000000075588 d timeout_count_max
000000000007558c d tftp_block_size
0000000000075590 d sequence_number
0000000000075594 d fastboot_send.cmd
0000000000075598 D _u_boot_list_2_arm_smccc_feature_2_smccc_trng
00000000000755a8 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
00000000000755c0 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
00000000000755d8 D _u_boot_list_2_cmd_2_ab_select
00000000000755d8 d complete_cmdv.start
00000000000755d8 d complete_cmdv.start.17
00000000000755d8 d do_help.start
00000000000755d8 d do_help.start.6
00000000000755d8 d find_cmd.start
00000000000755d8 d find_cmd.start.2
0000000000075610 D _u_boot_list_2_cmd_2_avb
0000000000075648 D _u_boot_list_2_cmd_2_bcb
0000000000075680 D _u_boot_list_2_cmd_2_boot
00000000000756b8 D _u_boot_list_2_cmd_2_boot_android
00000000000756f0 D _u_boot_list_2_cmd_2_bootd
0000000000075728 D _u_boot_list_2_cmd_2_bootefi
0000000000075760 D _u_boot_list_2_cmd_2_booti
0000000000075798 D _u_boot_list_2_cmd_2_bootm
00000000000757d0 D _u_boot_list_2_cmd_2_bootp
0000000000075808 D _u_boot_list_2_cmd_2_bootz
0000000000075840 D _u_boot_list_2_cmd_2_cls
0000000000075878 D _u_boot_list_2_cmd_2_date
00000000000758b0 D _u_boot_list_2_cmd_2_dm
00000000000758e8 D _u_boot_list_2_cmd_2_echo
0000000000075920 D _u_boot_list_2_cmd_2_eficonfig
0000000000075958 D _u_boot_list_2_cmd_2_env
0000000000075990 D _u_boot_list_2_cmd_2_exit
00000000000759c8 D _u_boot_list_2_cmd_2_false
0000000000075a00 D _u_boot_list_2_cmd_2_fastboot
0000000000075a38 D _u_boot_list_2_cmd_2_fatinfo
0000000000075a70 D _u_boot_list_2_cmd_2_fatload
0000000000075aa8 D _u_boot_list_2_cmd_2_fatls
0000000000075ae0 D _u_boot_list_2_cmd_2_fatmkdir
0000000000075b18 D _u_boot_list_2_cmd_2_fatrm
0000000000075b50 D _u_boot_list_2_cmd_2_fatsize
0000000000075b88 D _u_boot_list_2_cmd_2_fatwrite
0000000000075bc0 D _u_boot_list_2_cmd_2_fstype
0000000000075bf8 D _u_boot_list_2_cmd_2_fstypes
0000000000075c30 D _u_boot_list_2_cmd_2_gpt
0000000000075c68 D _u_boot_list_2_cmd_2_help
0000000000075ca0 D _u_boot_list_2_cmd_2_itest
0000000000075cd8 D _u_boot_list_2_cmd_2_lcdputs
0000000000075d10 D _u_boot_list_2_cmd_2_ln
0000000000075d48 D _u_boot_list_2_cmd_2_load
0000000000075d80 D _u_boot_list_2_cmd_2_ls
0000000000075db8 D _u_boot_list_2_cmd_2_net
0000000000075df0 D _u_boot_list_2_cmd_2_panic
0000000000075e28 D _u_boot_list_2_cmd_2_part
0000000000075e60 D _u_boot_list_2_cmd_2_ping
0000000000075e98 D _u_boot_list_2_cmd_2_ping6
0000000000075ed0 D _u_boot_list_2_cmd_2_printenv
0000000000075f08 D _u_boot_list_2_cmd_2_qfw
0000000000075f40 D _u_boot_list_2_cmd_2_question_mark
0000000000075f78 D _u_boot_list_2_cmd_2_read
0000000000075fb0 D _u_boot_list_2_cmd_2_reset
0000000000075fe8 D _u_boot_list_2_cmd_2_run
0000000000076020 D _u_boot_list_2_cmd_2_save
0000000000076058 D _u_boot_list_2_cmd_2_setcurs
0000000000076090 D _u_boot_list_2_cmd_2_setenv
00000000000760c8 D _u_boot_list_2_cmd_2_setexpr
0000000000076100 D _u_boot_list_2_cmd_2_showvar
0000000000076138 D _u_boot_list_2_cmd_2_size
0000000000076170 D _u_boot_list_2_cmd_2_sleep
00000000000761a8 D _u_boot_list_2_cmd_2_source
00000000000761e0 D _u_boot_list_2_cmd_2_test
0000000000076218 D _u_boot_list_2_cmd_2_tftpboot
0000000000076250 D _u_boot_list_2_cmd_2_true
0000000000076288 D _u_boot_list_2_cmd_2_verified_boot_android
00000000000762c0 D _u_boot_list_2_cmd_2_version
00000000000762f8 D _u_boot_list_2_cmd_2_virtio
0000000000076330 D _u_boot_list_2_driver_2_blk_partition
0000000000076330 d complete_cmdv.end
0000000000076330 d dm_dump_driver_compat.start
0000000000076330 d dm_dump_driver_compat.start.3
0000000000076330 d dm_dump_drivers.start
0000000000076330 d dm_dump_drivers.start.11
0000000000076330 d do_help.end
0000000000076330 d efi_driver_init.start
0000000000076330 d find_cmd.end
0000000000076330 d lists_bind_fdt.start
0000000000076330 d lists_bind_fdt.start.3
0000000000076330 d lists_driver_lookup_name.start
0000000000076330 d lists_driver_lookup_name.start.1
00000000000763a8 D _u_boot_list_2_driver_2_bochs_video
0000000000076420 D _u_boot_list_2_driver_2_bootmeth_qfw
0000000000076498 D _u_boot_list_2_driver_2_efi_blk
0000000000076510 D _u_boot_list_2_driver_2_efi_block
0000000000076588 D _u_boot_list_2_driver_2_ns16550_serial
0000000000076600 D _u_boot_list_2_driver_2_pci_bridge_drv
0000000000076678 D _u_boot_list_2_driver_2_pci_generic_drv
00000000000766f0 D _u_boot_list_2_driver_2_pci_generic_ecam
0000000000076768 D _u_boot_list_2_driver_2_psci
00000000000767e0 D _u_boot_list_2_driver_2_psci_sysreset
0000000000076858 D _u_boot_list_2_driver_2_qfw_bootdev
00000000000768d0 D _u_boot_list_2_driver_2_qfw_mmio
0000000000076948 D _u_boot_list_2_driver_2_root_driver
00000000000769c0 D _u_boot_list_2_driver_2_rtc_pl031
0000000000076a38 D _u_boot_list_2_driver_2_serial_pl01x
0000000000076ab0 D _u_boot_list_2_driver_2_smccc_trng
0000000000076b28 D _u_boot_list_2_driver_2_vidconsole_normal
0000000000076ba0 D _u_boot_list_2_driver_2_virtio_blk
0000000000076c18 D _u_boot_list_2_driver_2_virtio_bootdev
0000000000076c90 D _u_boot_list_2_driver_2_virtio_console
0000000000076d08 D _u_boot_list_2_driver_2_virtio_mmio
0000000000076d80 D _u_boot_list_2_driver_2_virtio_net
0000000000076df8 D _u_boot_list_2_driver_2_virtio_pci_modern
0000000000076e70 D _u_boot_list_2_env_clbk_2_baudrate
0000000000076e70 d bind_drivers_pass.end
0000000000076e70 d bind_drivers_pass.start
0000000000076e70 d bind_drivers_pass.start.14
0000000000076e70 d dm_dump_driver_compat.end
0000000000076e70 d dm_dump_drivers.end
0000000000076e70 d dm_dump_static_driver_info.end
0000000000076e70 d dm_dump_static_driver_info.start
0000000000076e70 d dm_dump_static_driver_info.start.19
0000000000076e70 d efi_driver_init.end
0000000000076e70 d find_env_callback.start
0000000000076e70 d find_env_callback.start.3
0000000000076e70 d lists_bind_fdt.end
0000000000076e70 d lists_driver_lookup_name.end
0000000000076e80 D _u_boot_list_2_env_clbk_2_callbacks
0000000000076e90 D _u_boot_list_2_env_clbk_2_console
0000000000076ea0 D _u_boot_list_2_env_clbk_2_ethaddr
0000000000076eb0 D _u_boot_list_2_env_clbk_2_flags
0000000000076ec0 D _u_boot_list_2_env_clbk_2_gatewayip
0000000000076ed0 D _u_boot_list_2_env_clbk_2_gatewayip6
0000000000076ee0 D _u_boot_list_2_env_clbk_2_ip6addr
0000000000076ef0 D _u_boot_list_2_env_clbk_2_ipaddr
0000000000076f00 D _u_boot_list_2_env_clbk_2_loadaddr
0000000000076f10 D _u_boot_list_2_env_clbk_2_netmask
0000000000076f20 D _u_boot_list_2_env_clbk_2_nvlan
0000000000076f30 D _u_boot_list_2_env_clbk_2_serverip
0000000000076f40 D _u_boot_list_2_env_clbk_2_serverip6
0000000000076f50 D _u_boot_list_2_env_clbk_2_vlan
0000000000076f60 D _u_boot_list_2_env_driver_2_nowhere
0000000000076f60 d _env_driver_lookup.start
0000000000076f60 d _env_driver_lookup.start.11
0000000000076f60 d env_select.start
0000000000076f60 d env_select.start.8
0000000000076f60 d find_env_callback.end
0000000000076f90 D _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
0000000000076f90 d _env_driver_lookup.end
0000000000076f90 d env_select.end
0000000000076f90 d event_show_spy_list.start
0000000000076f90 d event_show_spy_list.start.4
0000000000076f90 d notify_static.start
0000000000076f90 d notify_static.start.11
0000000000076fa0 D _u_boot_list_2_part_driver_2_a_efi
0000000000076fa0 d do_part_types.start
0000000000076fa0 d do_part_types.start.20
0000000000076fa0 d event_show_spy_list.end
0000000000076fa0 d fit_loadable_process.start
0000000000076fa0 d fit_loadable_process.start.27
0000000000076fa0 d notify_static.end
0000000000076fa0 d part_driver_get_count.start
0000000000076fa0 d part_driver_get_first.start
0000000000076fa0 d part_driver_get_type.start
0000000000076fa0 d part_driver_get_type.start.62
0000000000076fa0 d part_driver_lookup_type.start
0000000000076fa0 d part_driver_lookup_type.start.46
0000000000076fa0 d part_get_type_by_name.start
0000000000076fa0 d part_get_type_by_name.start.1
0000000000076fa0 d part_init.start
0000000000076fa0 d part_init.start.19
0000000000076fc8 D _u_boot_list_2_part_driver_2_dos
0000000000076ff0 D _u_boot_list_2_pci_driver_entry_2_bochs_video
0000000000076ff0 d do_part_types.end
0000000000076ff0 d part_driver_get_count.end
0000000000076ff0 d part_driver_get_type.end
0000000000076ff0 d part_driver_lookup_type.end
0000000000076ff0 d part_get_type_by_name.end
0000000000076ff0 d part_init.end
0000000000076ff0 d pci_find_and_bind_driver.start
0000000000076ff0 d pci_find_and_bind_driver.start.14
0000000000077000 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
0000000000077010 D _u_boot_list_2_uclass_driver_2_backlight
0000000000077010 d lists_uclass_lookup.start
0000000000077010 d lists_uclass_lookup.start.2
0000000000077010 d pci_find_and_bind_driver.end
0000000000077088 D _u_boot_list_2_uclass_driver_2_blk
0000000000077100 D _u_boot_list_2_uclass_driver_2_efi
0000000000077178 D _u_boot_list_2_uclass_driver_2_ethernet
00000000000771f0 D _u_boot_list_2_uclass_driver_2_firmware
0000000000077268 D _u_boot_list_2_uclass_driver_2_nop
00000000000772e0 D _u_boot_list_2_uclass_driver_2_panel
0000000000077358 D _u_boot_list_2_uclass_driver_2_partition
00000000000773d0 D _u_boot_list_2_uclass_driver_2_pci
0000000000077448 D _u_boot_list_2_uclass_driver_2_pci_generic
00000000000774c0 D _u_boot_list_2_uclass_driver_2_qfw
0000000000077538 D _u_boot_list_2_uclass_driver_2_rng
00000000000775b0 D _u_boot_list_2_uclass_driver_2_root
0000000000077628 D _u_boot_list_2_uclass_driver_2_rtc
00000000000776a0 D _u_boot_list_2_uclass_driver_2_serial
0000000000077718 D _u_boot_list_2_uclass_driver_2_sysreset
0000000000077790 D _u_boot_list_2_uclass_driver_2_vidconsole
0000000000077808 D _u_boot_list_2_uclass_driver_2_video
0000000000077880 D _u_boot_list_2_uclass_driver_2_virtio
00000000000778f8 D __efi_runtime_rel_start
00000000000778f8 D __efi_runtime_rel_stop
00000000000778f8 D __image_copy_end
00000000000778f8 D __rel_dyn_start
00000000000778f8 d lists_uclass_lookup.end
00000000000819a0 D __bss_start
00000000000819a0 D __rel_dyn_end
00000000000819a0 D _end
00000000000819c0 B images
0000000000081e20 b get_console.console
0000000000081e28 b block
0000000000081e30 b partition_data
0000000000081f00 b bcb
0000000000082700 b image_addr
0000000000082708 b image_size
0000000000082710 b bootefi_device_path
0000000000082718 b bootefi_image_path
0000000000082720 b avail_row
0000000000082724 b eficonfig_init.init
0000000000082728 b cin
0000000000082730 b cout
0000000000082738 b qfw_dev
0000000000082740 b virtio_curr_dev
0000000000082748 b avb_ops
0000000000082750 b top_vars
0000000000082758 b last_return_code
000000000008275c b get_dollar_var.buf
0000000000082784 b flag_repeat
0000000000082788 b ifs
0000000000082790 b map
0000000000082890 b do_repeat
0000000000082894 b get_user_input.the_command
0000000000082c98 b stored_bootdelay
0000000000082ca0 B monitor_flash_len
0000000000082ca8 b hist_num
0000000000082cac b hist_max
0000000000082cb0 b hist_add_idx
0000000000082cb8 b hist_list
0000000000082d58 B console_buffer
000000000008315c b cli_readline_into_buffer.initted
000000000008315d b hist_lines
0000000000088174 b ctrlc_disabled
0000000000088178 b ctrlc_was_pressed
0000000000088180 B console_devices
0000000000088198 B cd_count
00000000000881a8 b tstcdev
00000000000881b0 B mem_malloc_start
00000000000881b8 B mem_malloc_end
00000000000881c0 B mem_malloc_brk
00000000000881c8 b top_pad
00000000000881d0 b current_mallinfo.0
00000000000881d8 b max_sbrked_mem
00000000000881e0 b max_total_mem
00000000000881e8 B stdio_devices
0000000000088200 b devs
0000000000088278 b env_complete_buf
0000000000088478 b tmp_buf
0000000000088880 b sector_buf
0000000000188880 b print_efiname.name
00000000001888a8 B virtio_bootdev_ops
00000000001888b0 b virtio_pci_bind.num_devs
00000000001888b8 B fastboot_progress_callback
00000000001888c0 b fastboot_boot.boot_addr_start
00000000001888d8 B fastboot_buf_addr
00000000001888e0 B fastboot_buf_size
00000000001888e4 b fastboot_bytes_expected
00000000001888e8 b fastboot_bytes_received
00000000001888ec b image_size
00000000001888f0 b first_call
00000000001888f8 b flags_list
0000000000188900 b first_call
0000000000188908 b callback_list
0000000000188910 b fs_type
0000000000188918 b fs_dev_desc
0000000000188920 b fs_partition
00000000001889c8 b fs_dev_part
00000000001889d0 b cur_dev
00000000001889d8 b cur_part_info
0000000000188a80 b total_sector
0000000000188a88 b get_set_cluster.tmpbuf_cluster
0000000000188a90 b bs
0000000000188a98 b rs
0000000000188aa0 b efi_gd
0000000000188aa8 b app_gd
0000000000188ab0 b timers_enabled
0000000000188ab8 b current_image
0000000000188ac0 B efi_st_keep_devices
0000000000188ac8 b efi_get_next_monotonic_count.mono
0000000000188ad0 b uart_obj
0000000000188b00 b console_timer_event
0000000000188b08 b key_available
0000000000188b0c b next_key
0000000000188b18 B efi_memory_map_key
0000000000188b20 B efi_root
0000000000188b28 b watchdog_timer_event
0000000000188b30 b dhcp_ack
0000000000188b38 b netobj
0000000000188b40 b transmit_buffer
0000000000188b48 b receive_buffer
0000000000188b50 b receive_lengths
0000000000188b58 b wait_for_packet
0000000000188b60 b network_timer_event
0000000000188b68 b rx_packet_num
0000000000188b70 b new_tx_packet
0000000000188b78 b rx_packet_idx
0000000000188b80 b efi_initrd_handle
0000000000188b88 B errno
0000000000188b8c b local_toa
0000000000188ba2 b _semihosting_enabled
0000000000188ba8 B arp_wait_packet_ethaddr
0000000000188bb0 B net_arp_wait_packet_ip
0000000000188bb4 b net_arp_wait_reply_ip.0
0000000000188bb8 B arp_wait_tx_packet_size
0000000000188bbc b arp_tx_packet_buf
0000000000189200 B arp_tx_packet
0000000000189208 B arp_wait_timer_start
0000000000189210 B arp_wait_try
0000000000189214 B net_nis_domain
0000000000189234 B net_hostname
0000000000189254 B net_root_path
0000000000189294 B bootp_num_ids
0000000000189298 B bootp_try
00000000001892a0 B bootp_start
00000000001892a8 B bootp_timeout
00000000001892b0 b time_taken_max
00000000001892b8 B bootp_ids
00000000001892c8 b eth_errno
00000000001892d0 b eth_try_another.first_failed
00000000001892d8 b eth_set_current.act
00000000001892e0 b eth_set_current.env_changed_id
00000000001892e4 B net_nd_sol_packet_ip6
00000000001892f8 B net_nd_timer_start
0000000000189300 B net_nd_try
0000000000189308 B net_nd_packet_mac_out
0000000000189310 B net_nd_tx_packet
0000000000189318 B net_nd_tx_packet_size
000000000018931c b net_nd_packet_buf
000000000018995c b net_nd_rep_packet_ip6
0000000000189970 B push_packet
0000000000189978 b net_init.first_call
0000000000189979 b net_pkt_buf
000000000018b7c0 B net_tx_packet
000000000018b7c8 B net_rx_packets
000000000018b7e8 B net_state
000000000018b7ec b net_restarted
000000000018b7f0 b net_dev_exists
000000000018b7f4 b net_try_count
000000000018b7f8 B net_boot_file_size
000000000018b7fc B net_ip
000000000018b800 b time_start
000000000018b808 b time_handler
000000000018b810 b time_delta
000000000018b818 B net_restart_wrap
000000000018b820 b udp_packet_handler
000000000018b828 b arp_packet_handler
000000000018b830 B net_server_ethaddr
000000000018b838 B net_server_ip
000000000018b840 B net_rx_packet
000000000018b848 B net_rx_packet_len
000000000018b84c B net_ethaddr
000000000018b854 b net_ip_id
000000000018b858 B net_boot_file_name
000000000018bc58 B net_netmask
000000000018bc5c B net_gateway
000000000018bc60 B net_dns_server
000000000018bc64 B net_boot_file_name_explicit
000000000018bc68 B net_boot_file_expected_size_in_blocks
000000000018bc6c B net_gateway6
000000000018bc7c B net_ip6
000000000018bc8c B net_link_local_ip6
000000000018bc9c B net_server_ip6
000000000018bcac B net_prefix_length
000000000018bcb0 B use_ip6
000000000018bcb4 B net_ping_ip
000000000018bcb8 b ping_seq_number
000000000018bcbc b seq_no
000000000018bcc0 B net_ping_ip6
000000000018bcd0 b saved_tftp_block_size_option
000000000018bcd4 b tftp_remote_ip6
000000000018bce4 b tftp_remote_ip
000000000018bce8 b tftp_filename
000000000018bd68 b default_filename
000000000018bd78 b tftp_load_addr
000000000018bd80 b tftp_state
000000000018bd88 b time_start
000000000018bd90 b tftp_remote_port
000000000018bd94 b timeout_count
000000000018bd98 b tftp_our_port
000000000018bda0 b tftp_cur_block
000000000018bda8 b tftp_windowsize
000000000018bdac b tftp_last_nack
000000000018bdb0 b tftp_load_size
000000000018bdb8 b tftp_next_ack
000000000018bdc0 b tftp_prev_block
000000000018bdc8 b tftp_block_wrap
000000000018bdd0 b tftp_block_wrap_offset
000000000018bdd8 b fastboot_our_port
000000000018bde0 b fastboot_timed_send_info.start
000000000018bde8 b last_packet_len
000000000018bdec b last_packet
000000000018c1ec b fastboot_remote_ip.0
000000000018c1f0 b fastboot_remote_port
000000000018c1f4 b fastboot_send.command
000000000018c235 b fastboot_send.pending_command
000000000018c238 b state
000000000018c23c b command
000000000018c27d b response
000000000018c2c0 b curr_header_buffer
000000000018c2c8 b curr_sport
000000000018c2cc b curr_dport
000000000018c2d0 b curr_tcp_seq_num
000000000018c2d4 b curr_tcp_ack_num
000000000018c2d8 b curr_request_len
000000000018c2e0 b curr_chunk_size
000000000018c2e8 b curr_chunk_downloaded
000000000018c2f0 b curr_header_downloaded
000000000018c2f8 b command_handled_id
000000000018c2fc b command_handled_success
000000000018c2fd b is_ipv6
000000000018c300 b ip_header_size
000000000018c308 b udp_ops
000000000018c310 b current_tcp_state
000000000018c314 b tcp_last_connection_data_frame
000000000018c318 b tcp_packet_handler
000000000018c320 b loc_timestamp
000000000018c324 b rmt_timestamp
000000000018c328 b tcp_lost
000000000018c34c b tcp_activity_count
000000000018c350 b tcp_ack_edge
000000000018c354 b prev_len
000000000018c358 b sack_idx
000000000018c35c b edge_a
000000000018c4e0 b tcp6_packet_handler
000000000018c4e8 D __bss_end