summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_x86_64/System.map
blob: ace59135bc3b6629c105079cc3eb242d2247eea8 (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
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
0000f800 T start16
0000f831 t ff
0000f83a t code32start
0000f840 t idt_ptr
0000f846 t gdt_ptr
0000f850 T gdt_rom
0000fff0 t reset_vector
fff00000 A __text_start
fff00000 T _x86boot_start
fff0001c T _start
fff0003f T car_init_ret
fff00076 T board_init_f_r_trampoline
fff00082 t die
fff00088 W car_uninit
fff00089 t blank_idt_ptr
fff00090 t multiboot_header
fff000b0 T efi_reset_system
fff000b0 d __efi_runtime_start
fff000cf T efi_memcpy_runtime
fff000e5 T efi_update_table_header_crc32
fff00107 W efi_get_time
fff0010d W efi_set_time
fff00113 T efi_convert_pointer
fff001c0 t efi_unimplemented
fff001c6 t efi_update_capsule_unsupported
fff001cc t efi_query_capsule_caps_unsupported
fff001d2 t efi_set_virtual_address_map_runtime
fff001d8 t efi_convert_pointer_runtime
fff001de T efi_runtime_detach
fff00224 T efi_runtime_relocate
fff0032a T efi_get_variable_runtime
fff0035d T efi_get_next_variable_name_runtime
fff0036e T efi_var_mem_find
fff00444 t efi_var_mem_compare
fff004b0 T efi_var_mem_del
fff0051f T efi_var_mem_ins
fff00617 T efi_var_mem_free
fff0063b t efi_var_mem_notify_virtual_address_map
fff0065d T efi_get_variable_mem
fff006e6 T efi_get_next_variable_name_mem
fff0078f T efi_get_variable_int
fff00794 T efi_get_next_variable_name_int
fff00799 t efi_set_variable_runtime
fff0079f t efi_query_variable_info_runtime
fff007a5 T u16_strnlen
fff007bf T crc32_no_comp
fff00882 T crc32
fff00894 t crc_table
fff00c94 t efi_events
fff00c9c t systab
fff00ce4 t firmware_vendor
fff00cfc t efi_runtime_services
fff00d4c t efi_virtmap
fff00d50 t efi_descriptor_count
fff00d54 t efi_descriptor_size
fff00d58 t efi_runtime_relocate.lastoff
fff00d5c t efi_runtime_mmio
fff00d64 t efi_var_buf
fff00d68 t efi_current_var
fff00d6c d __efi_runtime_stop
fff00d70 T x86_init_cache
fff00d70 W init_cache
fff00d7e T flush_cache
fff00d81 T flush_dcache_range
fff00d82 T invalidate_dcache_range
fff00d83 T cpu_vendor_name
fff00d9a T cpu_get_name
fff00de4 W board_final_init
fff00de5 W board_final_cleanup
fff00de6 t last_stage_init
fff00e2b T cpu_init_r
fff00e90 T reserve_arch
fff00eb2 T cpu_x86_bind
fff00f0b T cpu_x86_get_vendor
fff00f46 T cpu_x86_get_desc
fff00f73 T cpu_x86_get_count
fff00ffe T car_init
fff0100f T qemu_get_low_memory_size
fff0102f T qemu_get_high_memory_size
fff01053 T dram_init
fff010a2 T dram_init_banksize
fff0111a T board_get_usable_ram_top
fff0113c T qemu_chipset_init
fff01284 T arch_cpu_init
fff0128d T checkcpu
fff01290 T arch_early_init_r
fff0129e T arch_misc_init
fff012c5 T cpu_qemu_get_desc
fff012df t cpu_qemu_get_count
fff012fc T install_e820_map
fff013fd T lapic_setup
fff0146f T pirq_check_irq_routed
fff01517 T pirq_translate_link
fff01557 T pirq_assign_irq
fff015f4 T irq_router_probe
fff019d1 T mtrr_open
fff01a19 T mtrr_close
fff01a53 T mtrr_read_all
fff01a9d T mtrr_get_var_count
fff01aa8 T mtrr_write_all
fff01b10 T mtrr_commit
fff01c4e t h_comp_mtrr
fff01c7b T mtrr_set_valid
fff01c99 t mtrr_start_op
fff01d14 T mtrr_set
fff01d4f T mtrr_list
fff01e2d T mtrr_get_type_by_name
fff01e48 T pci_x86_read_config
fff01ea7 T pci_x86_write_config
fff01f04 T pci_assign_irqs
fff01f8a T cpu_call64
fff01fdb t code64
fff01fdb t lret_target
fff01fe0 T call64_stub_size
fff01fe4 T arch_setup_gd
fff020c0 t setup_identity
fff021d5 T x86_cpu_init_f
fff022a6 T x86_enable_caches
fff022a6 W enable_caches
fff022b4 T x86_disable_caches
fff022b4 W disable_caches
fff022c4 T dcache_status
fff022d1 T cpu_has_64bit
fff02317 T cpu_jump_to_64bit
fff0235c t build_pagetable
fff023b1 T irq_common_entry
fff023e0 T irq_0
fff023e7 T irq_1
fff023ee T irq_2
fff023f5 T irq_3
fff023fc T irq_4
fff02403 T irq_5
fff0240a T irq_6
fff02411 T irq_7
fff02418 T irq_8
fff0241f T irq_9
fff02426 T irq_10
fff0242d T irq_11
fff02434 T irq_12
fff0243b T irq_13
fff02442 T irq_14
fff02449 T irq_15
fff02450 T irq_16
fff02457 T irq_17
fff0245e T irq_18
fff02465 T irq_19
fff0246c T irq_20
fff02473 T irq_21
fff0247a T irq_22
fff02481 T irq_23
fff02488 T irq_24
fff0248f T irq_25
fff02496 T irq_26
fff0249d T irq_27
fff024a4 T irq_28
fff024ab T irq_29
fff024b2 T irq_30
fff024b9 T irq_31
fff024c0 T irq_32
fff024c7 T irq_33
fff024ce T irq_34
fff024d5 T irq_35
fff024dc T irq_36
fff024e3 T irq_37
fff024ea T irq_38
fff024f1 T irq_39
fff024f8 T irq_40
fff024ff T irq_41
fff02506 T irq_42
fff0250d T irq_43
fff02514 T irq_44
fff0251b T irq_45
fff02522 T irq_46
fff02529 T irq_47
fff02530 T irq_48
fff02537 T irq_49
fff0253e T irq_50
fff02545 T irq_51
fff0254c T irq_52
fff02553 T irq_53
fff0255a T irq_54
fff02561 T irq_55
fff02568 T irq_56
fff0256f T irq_57
fff02576 T irq_58
fff0257d T irq_59
fff02584 T irq_60
fff0258b T irq_61
fff02592 T irq_62
fff02599 T irq_63
fff025a0 T irq_64
fff025a7 T irq_65
fff025ae T irq_66
fff025b5 T irq_67
fff025bc T irq_68
fff025c3 T irq_69
fff025ca T irq_70
fff025d1 T irq_71
fff025d8 T irq_72
fff025df T irq_73
fff025e6 T irq_74
fff025ed T irq_75
fff025f4 T irq_76
fff025fb T irq_77
fff02602 T irq_78
fff02609 T irq_79
fff02610 T irq_80
fff02617 T irq_81
fff0261e T irq_82
fff02625 T irq_83
fff0262c T irq_84
fff02633 T irq_85
fff0263a T irq_86
fff02641 T irq_87
fff02648 T irq_88
fff0264f T irq_89
fff02656 T irq_90
fff0265d T irq_91
fff02664 T irq_92
fff0266b T irq_93
fff02672 T irq_94
fff02679 T irq_95
fff02680 T irq_97
fff02687 T irq_96
fff0268e T irq_98
fff02695 T irq_99
fff0269c T irq_100
fff026a3 T irq_101
fff026aa T irq_102
fff026b1 T irq_103
fff026b8 T irq_104
fff026bf T irq_105
fff026c6 T irq_106
fff026cd T irq_107
fff026d4 T irq_108
fff026db T irq_109
fff026e2 T irq_110
fff026e9 T irq_111
fff026f0 T irq_112
fff026f7 T irq_113
fff026fe T irq_114
fff02705 T irq_115
fff0270c T irq_116
fff02713 T irq_117
fff0271a T irq_118
fff02721 T irq_119
fff02728 T irq_120
fff0272f T irq_121
fff02736 T irq_122
fff0273d T irq_123
fff02744 T irq_124
fff0274b T irq_125
fff02752 T irq_126
fff02759 T irq_127
fff02760 T irq_128
fff0276a T irq_129
fff02774 T irq_130
fff0277e T irq_131
fff02788 T irq_132
fff02792 T irq_133
fff0279c T irq_134
fff027a6 T irq_135
fff027b0 T irq_136
fff027ba T irq_137
fff027c4 T irq_138
fff027ce T irq_139
fff027d8 T irq_140
fff027e2 T irq_141
fff027ec T irq_142
fff027f6 T irq_143
fff02800 T irq_144
fff0280a T irq_145
fff02814 T irq_146
fff0281e T irq_147
fff02828 T irq_148
fff02832 T irq_149
fff0283c T irq_150
fff02846 T irq_151
fff02850 T irq_152
fff0285a T irq_153
fff02864 T irq_154
fff0286e T irq_155
fff02878 T irq_156
fff02882 T irq_157
fff0288c T irq_158
fff02896 T irq_159
fff028a0 T irq_160
fff028aa T irq_161
fff028b4 T irq_162
fff028be T irq_163
fff028c8 T irq_164
fff028d2 T irq_165
fff028dc T irq_166
fff028e6 T irq_167
fff028f0 T irq_168
fff028fa T irq_169
fff02904 T irq_170
fff0290e T irq_171
fff02918 T irq_172
fff02922 T irq_173
fff0292c T irq_174
fff02936 T irq_175
fff02940 T irq_176
fff0294a T irq_177
fff02954 T irq_178
fff0295e T irq_179
fff02968 T irq_180
fff02972 T irq_181
fff0297c T irq_182
fff02986 T irq_183
fff02990 T irq_184
fff0299a T irq_185
fff029a4 T irq_186
fff029ae T irq_187
fff029b8 T irq_188
fff029c2 T irq_189
fff029cc T irq_190
fff029d6 T irq_191
fff029e0 T irq_192
fff029ea T irq_193
fff029f4 T irq_194
fff029fe T irq_195
fff02a08 T irq_196
fff02a12 T irq_197
fff02a1c T irq_198
fff02a26 T irq_199
fff02a30 T irq_200
fff02a3a T irq_201
fff02a44 T irq_202
fff02a4e T irq_203
fff02a58 T irq_204
fff02a62 T irq_205
fff02a6c T irq_206
fff02a76 T irq_207
fff02a80 T irq_208
fff02a8a T irq_209
fff02a94 T irq_210
fff02a9e T irq_211
fff02aa8 T irq_212
fff02ab2 T irq_213
fff02abc T irq_214
fff02ac6 T irq_215
fff02ad0 T irq_216
fff02ada T irq_217
fff02ae4 T irq_218
fff02aee T irq_219
fff02af8 T irq_220
fff02b02 T irq_221
fff02b0c T irq_222
fff02b16 T irq_223
fff02b20 T irq_224
fff02b2a T irq_225
fff02b34 T irq_226
fff02b3e T irq_227
fff02b48 T irq_228
fff02b52 T irq_229
fff02b5c T irq_230
fff02b66 T irq_231
fff02b70 T irq_232
fff02b7a T irq_233
fff02b84 T irq_234
fff02b8e T irq_235
fff02b98 T irq_236
fff02ba2 T irq_237
fff02bac T irq_238
fff02bb6 T irq_239
fff02bc0 T irq_240
fff02bca T irq_241
fff02bd4 T irq_242
fff02bde T irq_243
fff02be8 T irq_244
fff02bf2 T irq_245
fff02bfc T irq_246
fff02c06 T irq_247
fff02c10 T irq_248
fff02c1a T irq_249
fff02c24 T irq_250
fff02c2e T irq_251
fff02c38 T irq_252
fff02c42 T irq_253
fff02c4c T irq_254
fff02c56 T irq_255
fff02c60 T enable_interrupts
fff02c62 T disable_interrupts
fff02c72 T interrupt_init
fff02d10 T irq_llsr
fff02d4a t dump_regs
fff02ed4 T setjmp
fff02eec T longjmp
fff02f00 t nz
fff02f03 T memset
fff02f3e T memcpy
fff02f70 T memmove
fff030e5 T boot_linux_kernel
fff0314b T do_bootm_linux
fff03283 T arch_lmb_reserve
fff032a2 T efi_add_known_memory
fff0334e T init_cache_f_r
fff0336d T irq_install_handler
fff033f8 T irq_free_handler
fff03447 T do_irq
fff034bb T i8259_init
fff03529 T unmask_irq
fff0354f T mask_irq
fff03573 T specific_eoi
fff0358d T i8254_init
fff035a4 T pirq_route_irqs
fff036e3 T copy_uboot_to_ram
fff03717 T clear_bss
fff0374f T do_elf_reloc_fixups
fff0380a T write_tables
fff038d9 T zimage_get_kernel_version
fff03936 t get_boot_protocol
fff03977 T load_zimage
fff03b54 T setup_zimage
fff03e10 t zboot_load
fff03e86 T zimage_dump
fff044b7 t print_flags
fff04510 T do_zboot_parent
fff045c7 T android_bootloader_boot_kernel
fff046a6 t hex_to_str
fff046fb t complete_zboot
fff04727 t do_zboot_start
fff047e8 t do_zboot_load
fff0482a t do_zboot_setup
fff04888 t do_zboot_info
fff048aa t do_zboot_go
fff048dc t do_zboot_dump
fff0491c W board_quiesce_devices
fff0491d T bootm_find_images
fff04a24 T bootm_disable_interrupts
fff04a29 T bootm_process_cmdline
fff04a2c T do_bootm_states
fff0502e W switch_to_non_secure_mode
fff0502f W arch_preboot_os
fff05030 W board_preboot_os
fff05031 T boot_selected_os
fff0507b T bootm_os_get_boot_func
fff05083 t do_bootm_standalone
fff050b9 t qfw_bootmeth_bind
fff050cd t qfw_check
fff050ef t qfw_read_bootflow
fff0515d t qfw_read_file
fff05163 t qfw_boot
fff05197 T image_multi_getimg
fff051ee T image_decomp
fff0530f T genimg_get_os_name
fff05334 T genimg_get_comp_name
fff05359 t on_loadaddr
fff05378 T env_get_bootm_low
fff05399 T env_get_bootm_size
fff05434 T env_get_bootm_mapsize
fff0545c T memmove_wd
fff05465 T genimg_get_kernel_addr_fit
fff05476 T genimg_get_format
fff054a2 T genimg_has_config
fff054a5 T boot_get_ramdisk
fff0559b T boot_ramdisk_high
fff056a5 T boot_get_setup
fff056ab T image_setup_linux
fff0570e T image_locate_script
fff05737 T ab_select_slot
fff05bea T android_image_get_kernel
fff05bf5 T android_image_check_header
fff05bf8 T android_image_get_end
fff05bfb T android_image_get_kload
fff05bff T android_image_get_kcomp
fff05c02 T android_image_get_ramdisk
fff05c1a T android_image_get_kernel_cmdline
fff05c1e T android_image_is_bootconfig_used
fff05c29 T android_get_preloaded_partition
fff05cdb t is_same_partition
fff05d3f T android_image_load
fff062c9 t _extract_boot_image_header
fff06343 t _read_in_boot_ramdisk
fff06373 T android_image_get_second
fff06377 T android_image_get_dtb_by_index
fff0637a t android_read_data
fff0649a T android_bootloader_boot_flow
fff06d52 t do_avb_verify
fff06eee t android_part_get_info_by_name_suffix
fff06f61 t get_partition_size
fff06fdf T android_bootloader_request_response
fff07240 t console_write
fff072b4 t console_read
fff07325 T oemlock_is_allowed
fff0732f t oemlock_get_field
fff07390 T oemlock_set_locked
fff07401 T oemlock_is_locked
fff0740b t get_console
fff0746a T write_avb_to_keymint_console
fff0792a t parse_patchlevel
fff07a14 T fdt_find_and_setprop
fff07a66 T fdt_find_or_add_subnode
fff07ab5 T fdt_root
fff07b2d T fdt_initrd
fff07cac W board_fdt_chosen_bootargs
fff07cb6 T fdt_chosen
fff07d6f T do_fixup_by_path
fff07dae T fdt_fixup_ethernet
fff07f14 T fdt_shrink_to_minimum
fff07ff9 T fdt_support_default_count_cells
fff0804a T fdt_translate_address
fff08065 t __of_translate_address
fff08294 t of_bus_default_map
fff08343 t of_bus_default_translate
fff083a1 T boot_fdt_add_mem_rsv_regions
fff084bf t boot_fdt_reserve_region
fff08518 T boot_relocate_fdt
fff08787 t fdt_error
fff087ac T boot_get_fdt
fff0899c W ft_verify_fdt
fff089a0 W arch_fixup_fdt
fff089a3 T image_setup_libfdt
fff08b27 T do_bootm
fff08bf7 T bootm_maybe_autostart
fff08c5a T do_bootd
fff08c75 t do_help
fff08cad t do_panic
fff08cc9 t do_version
fff08d04 t do_ab_select
fff08ddf T blk_common_cmd
fff090c3 t do_source
fff09101 T bcb_find_partition_and_load
fff09168 t __bcb_initialize
fff0923b t __bcb_load
fff09300 T bcb_load
fff09353 T bcb_set
fff09368 t __bcb_set
fff09432 T bcb_get
fff09477 t bcb_field_get
fff09526 T bcb_store
fff0952b t __bcb_store
fff09597 T bcb_reset
fff095d3 t do_bcb
fff0970c t do_bcb_load
fff09776 t do_bcb_set
fff09785 t do_bcb_clear
fff097d6 t do_bcb_test
fff09859 t do_bcb_dump
fff098a6 t do_bcb_store
fff098ab t do_boot_android
fff098c2 t do_verified_boot_android
fff098d9 t boot_android
fff09a16 T efi_get_image_parameters
fff09a26 T efi_set_bootdev
fff09b4b T efi_install_fdt
fff09da6 T efi_run_image
fff09f3a t do_bootefi_exec
fff0a065 t do_bootefi
fff0a249 W bootz_setup
fff0a25d T do_bootz
fff0a334 t do_video_clear
fff0a349 T mk_date
fff0a578 t do_date
fff0a6e1 t do_dm
fff0a750 t complete_dm
fff0a77c t do_dm_dump_driver_compat
fff0a78a t do_dm_dump_devres
fff0a78d t do_dm_dump_drivers
fff0a79b t do_dm_dump_static_driver_info
fff0a7a9 t do_dm_dump_tree
fff0a838 t do_dm_dump_uclass
fff0a881 t do_echo
fff0a8e9 t do_efidebug
fff0a95e t do_efi_boot_opt
fff0a9a9 t do_efi_show_drivers
fff0aaaf t do_efi_show_handles
fff0ac05 t do_efi_show_images
fff0ac15 t do_efi_show_memmap
fff0ad41 t do_efi_show_tables
fff0ad54 t do_efi_test
fff0ad9d t do_efi_query_info
fff0ae92 t do_efi_boot_add
fff0b291 t do_efi_boot_rm
fff0b357 t do_efi_boot_dump
fff0b58e t do_efi_boot_next
fff0b62a t do_efi_boot_order
fff0b8bc t do_efi_test_bootmgr
fff0b952 T efi_show_tables
fff0b9a8 T eficonfig_print_msg
fff0b9d6 T eficonfig_print_entry
fff0ba4a T eficonfig_display_statusline
fff0ba92 T eficonfig_choice_entry
fff0bb1f T eficonfig_destroy
fff0bb7e T eficonfig_process_quit
fff0bb84 T eficonfig_append_menu_entry
fff0bc0c T eficonfig_append_quit_entry
fff0bc56 T eficonfig_create_fixed_menu
fff0bccb T eficonfig_process_common
fff0bde6 T eficonfig_create_device_path
fff0be5b T eficonfig_process_clear_file_selection
fff0be70 T eficonfig_process_show_file_option
fff0bed8 T eficonfig_process_select_file
fff0c6be T eficonfig_choice_change_boot_order
fff0c8d1 t do_eficonfig
fff0ca55 t eficonfig_volume_selected
fff0ca6b t sort_file
fff0ca7a t eficonfig_file_selected
fff0cbec t eficonfig_process_add_boot_option
fff0cc6b t eficonfig_process_edit_boot_option
fff0cd74 t eficonfig_process_change_boot_order
fff0cff5 t eficonfig_process_delete_boot_option
fff0d02b t eficonfig_edit_boot_option
fff0d474 t fill_file_info
fff0d4d2 t eficonfig_set_boot_option
fff0d550 t create_boot_option_entry
fff0d5d2 t eficonfig_boot_add_enter_description
fff0d5f0 t prepare_file_selection_entry
fff0d727 t eficonfig_boot_add_optional_data
fff0d745 t eficonfig_boot_edit_save
fff0d78f t handle_user_input
fff0d80f t eficonfig_show_boot_selection
fff0d9b9 t eficonfig_add_boot_selection_entry
fff0db16 t eficonfig_process_boot_selected
fff0db25 t eficonfig_print_change_boot_order_entry
fff0dbb6 t eficonfig_add_change_boot_order_entry
fff0dcc2 t eficonfig_process_save_boot_order
fff0dd8b t do_exit
fff0ddb8 T do_fat_size
fff0ddca T do_fat_fsload
fff0dddc t do_fat_ls
fff0ddee t do_fat_fsinfo
fff0de79 t do_fat_fswrite
fff0de8b t do_fat_rm
fff0de9d t do_fat_mkdir
fff0deaf t do_size_wrapper
fff0dec1 t do_load_wrapper
fff0ded3 t do_save_wrapper
fff0dee5 t do_ls_wrapper
fff0def7 t do_ln_wrapper
fff0df09 t do_fstype_wrapper
fff0df0e t do_fstypes_wrapper
fff0df13 t do_itest
fff0df81 t binary_test
fff0e08e t evalstr
fff0e0dd t evalexp
fff0e13a t do_sleep
fff0e207 t do_bootp
fff0e223 T do_tftpb
fff0e242 t netboot_common
fff0e5b9 t do_ping
fff0e61a T do_ping6
fff0e686 t do_net
fff0e6e3 t do_net_list
fff0e760 t do_net_stats
fff0e864 t do_part
fff0eb7b t do_part_types
fff0ec0d t do_part_set
fff0ec7a t do_part_type
fff0ecf2 t do_part_info
fff0ee36 t do_rw
fff0ef12 T setexpr_regex_sub
fff0f120 t substitute
fff0f1e3 t do_setexpr
fff0f446 t get_arg
fff0f4e2 t regex_sub_var
fff0f5ce t do_test
fff0f860 t do_false
fff0f864 t do_true
fff0f867 t do_virtio
fff0f8ed t do_video_setcursor
fff0f946 t do_video_puts
fff0f99b t do_fastboot
fff0fb2c t do_gpt
fff0fd7c t gpt_verify
fff0fe85 t gpt_setenv
fff0ff77 t gpt_enumerate
fff1008b t do_disk_guid
fff100d6 t set_gpt_info
fff105fb t extract_val
fff10676 t extract_env
fff10714 T do_avb_init
fff10764 T do_avb_read_part
fff10819 T do_avb_read_part_hex
fff1092e T do_avb_write_part
fff109cb T do_avb_read_rb
fff10a41 T do_avb_write_rb
fff10ab2 T do_avb_get_uuid
fff10b1d T do_avb_verify_part
fff10bad T do_avb_is_unlocked
fff10c17 t do_avb
fff10c6e t do_mtrr
fff10e6c T env_get_id
fff10e72 T env_set
fff10ec8 t _do_env_set
fff11062 t do_env
fff110ad t do_env_print
fff1113a t do_env_set
fff1115a t do_env_default
fff111ef t do_env_delete
fff1128f t do_env_verified_import
fff114ba t do_env_exists
fff11502 t env_print
fff115b4 T board_init_f_alloc_reserve
fff115bd T board_init_f_init_reserve
fff115ed T main_loop
fff1162e T get_version
fff11634 T jumptable_init
fff118b8 t dummy
fff118b9 t mdelay
fff118c4 T get_local_var
fff11929 T set_local_var
fff11a63 T unset_local_var
fff11ad9 T parse_string_outer
fff11bb1 t parse_stream_outer
fff121e6 T parse_file_outer
fff12222 T u_boot_hush_start
fff1225f t do_showvar
fff12347 t static_peek
fff1234d t static_get
fff12361 t done_word
fff125db t done_pipe
fff12616 t file_peek
fff1261c t free_pipe_list
fff126cc t new_pipe
fff126ff t done_command
fff12770 t b_addqchr
fff127b2 t b_addchr
fff12807 t run_list_real
fff12fbc t insert_var_value_sub
fff13279 t make_string
fff1338d t file_get
fff1350b T bootdelay_process
fff1359b T autoboot_command
fff13681 W board_add_ram_info
fff13682 W mach_cpu_init
fff13685 W arch_setup_dest_addr
fff13688 W arch_reserve_mmu
fff1368b W arch_reserve_stacks
fff1368e W arch_setup_bdinfo
fff13691 T setup_bdinfo
fff1369c T board_init_f
fff136c5 T board_init_f_r
fff13715 t setup_mon_len
fff13725 t initf_bootstage
fff13728 t bloblist_maybe_init
fff1372b t setup_spl_handoff
fff1372e t initf_dm
fff13736 t init_baud_rate
fff1375d t display_text_info
fff13760 t print_resetinfo
fff137f4 t announce_dram_init
fff13807 t setup_dest_addr
fff13864 t reserve_round_4k
fff13874 t reserve_video
fff138a1 t reserve_trace
fff138a4 t reserve_uboot
fff138e6 t reserve_malloc
fff13904 t reserve_board
fff13959 t reserve_global_data
fff1398a t reserve_fdt
fff139f8 t reserve_bootstage
fff139fb t reserve_bloblist
fff139fe t reserve_stacks
fff13a1c t show_dram_config
fff13d01 t display_new_sp
fff13d04 t reloc_fdt
fff13d53 t reloc_bootstage
fff13d56 t reloc_bloblist
fff13d59 t setup_reloc
fff13da5 t cyclic_unregister_all
fff13da8 t jump_to_copy
fff13dd9 W cpu_secondary_init_r
fff13ddc W arch_initr_trap
fff13ddf W power_init_board
fff13de2 T board_init_r
fff13e0b t initr_trace
fff13e0e t initr_reloc
fff13e1e t initr_reloc_global_data
fff13e50 t initr_barrier
fff13e53 t initr_malloc
fff13e82 t initr_bootstage
fff13e85 t initr_of_live
fff13e88 t initr_dm
fff13eb6 t initr_binman
fff13edd t initr_dm_devices
fff13ee0 t initr_announce
fff13ee3 t dm_announce
fff13f52 t initr_env
fff13fa9 t initr_net
fff13fc1 t run_main_loop
fff13fd5 T iomux_match_device
fff13ff5 T iomux_doenv
fff141ab T menu_default_choice
fff141c0 T menu_default_set
fff14232 T menu_get_choice
fff143a4 T menu_item_add
fff14459 T menu_create
fff144d8 T menu_destroy
fff14530 T bootmenu_conv_key
fff14592 T bootmenu_loop
fff145d8 T cli_ch_init
fff145e4 T cli_ch_process
fff14757 T cread_line_process_ch
fff14beb t cread_add_char
fff14ca9 T cli_cread_init
fff14d19 T cli_readline
fff14d2c T cli_readline_into_buffer
fff15096 t delete_char
fff1513e T cli_simple_process_macros
fff15368 T bounce_buffer_start_extalign
fff153e6 T bounce_buffer_stop
fff1542d t on_console
fff154d3 t console_needs_start_stop
fff1551c T console_stop
fff15541 T serial_printf
fff15582 T fgetc
fff155b8 t console_tstc
fff1562f T fputs
fff15679 T getchar
fff156a0 T tstc
fff156c7 T putc
fff15736 T puts
fff157a0 T flush
fff15808 T ctrlc
fff15849 T disable_ctrlc
fff15857 T had_ctrlc
fff1585f T clear_ctrlc
fff15867 T console_search_dev
fff15883 T console_assign
fff15960 T console_init_f
fff15976 T console_init_r
fff15b14 T sbrk
fff15b52 T mem_malloc_init
fff15b65 T malloc
fff15f77 t malloc_extend_top
fff160e2 T free
fff162cc T malloc_trim
fff16395 T realloc
fff167aa T memalign
fff16906 T calloc
fff16992 T initf_malloc
fff169bb T malloc_simple
fff169c5 t alloc_simple
fff16a4c T memalign_simple
fff16a55 T event_type_name
fff16a5b T event_notify
fff16b0f T event_notify_null
fff16b18 T event_register
fff16b76 T event_init
fff16b91 W get_effective_memsize
fff16b9f T stdio_file_to_flags
fff16bb3 T stdio_get_by_name
fff16c77 T stdio_clone
fff16ca9 T stdio_register_dev
fff16ceb T stdio_register
fff16d21 T stdio_init_tables
fff16d33 T stdio_add_devices
fff16db7 t stdio_serial_putc
fff16dbe t stdio_serial_puts
fff16dc5 t stdio_serial_flush
fff16dca t stdio_serial_getc
fff16dcf t stdio_serial_tstc
fff16dd4 T run_command
fff16de0 T run_command_list
fff16e3d T do_run
fff16e92 T cli_process_fdt
fff16ebe T cli_secure_boot_cmd
fff16f1f T cli_loop
fff16f29 T cli_init
fff16f2e T _do_help
fff1704d T find_cmd_tbl
fff170e0 T cmd_usage
fff17134 T find_cmd
fff17155 T var_complete
fff171b9 T complete_subcmdv
fff17333 T cmd_auto_complete
fff17692 T cmd_get_data_size
fff176ed T cmd_always_repeatable
fff1770a T cmd_never_repeatable
fff17727 T cmd_discard_repeatable
fff1773f T cmd_process
fff17873 T cmd_source_script
fff178b4 T log_get_cat_name
fff178ef T log_get_level_name
fff17903 T log_has_file
fff17960 T _log
fff17bf6 T log_init
fff17cec t log_console_emit
fff17dd2 T avb_ops_alloc
fff17e53 t read_from_partition
fff17e77 t write_to_partition
fff17e99 t validate_vbmeta_public_key
fff17ed9 t read_rollback_index
fff17f06 t write_rollback_index
fff17f21 t read_is_device_unlocked
fff17f40 t get_unique_guid_for_partition
fff17f85 t get_size_of_partition
fff17fcb T avb_ops_free
fff18001 T avb_verify
fff18043 T avb_verify_partitions
fff1817c t blk_byte_io
fff18477 t get_partition
fff18529 t blk_read_and_flush
fff18636 t avb_blk_write
fff18738 T qfw_get_dev
fff18744 T qfw_online_cpus
fff18766 T qemu_fwcfg_setup_kernel
fff188f1 T part_get_type_by_name
fff18951 T blk_get_dev
fff18966 t get_dev_hwpart
fff1898d T dev_print
fff18bd4 T part_init
fff18c44 T part_print
fff18d72 t part_driver_lookup_type
fff18e19 T part_get_info_by_type
fff18ec3 T part_get_info
fff18ed4 T part_get_info_whole_disk
fff18f1d T blk_get_device_by_str
fff18fff T blk_get_device_part_str
fff193cb T part_get_info_by_name
fff19443 T part_get_info_by_dev_and_name
fff194ce T part_get_info_by_dev_and_name_or_num
fff1952b T part_set_generic_name
fff1958a T disk_blk_read
fff195e1 t disk_blk_part_validate
fff19634 T disk_blk_write
fff1968b T disk_blk_erase
fff196e2 t test_block_type
fff19766 t part_get_info_dos
fff1978a t part_print_dos
fff197b6 t part_test_dos
fff19836 t part_get_info_extended
fff19b12 t print_partition_extended
fff19d45 T get_disk_guid
fff19dc1 t find_valid_gpt
fff19e17 T part_print_efi
fff19f9f t is_pte_valid
fff19fda T part_get_info_efi
fff1a163 T write_gpt_table
fff1a29a t set_protective_mbr
fff1a35a T gpt_fill_pte
fff1a5d3 T gpt_fill_header
fff1a66a t partition_entries_offset
fff1a6bb T gpt_restore
fff1a799 T gpt_verify_headers
fff1a815 t is_gpt_valid
fff1a9f5 T gpt_repair_headers
fff1ab7f t write_one_gpt_table
fff1abf0 T gpt_verify_partitions
fff1addf t validate_gpt_header
fff1ae88 t part_test_efi
fff1af13 T blk_get_uclass_name
fff1af32 T blk_get_devnum_by_uclass_idname
fff1afe3 T blk_get_desc
fff1b099 T blk_list_part
fff1b102 T blk_print_part_devnum
fff1b12e T blk_list_devices
fff1b180 T blk_print_device_num
fff1b1b3 T blk_show_device
fff1b218 T blk_dselect_hwpart
fff1b239 T blk_read
fff1b371 t blk_buffer_aligned
fff1b388 T blk_write
fff1b458 T blk_erase
fff1b4a7 T blk_dread
fff1b4b2 T blk_dwrite
fff1b4bd T blk_derase
fff1b4c8 T blk_find_max_devnum
fff1b522 T blk_next_free_devnum
fff1b540 T blk_create_device
fff1b6b5 t blk_post_probe
fff1b7a9 T blkcache_read
fff1b8a3 T blkcache_fill
fff1b9f1 T blkcache_invalidate
fff1ba58 T device_bind_with_driver_data
fff1ba7d t device_bind_common
fff1bd2d T device_bind
fff1bd52 T device_bind_by_name
fff1bdb1 T device_of_to_plat
fff1be96 T device_probe
fff1bf89 T device_get_uclass_id
fff1bf93 T dev_get_plat
fff1bf9e T dev_get_parent_plat
fff1bfa9 T dev_get_uclass_plat
fff1bfb4 T dev_get_priv
fff1bfbf T dev_get_uclass_priv
fff1bfca T dev_get_parent_priv
fff1bfd5 T dev_get_parent
fff1bfd9 T device_get_decendent_count
fff1bfff T device_find_first_child
fff1c018 T device_find_next_child
fff1c036 T device_first_child_err
fff1c064 T device_next_child_err
fff1c097 T dev_get_driver_data
fff1c09b T device_set_name_alloced
fff1c0a0 T device_set_name
fff1c0c6 T dev_set_priv
fff1c0ca T dev_set_parent_priv
fff1c0ce T dev_set_uclass_priv
fff1c0d2 T dev_set_plat
fff1c0d6 T dev_set_parent_plat
fff1c0da T dev_set_uclass_plat
fff1c0de t alloc_priv
fff1c12f T devfdt_get_addr_index
fff1c1db T devfdt_get_addr_size_index
fff1c210 T devfdt_get_addr_pci
fff1c289 T lists_driver_lookup_name
fff1c2e7 T lists_uclass_lookup
fff1c331 T lists_bind_drivers
fff1c3f0 T device_bind_driver
fff1c437 T device_bind_driver_to_node
fff1c472 T lists_bind_fdt
fff1c602 T dm_root
fff1c61b T dm_init
fff1c6af T dm_remove_devices_flags
fff1c6d8 T dm_scan_fdt_dev
fff1c6fe t dm_scan_fdt_node
fff1c779 T dm_extended_scan
fff1c7d8 W dm_scan_other
fff1c7db T dm_init_and_scan
fff1c856 T dm_get_stats
fff1c87a t dm_probe_devices
fff1c8de T uclass_get_priv
fff1c8e1 T uclass_get
fff1ca17 T uclass_get_name
fff1ca38 T dev_get_uclass_index
fff1ca6d T uclass_find_device
fff1cab2 T uclass_find_first_device
fff1cae3 T uclass_find_next_device
fff1cb00 T uclass_find_device_by_namelen
fff1cb7d T uclass_find_next_free_seq
fff1cbd3 T uclass_find_device_by_seq
fff1cc17 T uclass_find_device_by_of_offset
fff1cc5a T uclass_find_device_by_ofnode
fff1cc9d T uclass_get_nth_device_by_driver_name
fff1cd08 T uclass_get_device
fff1cd36 T uclass_get_device_by_name
fff1cd7f T uclass_get_device_by_seq
fff1cdad T uclass_get_device_by_of_offset
fff1cddb T uclass_get_device_by_ofnode
fff1ce09 T uclass_first_device
fff1ce3e t _uclass_next_device
fff1ce72 T uclass_next_device
fff1ce91 T uclass_first_device_err
fff1ceb1 T uclass_first_device_check
fff1cef7 T uclass_next_device_check
fff1cf1c T uclass_get_count
fff1cf47 T uclass_first_device_drvdata
fff1cfa0 T uclass_bind_device
fff1cff7 T uclass_pre_unbind_device
fff1d013 T uclass_unbind_device
fff1d029 T uclass_pre_probe_device
fff1d069 T uclass_post_probe_device
fff1d0a7 T uclass_pre_remove_device
fff1d0c3 T uclass_probe_all
fff1d108 T pci_get_devfn
fff1d145 T dev_tag_set_ptr
fff1d1ed T dev_tag_get_ptr
fff1d248 T dev_tag_del
fff1d2c0 T devres_release_probe
fff1d2d8 t release_nodes
fff1d32c T devres_release_all
fff1d344 T device_chld_unbind
fff1d3ca T device_unbind
fff1d4bc T device_chld_remove
fff1d516 T device_remove
fff1d606 T device_free
fff1d689 T dm_dump_tree
fff1d6fe t dm_dump_tree_single
fff1d75c t dm_dump_tree_recursive
fff1d7e2 T dm_dump_uclass
fff1d873 t dm_dump_uclass_single
fff1d91a T dm_dump_driver_compat
fff1d9bc T dm_dump_drivers
fff1dacb T dm_dump_static_driver_info
fff1db17 t show_devices
fff1dc96 t h_cmp_uclass_id
fff1dcb5 t init_range
fff1dd0d T regmap_init_mem
fff1de6d T syscon_get_by_driver_data
fff1de81 t syscon_pre_probe
fff1deb1 T ofnode_get_name
fff1deca T ofnode_read_u32_index
fff1df1c T ofnode_read_u32_default
fff1df37 T ofnode_read_bool
fff1df5c T ofnode_read_string
fff1df99 T ofnode_read_size
fff1dfc8 T ofnode_find_subnode
fff1dfe5 T ofnode_is_enabled
fff1e001 T ofnode_first_subnode
fff1e01e T ofnode_next_subnode
fff1e03b T ofnode_get_parent
fff1e058 T ofnode_path
fff1e07c T ofnode_get_chosen_node
fff1e0e3 T ofnode_get_property
fff1e103 T ofnode_read_u8_array_ptr
fff1e123 T ofnode_read_pci_addr
fff1e1e7 T ofnode_read_pci_vendev
fff1e2bb T ofnode_read_simple_addr_cells
fff1e2cb T ofnode_read_simple_size_cells
fff1e2db T ofnode_pre_reloc
fff1e430 T ofnode_conf_read_int
fff1e46e T ofnode_conf_read_str
fff1e49d T sysreset_get_status
fff1e4bb T sysreset_walk
fff1e528 T sysreset_walk_halt
fff1e56a T do_reset
fff1e5b1 T pch_sysreset_power_off
fff1e634 t x86_sysreset_probe
fff1e65a t x86_sysreset_request
fff1e682 t x86_sysreset_get_last
fff1e688 T pch_ioctl
fff1e6ad T setup_video
fff1e75c T pci_get_bus
fff1e79f T dm_pci_get_bdf
fff1e7e3 T pci_bus_find_devfn
fff1e838 T dm_pci_write_config
fff1e8ba T pci_write_config32
fff1e8d2 t pci_write_config
fff1e934 T pci_write_config16
fff1e94c T pci_write_config8
fff1e964 T dm_pci_write_config8
fff1e977 T dm_pci_read_config
fff1ea27 t pci_read_config
fff1eab5 T pci_read_config16
fff1eadf T pci_read_config8
fff1eb07 T dm_pci_read_config8
fff1eb2c T dm_pci_read_config16
fff1eb53 T dm_pci_read_config32
fff1eb78 W board_pci_fixup_dev
fff1eb79 T pci_bind_bus_devices
fff1f06e T dm_pci_read_bar32
fff1f0aa T dm_pci_bus_to_phys
fff1f14f T dm_pci_map_bar
fff1f1ac T dm_pci_find_next_capability
fff1f1c2 t _dm_pci_find_next_capability
fff1f24e T dm_pci_find_capability
fff1f2bd t pci_uclass_pre_probe
fff1f5c3 t pci_uclass_post_probe
fff1f5d9 t pci_uclass_child_post_bind
fff1f60a T pci_init
fff1f63c t pci_bridge_read_config
fff1f6b9 t pci_bridge_write_config
fff1f702 t _pci_x86_read_config
fff1f721 t _pci_x86_write_config
fff1f740 T serial_init
fff1f867 T serial_setbrg
fff1f8a6 T serial_initialize
fff1f8b4 T serial_putc
fff1f908 T serial_puts
fff1f92d t _serial_puts
fff1f973 T serial_flush
fff1f9ad T serial_getc
fff1f9e6 T serial_tstc
fff1fa19 T serial_stdio_init
fff1fa1a t on_baudrate
fff1fafa t serial_post_probe
fff1fb9f t serial_pre_remove
fff1fba2 t serial_stub_putc
fff1fbde t serial_stub_puts
fff1fbe6 t serial_stub_flush
fff1fc08 t serial_stub_getc
fff1fc29 t serial_stub_tstc
fff1fc41 T ns16550_init
fff1fcc7 t ns16550_setbrg
fff1fd38 T ns16550_serial_probe
fff1fd9e T ns16550_serial_of_to_plat
fff1fe72 t ns16550_serial_setbrg
fff1fe9e t ns16550_serial_getc
fff1fed9 t ns16550_serial_putc
fff1ff17 t ns16550_serial_pending
fff1ff48 t ns16550_serial_setconfig
fff1ff96 t ns16550_serial_getinfo
fff1ffdb T timer_get_count
fff20001 T timer_get_rate
fff2000f T dm_timer_init
fff200dd t timer_pre_probe
fff20106 t timer_post_probe
fff2011e T get_timer
fff2015c T timer_get_us
fff2018e T __udelay
fff201db t tsc_timer_ensure_setup
fff2035b t tsc_timer_probe
fff203a4 t cpu_mhz_from_msr
fff20445 t quick_pit_calibrate
fff20594 t tsc_timer_get_count
fff205b0 T virtio_get_config
fff205ca T virtio_set_config
fff205e5 T virtio_generation
fff205fc T virtio_reset
fff20607 T virtio_find_vqs
fff2061b T virtio_notify
fff20628 T virtio_add_status
fff2065a T virtio_finalize_features
fff206b3 T virtio_driver_features_init
fff206cc t virtio_uclass_pre_probe
fff20719 t virtio_uclass_post_probe
fff207b7 t virtio_uclass_child_post_bind
fff207c8 t virtio_uclass_child_pre_probe
fff209bf t virtio_uclass_child_post_probe
fff209d2 t virtio_bootdev_bind
fff209e7 t virtio_bootdev_hunt
fff20a16 T virtqueue_add
fff20c93 T virtqueue_kick
fff20cfc T virtqueue_get_buf
fff20e31 T vring_create_virtqueue
fff2108a T vring_del_virtqueue
fff210c4 T virtqueue_get_vring_size
fff210c8 T virtqueue_get_desc_addr
fff210cc T virtqueue_get_avail_addr
fff210d0 T virtqueue_get_used_addr
fff210d4 T virtqueue_poll
fff210f7 t __bb_force_page_align
fff21113 t virtqueue_detach_desc
fff21158 t virtio_pci_bind
fff21194 t virtio_pci_probe
fff21396 t virtio_pci_find_capability
fff214a2 t virtio_pci_get_config
fff21593 t virtio_pci_set_config
fff216be t virtio_pci_generation
fff216e7 t virtio_pci_get_status
fff2170d t virtio_pci_set_status
fff21757 t virtio_pci_reset
fff217a9 t virtio_pci_get_features
fff21818 t virtio_pci_set_features
fff218a2 t virtio_pci_find_vqs
fff21a82 t virtio_pci_del_vqs
fff21ae1 t virtio_pci_notify
fff21b4e t virtio_net_bind
fff21b79 t virtio_net_probe
fff21bba t virtio_net_start
fff21c26 t virtio_net_send
fff21caf t virtio_net_recv
fff21ce6 t virtio_net_free_pkt
fff21d33 t virtio_net_stop
fff21d34 t virtio_net_write_hwaddr
fff21d8d t virtio_net_read_rom_hwaddr
fff21e29 t virtio_blk_bind
fff21ec4 t virtio_blk_probe
fff21f5b t virtio_blk_read
fff21f7f t virtio_blk_write
fff21fa3 t virtio_blk_erase
fff22003 t virtio_blk_do_req
fff2214a t virtio_console_bind
fff22170 t virtio_console_probe
fff221ae t add_inbuf
fff2220e t virtio_console_serial_setbrg
fff22211 t virtio_console_serial_getc
fff22270 t virtio_console_serial_putc
fff222d1 t virtio_console_serial_pending
fff222eb T sysinfo_get_str
fff22331 t console_putc_xy
fff223ca t console_move_rows
fff22416 t console_set_row
fff2249b t console_set_cursor_visible
fff224bf T check_bpix_support
fff224d1 T fill_pixel_and_goto_next
fff224fa T fill_char_vertically
fff22640 T console_probe
fff22655 t console_set_font
fff226d3 T console_simple_get_font_size
fff226ee T console_simple_get_font
fff226fd T console_simple_select_font
fff22769 T video_reserve
fff227e9 t alloc_fb
fff22822 T video_fill
fff22890 T video_sync
fff228ae T video_clear
fff228c7 T video_index_to_colour
fff22988 T video_set_default_colors
fff229ca T video_sync_all
fff22a13 T video_get_xsize
fff22a22 T video_get_ysize
fff22a32 t video_post_bind
fff22aaf t video_post_probe
fff22bca T vidconsole_put_char
fff230ef t vidconsole_newline
fff23176 T vidconsole_put_string
fff231a5 t vidconsole_pre_probe
fff231ca t vidconsole_post_probe
fff2322f T vidconsole_position_cursor
fff2328c t vidconsole_putc
fff232a8 t vidconsole_puts
fff232db T video_bmp_display
fff23812 t write_pix8
fff238d8 T cpu_get_desc
fff238f5 T cpu_get_vendor
fff23913 t uclass_cpu_init
fff2395f T fastboot_response
fff239b9 T fastboot_fail
fff239d1 T fastboot_okay
fff239fe W fastboot_set_reboot_flag
fff23a63 T fastboot_boot
fff23ad4 T fastboot_handle_boot
fff23b1d T fastboot_set_progress_callback
fff23b23 T fastboot_init
fff23b4f T fastboot_getvar
fff23bf3 t getvar_version
fff23bfd t getvar_version_bootloader
fff23c07 t getvar_downloadsize
fff23c24 t getvar_serialno
fff23c53 t getvar_version_baseband
fff23c5d t getvar_product
fff23c8c t getvar_platform
fff23cbb t getvar_current_slot
fff23cc5 t getvar_has_slot
fff23d57 t getvar_partition_size
fff23d9d t getvar_is_userspace
fff23da7 T fastboot_handle_command
fff23e6a T fastboot_data_remaining
fff23e76 T fastboot_data_download
fff23efd T fastboot_data_complete
fff23f49 t getvar
fff23f4e t download
fff23fd9 t flash
fff2400a t erase
fff24033 t okay
fff2403a t reboot_bootloader
fff24068 t reboot_fastbootd
fff24097 t reboot_recovery
fff240c8 t run_flashing_lock
fff2410c t run_flashing_unlock
fff24161 t ensure_device_is_unlocked
fff2418f T fastboot_block_get_part_info
fff24223 T fastboot_block_erase
fff2428f t fb_block_write
fff243ad T fastboot_block_write_raw_image
fff244ab T fastboot_block_write_sparse_image
fff2453a t fb_block_sparse_write
fff2455c t fb_block_sparse_reserve
fff24565 T fastboot_block_flash_write
fff245e4 T irq_snapshot_polarities
fff245f8 T irq_first_device_type
fff24606 T qfw_read_entry
fff2467a T qfw_register
fff246e6 t qfw_post_bind
fff246e9 t qfw_get_bootflow
fff246fa t qfw_bootdev_bind
fff2470f t qfw_bootdev_hunt
fff2472b t qfw_pio_probe
fff24730 t qfw_pio_read_entry_io
fff24754 t qfw_pio_read_entry_dma
fff24769 T dm_rtc_get
fff2477c T dm_rtc_set
fff24790 T dm_rtc_reset
fff247a4 t rtc_mc146818_probe
fff247c5 t rtc_mc146818_get
fff248bf t rtc_mc146818_set
fff249db t rtc_mc146818_reset
fff24a06 t rtc_mc146818_read8
fff24a22 t rtc_mc146818_write8
fff24a41 T dm_rng_read
fff24a5e T env_set_ulong
fff24a78 T env_set_hex
fff24aa4 T env_get_hex
fff24adf T env_get
fff24b7c T eth_env_get_enetaddr
fff24bb2 T eth_env_set_enetaddr
fff24bf4 t env_get_from_linear
fff24cba T env_get_ulong
fff24ce0 T env_get_yesno
fff24d20 T env_get_autostart
fff24d37 T env_get_default
fff24d75 T env_set_default
fff24e0e T env_set_default_vars
fff24e47 T env_relocate
fff24e60 T env_complete
fff24fe5 W arch_env_get_location
fff24ff1 W env_get_location
fff24ff6 T env_load
fff2509c t env_driver_lookup
fff250f3 T env_init
fff2519f T env_attr_walk
fff2529c T env_attr_lookup
fff25303 t regex_callback
fff25443 T env_flags_parse_vartype
fff25489 T env_flags_parse_varaccess
fff254d2 T eth_validate_ethaddr_str
fff2554d T env_flags_init
fff255e5 t on_flags
fff25620 T env_flags_validate
fff25862 t clear_flags
fff2586c t set_flags
fff258d9 T env_callback_init
fff25972 t find_env_callback
fff259c3 t on_callbacks
fff259fe t clear_callback
fff25a08 t set_callback
fff25a6d t env_nowhere_load
fff25a8c t env_nowhere_init
fff25a9c T fs_get_type
fff25aa2 T fs_set_blk_dev
fff25b26 T fs_set_blk_dev_with_part
fff25b9f T fs_close
fff25bc5 T fs_exists
fff25c06 T fs_size
fff25c47 T fs_read
fff25cac T fs_write
fff25d4f T fs_opendir
fff25db7 T fs_readdir
fff25e19 T fs_closedir
fff25e65 T fs_unlink
fff25ea6 T fs_mkdir
fff25ee7 T fs_ln
fff25f46 T do_size
fff25fc8 T do_load
fff26384 T do_ls
fff26419 T file_exists
fff2646f T do_save
fff265b1 T do_fs_type
fff2664a T do_rm
fff266b9 T do_mkdir
fff26754 T do_ln
fff26797 T do_fs_types
fff267ff t fs_ls_generic
fff268af t fs_ln_unsupported
fff268b3 t fs_probe_unsupported
fff268b7 t fs_ls_unsupported
fff268bb t fs_exists_unsupported
fff268be t fs_size_unsupported
fff268c2 t fs_read_unsupported
fff268c6 t fs_write_unsupported
fff268ca t fs_close_unsupported
fff268cb t fs_uuid_unsupported
fff268cf t fs_opendir_unsupported
fff268d5 t fs_unlink_unsupported
fff268d9 t fs_mkdir_unsupported
fff268dd T fat_set_blk_dev
fff269a6 t disk_read
fff269e6 T fat_next_cluster
fff26ac1 t get_fatent
fff26c17 T file_fat_detectfs
fff26cd2 t read_bootsectandvi
fff26dea T fat_exists
fff26e4c t fat_itr_root
fff26fdd t fat_itr_resolve
fff2713d T fat_size
fff271e7 T fat_read_file
fff27646 T fat_opendir
fff276d8 T fat_readdir
fff277ce t fat_itr_next
fff27a23 t fat2rtc
fff27a77 T fat_closedir
fff27a93 T fat_close
fff27a94 T fat_uuid
fff27aec T file_fat_write_at
fff27d85 t split_filename
fff27e71 t normalize_longname
fff27f1d t find_directory_entry
fff27f82 t set_name
fff281c4 t fat_find_empty_dentries
fff28350 t fill_dir_slot
fff2851b t fill_dentry
fff28575 t set_contents
fff29093 t flush_dirty_fat_buffer
fff29111 t flush_dir
fff291a7 T file_fat_write
fff291cc T fat_unlink
fff294ab T fat_mkdir
fff2980d t fat_itr_child
fff29867 t get_cluster
fff299f9 t next_dent
fff29a4a t downcase
fff29a7b t str2fat
fff29ae0 t fat_move_to_cluster
fff29b21 t set_fatent_value
fff29c92 t clear_fatent
fff29cf6 t determine_fatent
fff29d25 t disk_write
fff29dbe t set_sectors
fff29f2a t delete_single_dentry
fff29f5d T efi_driver_init
fff2a08a t efi_uc_init
fff2a08d t efi_uc_destroy
fff2a090 t efi_uc_supported
fff2a128 t efi_uc_start
fff2a1d3 t efi_uc_stop
fff2a2c7 t check_node_type
fff2a320 t disconnect_child
fff2a362 t efi_bl_read
fff2a3b1 t efi_bl_write
fff2a400 t efi_bl_init
fff2a48c t efi_bl_bind
fff2a5ac T efi_bootmgr_load
fff2a769 t try_load_entry
fff2aa63 T efi_bootmgr_get_unused_bootoption
fff2aae9 T efi_bootmgr_append_bootorder
fff2ab77 T efi_bootmgr_delete_boot_option
fff2ac65 T efi_bootmgr_update_media_device_boot_option
fff2b0d3 t try_load_from_file_path
fff2b172 T __efi_entry_check
fff2b188 T __efi_exit_check
fff2b194 T efi_save_gd
fff2b195 T efi_restore_gd
fff2b196 T efi_signal_event
fff2b228 t efi_queue_event
fff2b279 T efi_add_handle
fff2b29d T efi_create_handle
fff2b2e5 T efi_search_protocol
fff2b348 T efi_search_obj
fff2b366 T efi_delete_handle
fff2b3f2 t efi_purge_handle
fff2b467 T efi_create_event
fff2b575 T efi_timer_check
fff2b5f9 t efi_process_event_queue
fff2b670 T efi_set_timer
fff2b736 T efi_add_protocol
fff2b866 T efi_register_protocol_notify
fff2b8ef T efi_install_configuration_table
fff2ba21 T efi_setup_loaded_image
fff2bb2f T efi_locate_device_path
fff2bc49 T efi_locate_handle_buffer
fff2bc7f T efi_load_image
fff2c060 T efi_close_protocol
fff2c0f8 T efi_locate_handle_buffer_int
fff2c193 t efi_locate_handle
fff2c2cb T efi_install_multiple_protocol_interfaces
fff2c2e3 t efi_install_multiple_protocol_interfaces_int
fff2c3f3 T efi_uninstall_multiple_protocol_interfaces
fff2c40b t efi_uninstall_multiple_protocol_interfaces_int
fff2c4c8 T efi_protocol_open
fff2c64a t efi_disconnect_controller
fff2c89b T efi_start_image
fff2c998 t efi_open_protocol
fff2ca94 T efi_unload_image
fff2cb4f t efi_delete_image
fff2cbc6 T efi_handle_protocol
fff2cbe8 T efi_initialize_system_table
fff2cc60 t efi_uninstall_protocol
fff2cd6a t efi_disconnect_all_drivers
fff2cebe t efi_connect_controller
fff2d061 t efi_bind_controller
fff2d10a t efi_install_protocol_interface
fff2d15d t efi_uninstall_protocol_interface
fff2d18a t efi_raise_tpl
fff2d1a4 t efi_restore_tpl
fff2d1cf t efi_allocate_pages_ext
fff2d1fc t efi_free_pages_ext
fff2d220 t efi_get_memory_map_ext
fff2d256 t efi_allocate_pool_ext
fff2d27a t efi_free_pool_ext
fff2d296 t efi_create_event_ext
fff2d2ce t efi_set_timer_ext
fff2d300 t efi_wait_for_event
fff2d3c3 t efi_signal_event_ext
fff2d410 t efi_close_event
fff2d4fa t efi_check_event
fff2d55a t efi_reinstall_protocol_interface
fff2d5c1 t efi_locate_handle_ext
fff2d5f8 t efi_install_configuration_table_ext
fff2d618 t efi_exit
fff2d6f7 t efi_exit_boot_services
fff2d87e t efi_get_next_monotonic_count
fff2d8bb t efi_stall
fff2d906 t efi_set_watchdog_timer
fff2d922 t efi_close_protocol_ext
fff2d94f t efi_open_protocol_information
fff2da2e t efi_protocols_per_handle
fff2daea t efi_locate_protocol
fff2dbd9 t efi_install_multiple_protocol_interfaces_ext
fff2dbfd t efi_uninstall_multiple_protocol_interfaces_ext
fff2dc21 t efi_calculate_crc32
fff2dc6a t efi_copy_mem
fff2dc8e t efi_set_mem
fff2dcb3 t efi_create_event_ex
fff2dd10 t efi_update_exit_data
fff2dd61 T efi_get_dp_from_boot
fff2de07 T efi_link_dev
fff2de18 T efi_unlink_dev
fff2de3b T efi_varname_is_load_option
fff2dea2 T efi_next_variable_name
fff2def6 T efi_search_bootorder
fff2df37 T efi_setup_console_size
fff2e10f t efi_cout_reset
fff2e150 t efi_cout_output_string
fff2e27c t efi_cout_test_string
fff2e28f t efi_cout_query_mode
fff2e2ef t efi_cout_set_mode
fff2e342 t efi_cout_set_attribute
fff2e39c t efi_cout_clear_screen
fff2e3e6 t efi_cout_set_cursor_position
fff2e457 t efi_cout_enable_cursor
fff2e495 t efi_cin_reset
fff2e4bf t efi_cin_read_key_stroke
fff2e517 T efi_console_register
fff2e622 t efi_key_notify
fff2e637 t efi_console_timer_notify
fff2e64c T efi_console_get_u16_string
fff2e767 t efi_cin_empty_buffer
fff2e785 t term_get_char
fff2e7bd t efi_cin_check
fff2ea51 t set_shift_mask
fff2eaa6 t analyze_modifiers
fff2eb00 t efi_cin_reset_ex
fff2eb2a t efi_cin_read_key_stroke_ex
fff2ec02 t efi_cin_set_state
fff2ec18 t efi_cin_register_key_notify
fff2ec9d t efi_cin_unregister_key_notify
fff2ecef T efi_dp_next
fff2ed0d T efi_dp_shorten
fff2ed51 T efi_dp_find_obj
fff2ed84 t find_handle
fff2eec2 T efi_dp_last_node
fff2eee7 T efi_dp_instance_size
fff2ef10 T efi_dp_size
fff2ef2f T efi_dp_dup
fff2ef7a T efi_dp_append
fff2ef8f t efi_dp_append_or_concatenate
fff2f073 T efi_dp_concat
fff2f088 T efi_dp_append_node
fff2f13b T efi_dp_create_device_node
fff2f173 T efi_dp_append_instance
fff2f234 T efi_dp_get_next_instance
fff2f2c0 T efi_dp_is_multi_instance
fff2f2e7 T efi_dp_from_part
fff2f348 T efi_dp_part_node
fff2f382 t dp_part_node
fff2f4a6 T efi_dp_from_file
fff2f59c T efi_dp_from_uart
fff2f5e7 t dp_size
fff2f650 t dp_fill
fff2f772 T efi_dp_from_eth
fff2f7b0 T efi_dp_from_mem
fff2f7ef T efi_dp_split_file_path
fff2f866 T efi_dp_from_name
fff2f99e T efi_dp_check_length
fff2f9e6 T efi_dp_from_lo
fff2fa58 T efi_dp_str
fff2fa81 t efi_convert_device_path_to_text
fff2faf6 t efi_convert_device_node_to_text
fff2fb38 t efi_convert_single_device_node_to_text
fff30096 t efi_str_to_u16
fff300ca t get_device_path_size
fff300f7 t duplicate_device_path
fff30119 t append_device_path
fff30141 t append_device_node
fff30169 t append_device_path_instance
fff30191 t get_next_device_path_instance
fff301b9 t is_device_path_multi_instance
fff301db t create_device_node
fff3020a T efi_try_purge_kaslr_seed
fff3028e T efi_carve_out_dt_rsv
fff30386 t efi_reserve_memory
fff303e1 t efi_dt_fixup
fff30527 T efi_file_open_int
fff305aa t file_open
fff30807 T efi_file_size
fff3089b T efi_file_read_int
fff30b36 T efi_file_setpos_int
fff30b8c t efi_get_file_size
fff30bc7 T efi_file_from_path
fff30cfb T efi_create_simple_file_system
fff30d45 t efi_open_volume
fff30d7a t efi_create_file
fff30d9f t is_dir
fff30dbe t efi_file_open
fff30e06 t efi_file_close
fff30e2e t efi_file_delete
fff30e7d t efi_file_read
fff30ea9 t efi_file_write
fff30edc t efi_file_getpos
fff30f11 t efi_file_setpos
fff30f3d t efi_file_getinfo
fff31131 t efi_file_setinfo
fff3123e t efi_file_flush
fff3126f t efi_file_open_ex
fff312d1 t efi_file_read_ex
fff3131e t efi_file_write_ex
fff3136e t efi_file_flush_ex
fff313b7 t efi_file_write_int
fff31449 t new_package_list
fff314ec t remove_package_list
fff31529 t update_package_list
fff315ce t list_package_lists
fff31698 t export_package_lists
fff316c6 t register_package_notify
fff31707 t unregister_package_notify
fff3171d t find_keyboard_layouts
fff317c0 t get_keyboard_layout
fff31854 t set_keyboard_layout
fff31876 t get_package_list_handle
fff318b6 t new_string
fff319a3 t get_string
fff31a37 t set_string
fff31b2c t get_languages
fff31beb t get_secondary_languages
fff31c5c t add_packages
fff31f58 t free_packagelist
fff31f8d t free_keyboard_layouts
fff31fcf t remove_strings_package
fff32030 t remove_guid_package
fff32061 t remove_keyboard_package
fff32099 t language_match
fff320cf T efi_print_image_infos
fff321a3 W invalidate_icache_all
fff321a4 T efi_check_pe
fff321e2 T efi_load_pe
fff3251b t efi_set_code_and_data_type
fff32578 t efi_loader_relocate
fff3263b T efi_set_load_options
fff3266d T efi_deserialize_load_option
fff326f2 T efi_serialize_load_option
fff327a7 T efi_add_memory_map
fff327e4 t efi_add_memory_map_pg
fff32aed T efi_allocate_pages
fff32d0c t efi_check_allocated
fff32d71 T efi_free_pages
fff32dde T efi_alloc_aligned_pages
fff32f49 T efi_allocate_pool
fff32fbe T efi_alloc
fff33018 T efi_free_pool
fff330a1 T efi_get_memory_map
fff3313e T efi_get_memory_map_alloc
fff331ae T efi_add_conventional_memory_map
fff33251 T efi_memory_init
fff332cb t efi_mem_sort
fff333b0 t efi_mem_cmp
fff333e4 T efi_root_node_register
fff33490 T efi_init_runtime_supported
fff334d6 W efi_reset_system_init
fff334d9 t efi_get_time_boottime
fff335b8 t efi_set_time_boottime
fff335ce t efi_set_virtual_address_map
fff337ef t efi_reset_system_boottime
fff3384c W allow_unaligned
fff3384d T efi_init_early
fff33880 T efi_init_obj_list
fff33a1b T efi_create_indexed_name
fff33a7b T efi_convert_string
fff33aaf t efi_stri_coll
fff33b1c t efi_metai_match
fff33b42 t efi_str_lwr
fff33b7a t efi_str_upr
fff33bb2 t efi_fat_to_str
fff33c01 t efi_str_to_fat
fff33cd1 t metai_match
fff33e33 T efi_get_variable
fff33e7f T efi_set_variable
fff33ec3 T efi_get_next_variable_name
fff33eef T efi_query_variable_info
fff33f31 T efi_init_secure_state
fff3404b T efi_auth_var_get_type
fff3409e T efi_get_var
fff34105 T efi_var_mem_init
fff341a5 t efi_var_mem_notify_exit_boot_services
fff341f5 T efi_var_collect
fff34390 T efi_var_to_file
fff3443c t efi_set_blk_dev_to_system_partition
fff344c9 T efi_var_restore
fff34626 T efi_var_from_file
fff3470d T efi_set_variable_int
fff34931 T efi_query_variable_info_int
fff34990 T efi_variables_boot_exit_notify
fff349c2 T efi_init_variables
fff349e3 T efi_set_watchdog
fff34a1f T efi_watchdog_register
fff34a63 t efi_watchdog_timer_notify
fff34a91 T efi_gop_register
fff34c16 t gop_query_mode
fff34c86 t gop_set_mode
fff34cff t gop_blt
fff3530b t gop_blt_video_fill
fff35418 T efi_disk_is_removable
fff3544e T efi_fs_from_path
fff354b2 T efi_disk_probe
fff35696 T efi_disk_remove
fff35724 T efi_disk_get_device_name
fff357d8 T efi_disks_register
fff3580a t efi_disk_add_dev
fff35a67 t efi_disk_reset
fff35a7a t efi_disk_read_blocks
fff35b25 t efi_disk_write_blocks
fff35bdb t efi_disk_flush_blocks
fff35bee t efi_disk_rw_blocks
fff35cbf T efi_net_register
fff36035 t efi_net_start
fff36081 t efi_net_stop
fff360c6 t efi_net_initialize
fff36146 t efi_net_reset
fff361a0 t efi_net_shutdown
fff36200 t efi_net_receive_filters
fff36216 t efi_net_station_address
fff3622c t efi_net_statistics
fff36242 t efi_net_mcastiptomac
fff362d0 t efi_net_nvdata
fff362e6 t efi_net_get_status
fff3635b t efi_net_transmit
fff3644e t efi_net_receive
fff365c4 t efi_pxe_base_code_start
fff365ca t efi_pxe_base_code_stop
fff365d0 t efi_pxe_base_code_dhcp
fff365d6 t efi_pxe_base_code_discover
fff365dc t efi_pxe_base_code_mtftp
fff365e2 t efi_pxe_base_code_udp_write
fff365e8 t efi_pxe_base_code_udp_read
fff365ee t efi_pxe_base_code_set_ip_filter
fff365f4 t efi_pxe_base_code_arp
fff365fa t efi_pxe_base_code_set_parameters
fff36600 t efi_pxe_base_code_set_station_ip
fff36606 t efi_pxe_base_code_set_packets
fff3660c t efi_network_timer_notify
fff36666 t efi_net_push
fff366bf T efi_smbios_register
fff3672c t install_smbios_table
fff3672f W platform_get_rng_device
fff3675d T efi_rng_register
fff367df t rng_getinfo
fff36858 t getrng
fff368f6 T efi_initrd_register
fff369b5 T efi_initrd_deregister
fff369f4 t efi_load_file2_initrd
fff36b3d t find_image_node
fff36b95 T binman_init
fff36bd6 T console_read_unicode
fff36c91 T utf8_get
fff36d4c T utf8_put
fff36df6 T utf8_utf16_strnlen
fff36e4a T utf8_utf16_strncpy
fff36ea8 T utf16_put
fff36f0b T utf16_get
fff36f80 T utf16_strnlen
fff36fca T utf16_utf8_strnlen
fff3703a T utf16_utf8_strncpy
fff37097 T utf_to_lower
fff370cb T utf_to_upper
fff370ff T u16_strncmp
fff37131 T u16_strsize
fff3714a T u16_strcpy
fff37170 T u16_strdup
fff371b1 T u16_strlcat
fff3721a T utf16_to_utf8
fff37307 T utf_to_cp
fff37344 T write_smbios_table
fff3746a t smbios_write_type0
fff37530 t smbios_write_type1
fff37657 t smbios_write_type2
fff3772b t smbios_write_type3
fff377a7 t smbios_write_type4
fff378bb t smbios_write_type32
fff37901 t smbios_write_type127
fff3792d t smbios_add_string
fff379a0 t smbios_add_prop_si
fff379f5 T write_sparse_image
fff3811c t default_log
fff3811d T initcall_run_list
fff381c1 T string_to_ip
fff38234 T string_to_ip6
fff3841c T string_to_enetaddr
fff3845d T compute_ip_checksum
fff3849c T ip_checksum_ok
fff384b4 T list_sort
fff38645 t merge
fff386a8 T inflate_fast
fff38c02 T inflate_table
fff3903f T inflateReset
fff39097 T inflateInit2_
fff3916b T zcalloc
fff39175 T zcfree
fff3917c T inflate
fff3aa54 T adler32
fff3acbe T inflateEnd
fff3ad06 T gzalloc
fff3ad14 T gzfree
fff3ad1b T gzip_parse_header
fff3ad90 T gunzip
fff3add4 T zunzip
fff3aea7 T ulz4fn
fff3b39b T avb_chain_partition_descriptor_validate_and_byteswap
fff3b4d7 T avb_sub_cmdline
fff3b6cb T avb_append_options
fff3b9f8 t cmdline_append_option
fff3babd t cmdline_append_hex
fff3baf7 T avb_new_cmdline_subst_list
fff3bb01 T avb_free_cmdline_subst_list
fff3bb36 T avb_add_root_digest_substitution
fff3bbca t uint64_to_base10
fff3bc20 T avb_get_algorithm_data
fff3bc33 T avb_rsa_public_key_header_validate_and_byteswap
fff3bc62 T avb_footer_validate_and_byteswap
fff3bd2f T avb_hashtree_descriptor_validate_and_byteswap
fff3bedb T avb_property_descriptor_validate_and_byteswap
fff3bfe8 T avb_property_lookup
fff3c04c t property_lookup_desc_foreach
fff3c0dd T avb_sha256_init
fff3c0fd T avb_sha256_update
fff3c194 t SHA256_transform
fff3c36c T avb_sha256_final
fff3c444 T avb_slot_verify
fff3c84e t load_and_verify_vbmeta
fff3d708 t has_system_partition
fff3d7c0 t avb_manage_hashtree_error_mode
fff3d96d T avb_slot_verify_data_free
fff3da23 T avb_slot_verify_data_calculate_vbmeta_digest
fff3db13 t load_requested_partitions
fff3dce2 t load_and_verify_hash_partition
fff3e1b0 t read_persistent_digest
fff3e45d t load_full_partition
fff3e60d T avb_be32toh
fff3e610 T avb_be64toh
fff3e61b T avb_safe_memcmp
fff3e644 T avb_safe_add_to
fff3e69a T avb_basename
fff3e6db T avb_safe_add
fff3e704 T avb_validate_utf8
fff3e76d T avb_str_concat
fff3e82b T avb_malloc
fff3e86d T avb_calloc
fff3e890 T avb_strdup
fff3e8bd T avb_strstr
fff3e8fe T avb_strv_find_str
fff3e943 T avb_replace
fff3eae8 T avb_strdupv
fff3ebdb T avb_uppercase
fff3ebfa T avb_bin2hex
fff3ec4a T avb_version_string
fff3ec50 T avb_descriptor_validate_and_byteswap
fff3ecb4 T avb_descriptor_foreach
fff3ef3b T avb_descriptor_get_all
fff3efaa t count_descriptors
fff3efaf t set_descriptors
fff3efc3 T avb_hash_descriptor_validate_and_byteswap
fff3f0ff T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff3f1eb T avb_rsa_verify
fff3f65f t montMul
fff3f780 T avb_sha512_init
fff3f7ac T avb_sha512_update
fff3f843 t SHA512_transform
fff3fc4e T avb_sha512_final
fff3fd33 T avb_memcmp
fff3fd38 T avb_memcpy
fff3fd3d T avb_memset
fff3fd42 T avb_strcmp
fff3fd47 T avb_strncmp
fff3fd4c T avb_strlen
fff3fd51 T avb_abort
fff3fd59 T avb_printv
fff3fd90 T avb_malloc_
fff3fd95 T avb_free
fff3fd9a T avb_div_by_10
fff3fdca T avb_vbmeta_image_verify
fff4036b T avb_vbmeta_image_header_to_host_byte_order
fff4048d T avb_vbmeta_verify_result_to_string
fff404d3 T addBootConfigParameters
fff40569 T addBootConfigTrailer
fff405f7 T fdt_ro_probe_
fff4065f T fdt_header_size
fff4068f T fdt_check_header
fff4077d T fdt_offset_ptr
fff407ca T fdt_next_tag
fff408bf T fdt_check_node_offset_
fff408f6 T fdt_check_prop_offset_
fff4092d T fdt_next_node
fff409d8 T fdt_first_subnode
fff40a06 T fdt_next_subnode
fff40a44 T fdt_find_string_
fff40a8d T fdt_move
fff40ace T fdt_get_string
fff40b83 T fdt_get_mem_rsv
fff40bd0 t fdt_mem_rsv
fff40bf9 T fdt_num_mem_rsv
fff40c32 T fdt_subnode_offset_namelen
fff40cf0 T fdt_subnode_offset
fff40d18 T fdt_path_offset_namelen
fff40de2 T fdt_get_alias_namelen
fff40e4a T fdt_path_offset
fff40e68 T fdt_get_name
fff40ed8 T fdt_first_property_offset
fff40ef9 t nextprop_
fff40f46 T fdt_next_property_offset
fff40f67 t fdt_get_property_by_offset_
fff40f9f T fdt_get_property_namelen
fff40fd8 t fdt_get_property_namelen_
fff41063 T fdt_get_property
fff41094 T fdt_getprop_namelen
fff410e6 T fdt_getprop_by_offset
fff4116c T fdt_getprop
fff4119d T fdt_supernode_atdepth_offset
fff4122e T fdt_parent_offset
fff41277 T fdt_stringlist_search
fff41318 T fdt_add_mem_rsv
fff41381 t fdt_rw_probe_
fff413d3 t fdt_splice_mem_rsv_
fff41424 T fdt_del_mem_rsv
fff41469 t fdt_splice_struct_
fff414a5 T fdt_setprop_placeholder
fff41559 t fdt_add_property_
fff41677 T fdt_setprop
fff416af T fdt_delprop
fff41705 T fdt_add_subnode_namelen
fff417ec T fdt_add_subnode
fff41814 T fdt_open_into
fff41993 t fdt_blocks_misordered_
fff419d0 t fdt_packblocks_
fff41a4e t fdt_splice_
fff41abc T fdt_strerror
fff41aeb T fdt_address_cells
fff41b15 t fdt_cells
fff41b52 T fdt_size_cells
fff41b6f T fdtdec_get_int
fff41b9b T fdtdec_get_srcname
fff41baf T fdtdec_get_addr_size_fixed
fff41c50 T fdtdec_get_number
fff41c6f T fdtdec_get_addr_size_auto_parent
fff41cc6 T fdtdec_get_addr_size_auto_noparent
fff41d06 T fdtdec_get_pci_bar32
fff41d32 T fdtdec_get_is_enabled
fff41d66 T fdtdec_get_alias_seq
fff41e42 T fdtdec_get_alias_highest_id
fff41ef2 T fdtdec_get_chosen_prop
fff41f22 t fdtdec_prepare_fdt
fff41f63 T fdtdec_get_bool
fff41f81 T fdtdec_locate_byte_array
fff41fa8 T fdt_get_resource
fff420a2 W fdtdec_board_setup
fff420a5 T fdtdec_setup
fff42116 T qsort
fff421d3 T strcmp_compar
fff421dc T hcreate_r
fff4225d T hdestroy_r
fff422bf T hmatch_r
fff42338 T hsearch_r
fff42782 T hdelete_r
fff42855 T hexport_r
fff42af7 t cmpkey
fff42b04 T himport_r
fff42e0d t drop_var_from_set
fff42e59 T hwalk_r
fff42e98 t match_string
fff42f12 T display_options_get_banner_priv
fff42f9a T display_options_get_banner
fff42fb3 T display_options
fff43024 T print_size
fff43168 T hexdump_line
fff432ab T print_buffer
fff43374 W __div64_32
fff43494 T hang
fff434a3 T kmalloc
fff434d7 T strim
fff4351b T lmb_dump_all
fff4351c T arch_lmb_reserve_generic
fff435db T lmb_reserve
fff435fc T lmb_init_and_reserve
fff4366f t lmb_reserve_common
fff4372e T lmb_init_and_reserve_range
fff43781 T lmb_free
fff43911 t lmb_remove_region
fff4394e t lmb_add_region_flags
fff43d15 T lmb_reserve_flags
fff43d38 T lmb_alloc
fff43d51 T lmb_alloc_base
fff43d98 T __lmb_alloc_base
fff43fe9 T lmb_alloc_addr
fff440b8 T lmb_get_free_size
fff44192 W board_lmb_reserve
fff44193 T slre_compile
fff442b1 t compile
fff448d4 T slre_match
fff44945 t match
fff44c67 t get_escape_char
fff44cbd t quantifier
fff44d84 t relocate
fff44dd3 t loop_greedy
fff44e7d t loop_non_greedy
fff44ee3 T strncasecmp
fff44f3b T strcasecmp
fff44f43 T strcpy
fff44f53 T strncpy
fff44f69 T strlcpy
fff44f9b T strlen
fff44fab T strcat
fff44fc8 T strncat
fff44ff4 T strlcat
fff45022 T strnlen
fff4503f T strcmp
fff4505d T strncmp
fff45081 T strchr
fff45099 T strchrnul
fff450ab T strrchr
fff450cb T strdup
fff450ff T strsep
fff4514e T memcmp
fff45170 T strstr
fff451cb T memchr
fff451e4 T table_compute_checksum
fff451f6 T get_tbclk
fff45223 T get_ticks
fff4527d W timer_init
fff45280 T usec_to_tick
fff452ee T udelay
fff45314 T print_hex_dump
fff4531a T uuid_str_valid
fff4536b T uuid_guid_get_bin
fff453b3 T uuid_guid_get_str
fff453e5 T uuid_str_to_bin
fff45513 T uuid_bin_to_str
fff455bf T rand
fff455df t panic_finish
fff45605 T panic
fff4561e T vsnprintf
fff45638 t vsnprintf_internal
fff45ddd T vscnprintf
fff45e0b T snprintf
fff45e32 T sprintf
fff45e59 T printf
fff45e71 T vprintf
fff45ebb T simple_itoa
fff45ef6 t string16
fff45fc1 t string
fff46034 t number
fff462c1 t put_dec_trunc
fff463b0 t put_dec
fff46502 T simple_strtoul
fff46588 T hextoul
fff46592 T dectoul
fff4659c T strict_strtoul
fff465fd T simple_strtol
fff46619 T ustrtoul
fff4667f T ustrtoull
fff466ef T simple_strtoull
fff4677d T trailing_strtoln_end
fff467de T trailing_strtoln
fff467e5 T trailing_strtol
fff467ee T rtc_calc_weekday
fff468a2 T arp_init
fff468c6 T arp_raw_request
fff46962 T arp_request
fff469b6 T arp_timeout_check
fff46a26 T arp_is_waiting
fff46a31 T arp_receive
fff46bf8 T bootp_reset
fff46c21 T bootp_request
fff46ec9 t bootp_timeout_handler
fff46f1c t bootp_handler
fff4727c t eth_get_uclass_priv
fff472a2 T eth_set_current_to_next
fff472d3 T eth_get_dev
fff47324 T eth_set_dev
fff47352 T eth_get_dev_by_name
fff4740b T eth_get_ethaddr
fff4742c T eth_halt_state_only
fff4744d T eth_get_dev_index
fff4746a t on_ethaddr
fff474d2 T eth_init
fff475a2 T eth_halt
fff475db T eth_send
fff47627 T eth_rx
fff476ba T eth_initialize
fff47801 t eth_write_hwaddr
fff47888 t eth_post_bind
fff478c8 t eth_pre_unbind
fff478e9 t eth_post_probe
fff47a8d t eth_pre_remove
fff47abc T eth_env_get_enetaddr_by_index
fff47af0 T eth_env_set_enetaddr_by_index
fff47b24 T eth_common_init
fff47b25 T eth_mac_skip
fff47b5e T eth_current_changed
fff47bed T eth_get_name
fff47c0c T eth_try_another
fff47c6d T eth_set_current
fff47cd0 T ndisc_request
fff47e5a T ndisc_timeout_check
fff47ecd T ndisc_init
fff47f33 T process_ra
fff47fdc T ndisc_receive
fff48283 t on_ipaddr
fff482a5 t on_gatewayip
fff482c7 t on_netmask
fff482e9 t on_serverip
fff4830b t on_nvlan
fff48344 t on_vlan
fff4837d T net_auto_load
fff483cf t net_check_prereq
fff4851f T net_init
fff485a3 t net_init_loop
fff48611 T net_loop
fff488cb T net_start_again
fff489cd T net_set_timeout_handler
fff48a10 t start_again_timeout_handler
fff48a1b T net_set_udp_handler
fff48a2d T net_get_udp_handler
fff48a33 t dummy_handler
fff48a34 T net_get_arp_handler
fff48a3a T net_get_async_tx_pkt_buf
fff48a56 T net_send_udp_packet
fff48a76 T net_send_ip_packet
fff48bc6 T net_send_tcp_packet
fff48bfb T net_set_ether
fff48c5e T net_set_udp_header
fff48cbc T net_set_ip_header
fff48d3c T net_process_received_packet
fff48f96 t receive_icmp
fff48fd4 T net_eth_hdr_size
fff48ff1 T net_update_ether
fff49054 T copy_filename
fff49096 T net_parse_bootfile
fff4910e T ip_to_string
fff49146 t on_ip6addr
fff491c1 t on_gatewayip6
fff491ee t on_serverip6
fff4921b T ip6_is_unspecified_addr
fff4922e T ip6_is_our_addr
fff4926b T ip6_make_eui
fff4929d T ip6_make_lladdr
fff492dd T ip6_make_snma
fff49313 T ip6_make_mult_ethdstaddr
fff49328 T ip6_addr_in_subnet
fff4935f T csum_partial
fff49401 T csum_ipv6_magic
fff49488 T ip6_add_hdr
fff494d5 T udp6_add_hdr
fff49543 T net_send_ip_packet6
fff496d2 T net_send_udp_packet6
fff496f2 T net_send_tcp_packet6
fff49726 T net_ip6_handler
fff498f1 T ping_start
fff499b7 t ping_timeout_handler
fff499cd T ping_receive
fff49ac7 T ip6_make_ping
fff49b8b T ping6_send
fff49bfe T ping6_start
fff49c2e t ping6_timeout
fff49c44 T ping6_receive
fff49c96 T tftp_start
fff4a156 t tftp_timeout_handler
fff4a1b7 t tftp_handler
fff4a554 t tftp_send
fff4a76e t update_block_number
fff4a854 t tftp_complete
fff4a929 T fastboot_udp_start_server
fff4a983 t fastboot_timed_send_info
fff4aa98 t fastboot_handler
fff4abcd t fastboot_send
fff4ae9a T fastboot_tcp_start_server
fff4aef6 t fastboot_tcp_reset_state
fff4af8b t fastboot_tcp_handler_ipv4
fff4afa3 t fastboot_tcp_handler_ipv6
fff4afe7 t fastboot_tcp_handler
fff4b36a t fastboot_tcp_reset
fff4b392 t fastboot_tcp_send_packet
fff4b3ec t fastboot_tcp_answer
fff4b459 t fastboot_tcp_send_message
fff4b4d8 T udp_prereq
fff4b4eb T udp_start
fff4b4f7 T tcp_set_tcp_state
fff4b50b T tcp_update_last_connection_data_frame_time
fff4b51e T tcp_set_tcp_handler
fff4b530 t dummy_handler
fff4b531 T tcp_set_pseudo_header
fff4b593 T net_set_ack_options
fff4b62a T tcp_sent_state_machine
fff4b696 T net_set_tcp_header_common
fff4b770 T net_set_tcp_header
fff4b7ed T tcp_hole
fff4b909 T tcp_parse_options
fff4b936 T tcp_state_machine
fff4bbd5 T rxhand_tcp_f
fff4bd5a T net_set_tcp_handler6
fff4bd6c t dummy_handler
fff4bd6d T net_set_tcp_header6
fff4bdfa T rxhand_tcp6
fff4bf3d T __udivdi3
fff4bf55 t _64bit_divide
fff4c075 T __umoddi3
fff4c0b0 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff4c0c0 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff4c0d0 d _u_boot_list_2_cmd_2_ab_select
fff4c0d0 d complete_cmdv.start
fff4c0d0 d complete_cmdv.start.17
fff4c0d0 d do_help.start
fff4c0d0 d do_help.start.6
fff4c0d0 d find_cmd.start
fff4c0d0 d find_cmd.start.2
fff4c0ec d _u_boot_list_2_cmd_2_avb
fff4c108 d _u_boot_list_2_cmd_2_bcb
fff4c124 d _u_boot_list_2_cmd_2_boot
fff4c140 d _u_boot_list_2_cmd_2_boot_android
fff4c15c d _u_boot_list_2_cmd_2_bootd
fff4c178 d _u_boot_list_2_cmd_2_bootefi
fff4c194 d _u_boot_list_2_cmd_2_bootm
fff4c1b0 d _u_boot_list_2_cmd_2_bootp
fff4c1cc d _u_boot_list_2_cmd_2_bootz
fff4c1e8 d _u_boot_list_2_cmd_2_cls
fff4c204 d _u_boot_list_2_cmd_2_date
fff4c220 d _u_boot_list_2_cmd_2_dm
fff4c23c d _u_boot_list_2_cmd_2_echo
fff4c258 d _u_boot_list_2_cmd_2_eficonfig
fff4c274 d _u_boot_list_2_cmd_2_efidebug
fff4c290 d _u_boot_list_2_cmd_2_env
fff4c2ac d _u_boot_list_2_cmd_2_exit
fff4c2c8 d _u_boot_list_2_cmd_2_false
fff4c2e4 d _u_boot_list_2_cmd_2_fastboot
fff4c300 d _u_boot_list_2_cmd_2_fatinfo
fff4c31c d _u_boot_list_2_cmd_2_fatload
fff4c338 d _u_boot_list_2_cmd_2_fatls
fff4c354 d _u_boot_list_2_cmd_2_fatmkdir
fff4c370 d _u_boot_list_2_cmd_2_fatrm
fff4c38c d _u_boot_list_2_cmd_2_fatsize
fff4c3a8 d _u_boot_list_2_cmd_2_fatwrite
fff4c3c4 d _u_boot_list_2_cmd_2_fstype
fff4c3e0 d _u_boot_list_2_cmd_2_fstypes
fff4c3fc d _u_boot_list_2_cmd_2_gpt
fff4c418 d _u_boot_list_2_cmd_2_help
fff4c434 d _u_boot_list_2_cmd_2_itest
fff4c450 d _u_boot_list_2_cmd_2_lcdputs
fff4c46c d _u_boot_list_2_cmd_2_ln
fff4c488 d _u_boot_list_2_cmd_2_load
fff4c4a4 d _u_boot_list_2_cmd_2_ls
fff4c4c0 d _u_boot_list_2_cmd_2_mtrr
fff4c4dc d _u_boot_list_2_cmd_2_net
fff4c4f8 d _u_boot_list_2_cmd_2_panic
fff4c514 d _u_boot_list_2_cmd_2_part
fff4c530 d _u_boot_list_2_cmd_2_ping
fff4c54c d _u_boot_list_2_cmd_2_ping6
fff4c568 d _u_boot_list_2_cmd_2_printenv
fff4c584 d _u_boot_list_2_cmd_2_question_mark
fff4c5a0 d _u_boot_list_2_cmd_2_read
fff4c5bc d _u_boot_list_2_cmd_2_reset
fff4c5d8 d _u_boot_list_2_cmd_2_run
fff4c5f4 d _u_boot_list_2_cmd_2_save
fff4c610 d _u_boot_list_2_cmd_2_setcurs
fff4c62c d _u_boot_list_2_cmd_2_setenv
fff4c648 d _u_boot_list_2_cmd_2_setexpr
fff4c664 d _u_boot_list_2_cmd_2_showvar
fff4c680 d _u_boot_list_2_cmd_2_size
fff4c69c d _u_boot_list_2_cmd_2_sleep
fff4c6b8 d _u_boot_list_2_cmd_2_source
fff4c6d4 d _u_boot_list_2_cmd_2_test
fff4c6f0 d _u_boot_list_2_cmd_2_tftpboot
fff4c70c d _u_boot_list_2_cmd_2_true
fff4c728 d _u_boot_list_2_cmd_2_verified_boot_android
fff4c744 d _u_boot_list_2_cmd_2_version
fff4c760 d _u_boot_list_2_cmd_2_virtio
fff4c77c d _u_boot_list_2_cmd_2_zboot
fff4c798 d _u_boot_list_2_driver_2_blk_partition
fff4c798 d complete_cmdv.end
fff4c798 d dm_dump_driver_compat.start
fff4c798 d dm_dump_driver_compat.start.3
fff4c798 d dm_dump_drivers.start
fff4c798 d dm_dump_drivers.start.11
fff4c798 d do_help.end
fff4c798 d efi_driver_init.start
fff4c798 d find_cmd.end
fff4c798 d lists_bind_fdt.start
fff4c798 d lists_bind_fdt.start.3
fff4c798 d lists_driver_lookup_name.start
fff4c798 d lists_driver_lookup_name.start.1
fff4c7dc d _u_boot_list_2_driver_2_bootmeth_qfw
fff4c820 d _u_boot_list_2_driver_2_cpu_bus
fff4c864 d _u_boot_list_2_driver_2_cpu_qemu_drv
fff4c8a8 d _u_boot_list_2_driver_2_cpu_x86_drv
fff4c8ec d _u_boot_list_2_driver_2_efi_blk
fff4c930 d _u_boot_list_2_driver_2_efi_block
fff4c974 d _u_boot_list_2_driver_2_generic_syscon
fff4c9b8 d _u_boot_list_2_driver_2_irq_router_drv
fff4c9fc d _u_boot_list_2_driver_2_motorola_mc146818
fff4ca40 d _u_boot_list_2_driver_2_ns16550_serial
fff4ca84 d _u_boot_list_2_driver_2_pci_bridge_drv
fff4cac8 d _u_boot_list_2_driver_2_pci_generic_drv
fff4cb0c d _u_boot_list_2_driver_2_pci_x86
fff4cb50 d _u_boot_list_2_driver_2_qfw_bootdev
fff4cb94 d _u_boot_list_2_driver_2_qfw_pio
fff4cbd8 d _u_boot_list_2_driver_2_root_driver
fff4cc1c d _u_boot_list_2_driver_2_sysinfo_smbios
fff4cc60 d _u_boot_list_2_driver_2_vidconsole_normal
fff4cca4 d _u_boot_list_2_driver_2_virtio_blk
fff4cce8 d _u_boot_list_2_driver_2_virtio_bootdev
fff4cd2c d _u_boot_list_2_driver_2_virtio_console
fff4cd70 d _u_boot_list_2_driver_2_virtio_net
fff4cdb4 d _u_boot_list_2_driver_2_virtio_pci_modern
fff4cdf8 d _u_boot_list_2_driver_2_x86_reset
fff4ce3c d _u_boot_list_2_driver_2_x86_tsc_timer
fff4ce80 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4ce80 d bind_drivers_pass.start
fff4ce80 d bind_drivers_pass.start.15
fff4ce80 d dm_dump_driver_compat.end
fff4ce80 d dm_dump_drivers.end
fff4ce80 d dm_dump_static_driver_info.start
fff4ce80 d dm_dump_static_driver_info.start.19
fff4ce80 d efi_driver_init.end
fff4ce80 d lists_bind_fdt.end
fff4ce80 d lists_driver_lookup_name.end
fff4ce88 d _u_boot_list_2_env_clbk_2_baudrate
fff4ce88 d bind_drivers_pass.end
fff4ce88 d dm_dump_static_driver_info.end
fff4ce88 d find_env_callback.start
fff4ce88 d find_env_callback.start.3
fff4ce90 d _u_boot_list_2_env_clbk_2_callbacks
fff4ce98 d _u_boot_list_2_env_clbk_2_console
fff4cea0 d _u_boot_list_2_env_clbk_2_ethaddr
fff4cea8 d _u_boot_list_2_env_clbk_2_flags
fff4ceb0 d _u_boot_list_2_env_clbk_2_gatewayip
fff4ceb8 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4cec0 d _u_boot_list_2_env_clbk_2_ip6addr
fff4cec8 d _u_boot_list_2_env_clbk_2_ipaddr
fff4ced0 d _u_boot_list_2_env_clbk_2_loadaddr
fff4ced8 d _u_boot_list_2_env_clbk_2_netmask
fff4cee0 d _u_boot_list_2_env_clbk_2_nvlan
fff4cee8 d _u_boot_list_2_env_clbk_2_serverip
fff4cef0 d _u_boot_list_2_env_clbk_2_serverip6
fff4cef8 d _u_boot_list_2_env_clbk_2_vlan
fff4cf00 d _env_driver_lookup.start
fff4cf00 d _env_driver_lookup.start.11
fff4cf00 d _u_boot_list_2_env_driver_2_nowhere
fff4cf00 d env_select.start
fff4cf00 d env_select.start.8
fff4cf00 d find_env_callback.end
fff4cf18 d _env_driver_lookup.end
fff4cf18 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
fff4cf18 d env_select.end
fff4cf18 d event_show_spy_list.start
fff4cf18 d event_show_spy_list.start.4
fff4cf18 d notify_static.start
fff4cf18 d notify_static.start.11
fff4cf20 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_last_stage_init
fff4cf28 d _u_boot_list_2_log_driver_2_console
fff4cf28 d event_show_spy_list.end
fff4cf28 d fit_loadable_process.start
fff4cf28 d fit_loadable_process.start.27
fff4cf28 d log_init.start
fff4cf28 d log_init.start.6
fff4cf28 d notify_static.end
fff4cf34 d log_init.end
fff4cf38 d _u_boot_list_2_part_driver_2_a_efi
fff4cf38 d do_part_types.start
fff4cf38 d do_part_types.start.20
fff4cf38 d part_driver_get_count.start
fff4cf38 d part_driver_get_first.start
fff4cf38 d part_driver_get_type.start
fff4cf38 d part_driver_get_type.start.62
fff4cf38 d part_driver_lookup_type.start
fff4cf38 d part_driver_lookup_type.start.46
fff4cf38 d part_get_type_by_name.start
fff4cf38 d part_get_type_by_name.start.1
fff4cf38 d part_init.start
fff4cf38 d part_init.start.20
fff4cf50 d _u_boot_list_2_part_driver_2_dos
fff4cf68 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4cf68 d do_part_types.end
fff4cf68 d part_driver_get_count.end
fff4cf68 d part_driver_get_type.end
fff4cf68 d part_driver_lookup_type.end
fff4cf68 d part_get_type_by_name.end
fff4cf68 d part_init.end
fff4cf68 d pci_find_and_bind_driver.start
fff4cf68 d pci_find_and_bind_driver.start.15
fff4cf70 d _u_boot_list_2_uclass_driver_2_backlight
fff4cf70 d lists_uclass_lookup.start
fff4cf70 d lists_uclass_lookup.start.2
fff4cf70 d pci_find_and_bind_driver.end
fff4cfb8 d _u_boot_list_2_uclass_driver_2_blk
fff4d000 d _u_boot_list_2_uclass_driver_2_cpu
fff4d048 d _u_boot_list_2_uclass_driver_2_efi
fff4d090 d _u_boot_list_2_uclass_driver_2_ethernet
fff4d0d8 d _u_boot_list_2_uclass_driver_2_irq
fff4d120 d _u_boot_list_2_uclass_driver_2_lpc
fff4d168 d _u_boot_list_2_uclass_driver_2_nop
fff4d1b0 d _u_boot_list_2_uclass_driver_2_northbridge
fff4d1f8 d _u_boot_list_2_uclass_driver_2_panel
fff4d240 d _u_boot_list_2_uclass_driver_2_partition
fff4d288 d _u_boot_list_2_uclass_driver_2_pch
fff4d2d0 d _u_boot_list_2_uclass_driver_2_pci
fff4d318 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4d360 d _u_boot_list_2_uclass_driver_2_qfw
fff4d3a8 d _u_boot_list_2_uclass_driver_2_rng
fff4d3f0 d _u_boot_list_2_uclass_driver_2_root
fff4d438 d _u_boot_list_2_uclass_driver_2_rtc
fff4d480 d _u_boot_list_2_uclass_driver_2_serial
fff4d4c8 d _u_boot_list_2_uclass_driver_2_syscon
fff4d510 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4d558 d _u_boot_list_2_uclass_driver_2_sysreset
fff4d5a0 d _u_boot_list_2_uclass_driver_2_timer
fff4d5e8 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4d630 d _u_boot_list_2_uclass_driver_2_video
fff4d678 d _u_boot_list_2_uclass_driver_2_virtio
fff4d6c0 R __splash_u_boot_logo_begin
fff4d6c0 d lists_uclass_lookup.end
fff4f1d4 R __splash_u_boot_logo_end
fff4f1e8 r sha512_h0
fff4f228 r sha512_k
fff4f558 r avb_pubkey_size
fff4f57c r baudrate_table
fff4f5c0 r blk_part_ops
fff4f5d4 r block_io_disk_template
fff4f5f0 r boot_os
fff4f638 r bootloader_id
fff4f724 r color
fff4f764 r colours
fff4f824 r commands
fff4f8e8 r cpu_qemu_ids
fff4f8f8 r cpu_qemu_ops
fff4f90c r cpu_x86_ids
fff4f91c r cpu_x86_ops
fff4f998 r env_flags_varaccess_mask
fff4f9c8 r .Lswitch.table.cli_ch_process
fff4f9e8 r LZ4_decompress_generic.inc32table
fff4fa08 r LZ4_decompress_generic.dec64table
fff4fa28 r sha256_h0
fff4fad4 r driver_ops
fff4fae4 r e820_type_name
fff4fb0c r efi_blk_ops
fff4fb20 r efi_block_io_guid
fff4fc7c r efi_device_path_to_text
fff4fc84 r efi_device_path_utilities
fff4fca4 r efi_file_handle_protocol
fff4fce4 r efi_file_info_guid
fff4fcf4 r efi_file_system_info_guid
fff4fd04 r efi_global_variable_guid
fff4fd14 r efi_gop_guid
fff4fd24 r efi_guid_bootmenu_auto_generated
fff4fd34 r efi_guid_device_path
fff4fd44 r efi_guid_device_path_to_text_protocol
fff4fd54 r efi_guid_device_path_utilities_protocol
fff4fd64 r efi_guid_driver_binding_protocol
fff4fd74 r efi_guid_dt_fixup_protocol
fff4fd84 r efi_guid_event_group_before_exit_boot_services
fff4fd94 r efi_guid_event_group_exit_boot_services
fff4fda4 r efi_guid_event_group_memory_map_change
fff4fdb4 r efi_guid_event_group_reset_system
fff4fdc4 r efi_guid_fdt
fff4fdd4 r efi_guid_hii_database_protocol
fff4fde4 r efi_guid_hii_string_protocol
fff4fdf4 r efi_guid_image_security_database
fff4fe04 r efi_guid_load_file2_protocol
fff4fe14 r efi_guid_load_file_protocol
fff4fe24 r efi_guid_loaded_image
fff4fe34 r efi_guid_loaded_image_device_path
fff4fe44 r efi_guid_rng_protocol
fff4fe54 r efi_guid_text_input_ex_protocol
fff4fe64 r efi_guid_text_input_protocol
fff4fe74 r efi_guid_text_output_protocol
fff4fe84 r efi_guid_unicode_collation_protocol2
fff4fe94 r efi_hii_database
fff4fec0 r efi_hii_string
fff4fed4 r efi_lf2_initrd_guid
fff4fee4 r efi_lf2_protocol
fff4ff14 r efi_mem_attrs
fff4ffbc r efi_mem_type_string
fff4fff8 r efi_net_guid
fff50008 r efi_pxe_base_code_protocol_guid
fff50018 r efi_rng_protocol
fff50020 r efi_rt_properties_table_guid
fff50030 r efi_simple_file_system_protocol_guid
fff50040 r efi_system_partition_guid
fff50050 r efi_system_volume_label_id
fff50060 r efi_u_boot_guid
fff50070 r efi_unicode_collation_protocol2
fff500d4 r exceptions
fff50154 r fastboot_boot.bootm_args
fff50170 r fastboot_set_reboot_flag.commands
fff50180 r fastboot_set_reboot_flag.recovery
fff501a0 r fdt_errtable
fff50214 r fdt_src_name
fff50228 r feature
fff5022c r feature
fff50230 r feature_legacy
fff50234 r fields
fff50244 r freq_desc_tables
fff5035c r fstypes
fff503e4 r generic_syscon_ids
fff5042c r getvar_dispatch
fff50520 r init_sequence_f
fff505f0 r init_sequence_f_r
fff505f8 r irq_router_ids
fff50608 r list_guid
fff50a28 r log_cat_name
fff50a68 r log_level_name
fff50a90 r maintenance_menu_items
fff50b14 r month_offset
fff50b44 r mtrr_type_name
fff50b60 r name_type
fff50c44 r ns16550_serial_ids
fff50c74 r ns16550_serial_ops
fff50c98 r op_adv
fff50d98 r op_table
fff50e18 r partition_basic_data_guid
fff50e28 r pci_bridge_ids
fff50e38 r pci_bridge_ops
fff50e40 r pci_generic_ids
fff50e50 r pci_x86_ids
fff50e60 r pci_x86_ops
fff50e68 r qfw_bootdev_ids
fff50e78 r qfw_bootmeth_ids
fff50e88 r reserved_list
fff50f0c r rtc_mc146818_ids
fff50f1c r rtc_mc146818_ops
fff50f48 r sha256_k
fff51048 r shim_lock_guid
fff51058 r smbios_guid
fff51068 r smbios_write_funcs
fff510a0 r sysinfo_smbios_ids
fff510b0 r sysinfo_smbios_ops
fff510c4 r system_guid
fff51114 r tsc_timer_ids
fff51124 r tsc_timer_ops
fff51128 r uclass_idname_str
fff51198 r uimage_comp
fff511f8 r uimage_os
fff51294 r uimage_type
fff51548 r virtio_blk_ops
fff5155c r virtio_bootdev_ids
fff5156c r virtio_console_serial_ops
fff51590 r virtio_drv_name
fff515a4 r virtio_net_ops
fff515f4 r virtio_pci_ops
fff51698 r weekdays
fff516c4 r x86_sysreset_ids
fff516d4 r x86_vendor_name
fff51700 r x86_vendors
fff51788 r END
fff5178c r capitalization_table
fff5265c r codepage_437
fff5275c r distfix
fff527dc r dp_lf2_handle
fff527f4 r inflate.order
fff5281a r inflate_table.dbase
fff5285a r inflate_table.dext
fff5289a r inflate_table.lbase
fff528d8 r inflate_table.lext
fff52916 r lenfix
fff532a0 r LONG_ONLY_CHARS
fff532a7 r _ctype
fff533a7 r android_bootloader_boot_flow.km_name
fff533b8 r avb_pubkey
fff537c1 r bootefi_help_text
fff538d2 r bootm_help_text
fff53c60 r bootz_help_text
fff53e68 r number.digits
fff53e78 r default_environment
fff54022 r dm_help_text
fff541a4 r efidebug_help_text
fff54547 r env_flags_varaccess_rep
fff5454c r env_flags_vartype_rep
fff54553 r env_help_text
fff54721 r erase_seq
fff54725 r extract_keymint_relevant_data.boot_patchlevel_key
fff5474b r extract_keymint_relevant_data.system_patchlevel_key
fff54773 r extract_keymint_relevant_data.system_version_key
fff54797 r extract_keymint_relevant_data.vendor_patchlevel_key
fff547bf r hex_asc
fff547d0 r illegal
fff547e1 r net_bcast_ethaddr
fff547e7 r net_null_addr_ip6
fff547f7 r net_null_ethaddr
fff547fd r padding_RSA2048_SHA256
fff548dd r padding_RSA2048_SHA512
fff5499d r padding_RSA4096_SHA256
fff54b7d r padding_RSA4096_SHA512
fff54d3d r padding_RSA8192_SHA256
fff5511d r padding_RSA8192_SHA512
fff554dd r print_size.names
fff554e3 r sep
fff554f4 r source_help_text
fff5551c r spc
fff5e06d r .L.str.8
fff5e0c9 r .L.str.17
fff5e0ce r .L.str.18
fff65322 r tab_seq
fff6532b r version_string
fff65380 D gdt64
fff65380 d gdt
fff653b0 d gdt_end
fff653b0 d load_flags
fff653d0 d xload_flags
fff653f8 d zboot_subcmds
fff654a0 d qfw_bootmeth_ops
fff654b8 d image_load_addr
fff654bc d cmd_bootm_sub
fff655b8 d partition
fff655bc d cmd_bcb_sub
fff65664 d default_tm
fff65688 d dm_subcmds
fff65730 d cmd_efidebug_sub
fff65810 d cmd_efidebug_boot_sub
fff6589c d cmd_efidebug_test_sub
fff658b8 d eficonfig_menu_desc
fff658bc d select_file_menu_items
fff658e0 d cmd_net
fff65918 d fastboot_help_text
fff659d4 d cmd_avb
fff65ad0 d env_id
fff65ad4 d cmd_env_sub
fff65b98 d init_sequence_r
fff65c20 d hist_cur
fff65c24 d av_
fff6602c d trim_threshold
fff66030 d sbrk_base
fff66034 d _stats
fff66048 d block_cache
fff66050 d root_info
fff66058 d x86_sysreset_ops
fff66064 d virtio_pci_supported
fff66780 d console_ops
fff667b4 d fonts
fff667e4 d video_fontdata_8x16
fff677e4 d qfw_bootdev_ops
fff677e8 d qfw_pio_ops
fff677f0 d env_htab
fff67800 d efi_obj_list
fff67808 d entry_count
fff6780c d efi_register_notify_events
fff67814 d efi_boot_services
fff678dc d efi_event_queue
fff678e4 d efi_tpl
fff678e8 d efi_cout_modes
fff6790c d efi_con_mode
fff67924 d efi_con_out
fff6794c d efi_con_in
fff67958 d efi_con_in_ex
fff67970 d cin_notify_functions
fff67978 d efi_dt_fixup_prot
fff67984 d efi_package_lists
fff6798c d efi_keyboard_layout_list
fff67994 d efi_mem
fff6799c d efi_obj_list_initialized
fff679a0 d efi_system_partition
fff679ac d algorithm_data
fff67a00 d y
fff67a04 d net_our_vlan
fff67a06 d net_native_vlan
fff67a08 d tftp_timeout_count_max
fff67a0c d tftp_block_size_option
fff67a0e d tftp_window_size_option
fff67a10 d timeout_ms
fff67a14 d timeout_count_max
fff67a18 d tftp_block_size
fff67a1a d sequence_number
fff67a1c d fastboot_send.cmd
fff67a30 d _GLOBAL_OFFSET_TABLE_
fff67a30 d __efi_runtime_rel_start
fff67b90 A __data_end
fff67b90 A __init_end
fff67b90 d __efi_runtime_rel_stop
fff67ba0 A __rel_dyn_start
fff67ba0 B __bss_start
fff67ba0 b i440fx
fff67bb0 b idt
fff683b0 b idt_ptr
fff683b8 b irq_handlers
fff68478 b spurious_irq_cnt
fff6847c b state
fff68498 b images
fff687ec b get_console.console
fff687f0 b block
fff687f4 b partition_data
fff688c0 b bcb
fff690c0 b image_addr
fff690c4 b image_size
fff690c8 b bootefi_device_path
fff690cc b bootefi_image_path
fff690d0 b avail_row
fff690d4 b eficonfig_init.init
fff690d8 b cin
fff690dc b cout
fff690e0 b virtio_curr_dev
fff690e4 b avb_ops
fff690e8 b top_vars
fff690ec b last_return_code
fff690f0 b get_dollar_var.buf
fff69118 b flag_repeat
fff6911c b ifs
fff69120 b map
fff69220 b do_repeat
fff69221 b get_user_input.the_command
fff69424 b stored_bootdelay
fff69428 b monitor_flash_len
fff6942c b hist_num
fff69430 b hist_max
fff69434 b hist_add_idx
fff69438 b hist_list
fff69488 b console_buffer
fff6968c b cli_readline_into_buffer.initted
fff6968d b hist_lines
fff6bea4 b ctrlc_disabled
fff6bea8 b ctrlc_was_pressed
fff6beac b console_devices
fff6beb8 b cd_count
fff6bec4 b tstcdev
fff6bec8 b mem_malloc_start
fff6becc b mem_malloc_end
fff6bed0 b mem_malloc_brk
fff6bed4 b top_pad
fff6bed8 b current_mallinfo.0
fff6bedc b max_sbrked_mem
fff6bee0 b max_total_mem
fff6bee4 b stdio_devices
fff6bef0 b devs
fff6bf40 b env_complete_buf
fff6c140 b tmp_buf
fff6c341 b print_efiname.name
fff6c366 b mode_info
fff6c46c b virtio_bootdev_ops
fff6c470 b virtio_pci_bind.num_devs
fff6c474 b fastboot_progress_callback
fff6c478 b fastboot_boot.boot_addr_start
fff6c48c b fastboot_buf_addr
fff6c490 b fastboot_buf_size
fff6c494 b fastboot_bytes_expected
fff6c498 b fastboot_bytes_received
fff6c49c b image_size
fff6c4a0 b first_call
fff6c4a4 b flags_list
fff6c4a8 b first_call
fff6c4ac b callback_list
fff6c4b0 b fs_type
fff6c4b4 b fs_dev_desc
fff6c4b8 b fs_partition
fff6c55c b fs_dev_part
fff6c560 b cur_dev
fff6c568 b cur_part_info
fff6c60c b total_sector
fff6c610 b get_set_cluster.tmpbuf_cluster
fff6c614 b bs
fff6c618 b rs
fff6c61c b timers_enabled
fff6c620 b current_image
fff6c624 b efi_st_keep_devices
fff6c628 b efi_get_next_monotonic_count.mono
fff6c630 b uart_obj
fff6c648 b console_timer_event
fff6c64c b key_available
fff6c650 b next_key
fff6c65c b efi_memory_map_key
fff6c660 b efi_root
fff6c664 b watchdog_timer_event
fff6c668 b dhcp_ack
fff6c66c b netobj
fff6c670 b transmit_buffer
fff6c674 b receive_buffer
fff6c678 b receive_lengths
fff6c67c b wait_for_packet
fff6c680 b network_timer_event
fff6c684 b rx_packet_num
fff6c688 b new_tx_packet
fff6c68c b rx_packet_idx
fff6c690 b efi_initrd_handle
fff6c694 b binman
fff6c698 b errno
fff6c69c b local_toa
fff6c6b4 b arp_wait_packet_ethaddr
fff6c6b8 b net_arp_wait_packet_ip
fff6c6bc b net_arp_wait_reply_ip.0
fff6c6c0 b arp_wait_tx_packet_size
fff6c6c4 b arp_tx_packet_buf
fff6cd04 b arp_tx_packet
fff6cd08 b arp_wait_timer_start
fff6cd0c b arp_wait_try
fff6cd10 b net_nis_domain
fff6cd30 b net_hostname
fff6cd50 b net_root_path
fff6cd90 b bootp_num_ids
fff6cd94 b bootp_try
fff6cd98 b bootp_start
fff6cd9c b bootp_timeout
fff6cda0 b time_taken_max
fff6cda4 b bootp_ids
fff6cdb4 b eth_errno
fff6cdb8 b eth_try_another.first_failed
fff6cdbc b eth_set_current.act
fff6cdc0 b eth_set_current.env_changed_id
fff6cdc4 b net_nd_sol_packet_ip6
fff6cdd4 b net_nd_timer_start
fff6cdd8 b net_nd_try
fff6cddc b net_nd_packet_mac_out
fff6cde0 b net_nd_tx_packet
fff6cde4 b net_nd_tx_packet_size
fff6cde8 b net_nd_packet_buf
fff6d428 b net_nd_rep_packet_ip6
fff6d438 b push_packet
fff6d43c b net_init.first_call
fff6d43d b net_pkt_buf
fff6f280 b net_tx_packet
fff6f284 b net_rx_packets
fff6f294 b net_state
fff6f298 b net_restarted
fff6f29c b net_dev_exists
fff6f2a0 b net_try_count
fff6f2a4 b net_boot_file_size
fff6f2a8 b net_ip
fff6f2ac b time_start
fff6f2b0 b time_handler
fff6f2b4 b time_delta
fff6f2b8 b net_restart_wrap
fff6f2bc b udp_packet_handler
fff6f2c0 b arp_packet_handler
fff6f2c4 b net_server_ethaddr
fff6f2cc b net_server_ip
fff6f2d0 b net_rx_packet
fff6f2d4 b net_rx_packet_len
fff6f2d8 b net_ethaddr
fff6f2e0 b net_ip_id
fff6f2e4 b net_boot_file_name
fff6f6e4 b net_netmask
fff6f6e8 b net_gateway
fff6f6ec b net_dns_server
fff6f6f0 b net_boot_file_name_explicit
fff6f6f4 b net_boot_file_expected_size_in_blocks
fff6f6f8 b net_gateway6
fff6f708 b net_ip6
fff6f718 b net_link_local_ip6
fff6f728 b net_server_ip6
fff6f738 b net_prefix_length
fff6f73c b use_ip6
fff6f740 b net_ping_ip
fff6f744 b ping_seq_number
fff6f746 b seq_no
fff6f748 b net_ping_ip6
fff6f758 b saved_tftp_block_size_option
fff6f75c b tftp_remote_ip6
fff6f76c b tftp_remote_ip
fff6f770 b tftp_filename
fff6f7f0 b default_filename
fff6f800 b tftp_load_addr
fff6f804 b tftp_state
fff6f808 b time_start
fff6f80c b tftp_remote_port
fff6f810 b timeout_count
fff6f814 b tftp_our_port
fff6f818 b tftp_cur_block
fff6f81c b tftp_windowsize
fff6f81e b tftp_last_nack
fff6f820 b tftp_tsize
fff6f824 b tftp_tsize_num_hash
fff6f828 b tftp_load_size
fff6f82c b tftp_next_ack
fff6f830 b tftp_prev_block
fff6f834 b tftp_block_wrap
fff6f838 b tftp_block_wrap_offset
fff6f83c b fastboot_our_port
fff6f840 b fastboot_timed_send_info.start
fff6f844 b last_packet_len
fff6f848 b last_packet
fff6fc48 b fastboot_remote_ip.0
fff6fc4c b fastboot_remote_port
fff6fc50 b fastboot_send.command
fff6fc91 b fastboot_send.pending_command
fff6fc94 b state
fff6fc98 b command
fff6fcd9 b response
fff6fd20 b curr_header_buffer
fff6fd28 b curr_sport
fff6fd2a b curr_dport
fff6fd2c b curr_tcp_seq_num
fff6fd30 b curr_tcp_ack_num
fff6fd34 b curr_request_len
fff6fd38 b curr_chunk_size
fff6fd40 b curr_chunk_downloaded
fff6fd48 b curr_header_downloaded
fff6fd50 b command_handled_id
fff6fd54 b command_handled_success
fff6fd55 b is_ipv6
fff6fd58 b ip_header_size
fff6fd5c b udp_ops
fff6fd60 b current_tcp_state
fff6fd64 b tcp_last_connection_data_frame
fff6fd68 b tcp_packet_handler
fff6fd6c b loc_timestamp
fff6fd70 b rmt_timestamp
fff6fd74 b tcp_lost
fff6fd98 b tcp_activity_count
fff6fd9c b tcp_ack_edge
fff6fda0 b prev_len
fff6fda4 b sack_idx
fff6fda8 b edge_a
fff6ff28 b tcp6_packet_handler
fff6ff2c B __bss_end
fff78080 A __rel_dyn_end
fff78080 A _end