summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_x86_64/System.map
blob: cf053e03452ca07791320d1d2e584c725411d9d1 (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
fff062c6 t _extract_boot_image_header
fff06340 t _read_in_boot_ramdisk
fff06370 T android_image_get_second
fff06374 T android_image_get_dtb_by_index
fff06377 t android_read_data
fff06497 T android_bootloader_boot_flow
fff06d4f t do_avb_verify
fff06ed8 t android_part_get_info_by_name_suffix
fff06f4b t get_partition_size
fff06fc9 T android_bootloader_request_response
fff0722a t console_write
fff0729e t console_read
fff0730f T oemlock_is_allowed
fff07319 t oemlock_get_field
fff0737a T oemlock_set_locked
fff073eb T oemlock_is_locked
fff073f5 t get_console
fff07454 T write_avb_to_keymint_console
fff07914 t parse_patchlevel
fff079fe T fdt_find_and_setprop
fff07a50 T fdt_find_or_add_subnode
fff07a9f T fdt_root
fff07b17 T fdt_initrd
fff07c96 W board_fdt_chosen_bootargs
fff07ca0 T fdt_chosen
fff07d59 T do_fixup_by_path
fff07d98 T fdt_fixup_ethernet
fff07efe T fdt_shrink_to_minimum
fff07fe3 T fdt_support_default_count_cells
fff08034 T fdt_translate_address
fff0804f t __of_translate_address
fff0827e t of_bus_default_map
fff0832d t of_bus_default_translate
fff0838b T boot_fdt_add_mem_rsv_regions
fff084a9 t boot_fdt_reserve_region
fff08502 T boot_relocate_fdt
fff08771 t fdt_error
fff08796 T boot_get_fdt
fff08986 W ft_verify_fdt
fff0898a W arch_fixup_fdt
fff0898d T image_setup_libfdt
fff08b11 T do_bootm
fff08be1 T bootm_maybe_autostart
fff08c44 T do_bootd
fff08c5f t do_help
fff08c97 t do_panic
fff08cb3 t do_version
fff08cee t do_ab_select
fff08dc9 T blk_common_cmd
fff090ad t do_source
fff090eb T bcb_find_partition_and_load
fff09152 t __bcb_initialize
fff09225 t __bcb_load
fff092ea T bcb_load
fff0933d T bcb_set
fff09352 t __bcb_set
fff0941c T bcb_get
fff09461 t bcb_field_get
fff09510 T bcb_store
fff09515 t __bcb_store
fff09581 T bcb_reset
fff095bd t do_bcb
fff096f6 t do_bcb_load
fff09760 t do_bcb_set
fff0976f t do_bcb_clear
fff097c0 t do_bcb_test
fff09843 t do_bcb_dump
fff09890 t do_bcb_store
fff09895 t do_boot_android
fff098ac t do_verified_boot_android
fff098c3 t boot_android
fff09a00 T efi_get_image_parameters
fff09a10 T efi_set_bootdev
fff09b35 T efi_install_fdt
fff09d90 T efi_run_image
fff09f24 t do_bootefi_exec
fff0a04f t do_bootefi
fff0a233 W bootz_setup
fff0a247 T do_bootz
fff0a31e t do_video_clear
fff0a333 T mk_date
fff0a562 t do_date
fff0a6cb t do_dm
fff0a73a t complete_dm
fff0a766 t do_dm_dump_driver_compat
fff0a774 t do_dm_dump_devres
fff0a777 t do_dm_dump_drivers
fff0a785 t do_dm_dump_static_driver_info
fff0a793 t do_dm_dump_tree
fff0a822 t do_dm_dump_uclass
fff0a86b t do_echo
fff0a8d3 t do_efidebug
fff0a948 t do_efi_boot_opt
fff0a993 t do_efi_show_drivers
fff0aa99 t do_efi_show_handles
fff0abef t do_efi_show_images
fff0abff t do_efi_show_memmap
fff0ad2b t do_efi_show_tables
fff0ad3e t do_efi_test
fff0ad87 t do_efi_query_info
fff0ae7c t do_efi_boot_add
fff0b27b t do_efi_boot_rm
fff0b341 t do_efi_boot_dump
fff0b578 t do_efi_boot_next
fff0b614 t do_efi_boot_order
fff0b8a6 t do_efi_test_bootmgr
fff0b93c T efi_show_tables
fff0b992 T eficonfig_print_msg
fff0b9c0 T eficonfig_print_entry
fff0ba34 T eficonfig_display_statusline
fff0ba7c T eficonfig_choice_entry
fff0bb09 T eficonfig_destroy
fff0bb68 T eficonfig_process_quit
fff0bb6e T eficonfig_append_menu_entry
fff0bbf6 T eficonfig_append_quit_entry
fff0bc40 T eficonfig_create_fixed_menu
fff0bcb5 T eficonfig_process_common
fff0bdd0 T eficonfig_create_device_path
fff0be45 T eficonfig_process_clear_file_selection
fff0be5a T eficonfig_process_show_file_option
fff0bec2 T eficonfig_process_select_file
fff0c6a8 T eficonfig_choice_change_boot_order
fff0c8bb t do_eficonfig
fff0ca3f t eficonfig_volume_selected
fff0ca55 t sort_file
fff0ca64 t eficonfig_file_selected
fff0cbd6 t eficonfig_process_add_boot_option
fff0cc55 t eficonfig_process_edit_boot_option
fff0cd5e t eficonfig_process_change_boot_order
fff0cfdf t eficonfig_process_delete_boot_option
fff0d015 t eficonfig_edit_boot_option
fff0d45e t fill_file_info
fff0d4bc t eficonfig_set_boot_option
fff0d53a t create_boot_option_entry
fff0d5bc t eficonfig_boot_add_enter_description
fff0d5da t prepare_file_selection_entry
fff0d711 t eficonfig_boot_add_optional_data
fff0d72f t eficonfig_boot_edit_save
fff0d779 t handle_user_input
fff0d7f9 t eficonfig_show_boot_selection
fff0d9a3 t eficonfig_add_boot_selection_entry
fff0db00 t eficonfig_process_boot_selected
fff0db0f t eficonfig_print_change_boot_order_entry
fff0dba0 t eficonfig_add_change_boot_order_entry
fff0dcac t eficonfig_process_save_boot_order
fff0dd75 t do_exit
fff0dda2 T do_fat_size
fff0ddb4 T do_fat_fsload
fff0ddc6 t do_fat_ls
fff0ddd8 t do_fat_fsinfo
fff0de63 t do_fat_fswrite
fff0de75 t do_fat_rm
fff0de87 t do_fat_mkdir
fff0de99 t do_size_wrapper
fff0deab t do_load_wrapper
fff0debd t do_save_wrapper
fff0decf t do_ls_wrapper
fff0dee1 t do_ln_wrapper
fff0def3 t do_fstype_wrapper
fff0def8 t do_fstypes_wrapper
fff0defd t do_itest
fff0df6b t binary_test
fff0e078 t evalstr
fff0e0c7 t evalexp
fff0e124 t do_sleep
fff0e1f1 t do_bootp
fff0e20d T do_tftpb
fff0e22c t netboot_common
fff0e5a3 t do_ping
fff0e604 T do_ping6
fff0e670 t do_net
fff0e6cd t do_net_list
fff0e74a t do_net_stats
fff0e84e t do_part
fff0eb65 t do_part_types
fff0ebf7 t do_part_set
fff0ec64 t do_part_type
fff0ecdc t do_part_info
fff0ee20 t do_rw
fff0eefc T setexpr_regex_sub
fff0f10a t substitute
fff0f1cd t do_setexpr
fff0f430 t get_arg
fff0f4cc t regex_sub_var
fff0f5b8 t do_test
fff0f84a t do_false
fff0f84e t do_true
fff0f851 t do_virtio
fff0f8d7 t do_video_setcursor
fff0f930 t do_video_puts
fff0f985 t do_fastboot
fff0fb16 t do_gpt
fff0fd66 t gpt_verify
fff0fe6f t gpt_setenv
fff0ff61 t gpt_enumerate
fff10075 t do_disk_guid
fff100c0 t set_gpt_info
fff105e5 t extract_val
fff10660 t extract_env
fff106fe T do_avb_init
fff1074e T do_avb_read_part
fff10803 T do_avb_read_part_hex
fff10918 T do_avb_write_part
fff109b5 T do_avb_read_rb
fff10a2b T do_avb_write_rb
fff10a9c T do_avb_get_uuid
fff10b07 T do_avb_verify_part
fff10b97 T do_avb_is_unlocked
fff10c01 t do_avb
fff10c58 t do_mtrr
fff10e56 T env_get_id
fff10e5c T env_set
fff10eb2 t _do_env_set
fff1104c t do_env
fff11097 t do_env_print
fff11124 t do_env_set
fff11144 t do_env_default
fff111d9 t do_env_delete
fff11279 t do_env_verified_import
fff114a4 t do_env_exists
fff114ec t env_print
fff1159e T board_init_f_alloc_reserve
fff115a7 T board_init_f_init_reserve
fff115d7 T main_loop
fff11618 T get_version
fff1161e T jumptable_init
fff118a2 t dummy
fff118a3 t mdelay
fff118ae T get_local_var
fff11913 T set_local_var
fff11a4d T unset_local_var
fff11ac3 T parse_string_outer
fff11b9b t parse_stream_outer
fff121d0 T parse_file_outer
fff1220c T u_boot_hush_start
fff12249 t do_showvar
fff12331 t static_peek
fff12337 t static_get
fff1234b t done_word
fff125c5 t done_pipe
fff12600 t file_peek
fff12606 t free_pipe_list
fff126b6 t new_pipe
fff126e9 t done_command
fff1275a t b_addqchr
fff1279c t b_addchr
fff127f1 t run_list_real
fff12fa6 t insert_var_value_sub
fff13263 t make_string
fff13377 t file_get
fff134f5 T bootdelay_process
fff13585 T autoboot_command
fff1366b W board_add_ram_info
fff1366c W mach_cpu_init
fff1366f W arch_setup_dest_addr
fff13672 W arch_reserve_mmu
fff13675 W arch_reserve_stacks
fff13678 W arch_setup_bdinfo
fff1367b T setup_bdinfo
fff13686 T board_init_f
fff136af T board_init_f_r
fff136ff t setup_mon_len
fff1370f t initf_bootstage
fff13712 t bloblist_maybe_init
fff13715 t setup_spl_handoff
fff13718 t initf_dm
fff13720 t init_baud_rate
fff13747 t display_text_info
fff1374a t print_resetinfo
fff137de t announce_dram_init
fff137f1 t setup_dest_addr
fff1384e t reserve_round_4k
fff1385e t reserve_video
fff1388b t reserve_trace
fff1388e t reserve_uboot
fff138d0 t reserve_malloc
fff138ee t reserve_board
fff13943 t reserve_global_data
fff13974 t reserve_fdt
fff139e2 t reserve_bootstage
fff139e5 t reserve_bloblist
fff139e8 t reserve_stacks
fff13a06 t show_dram_config
fff13ceb t display_new_sp
fff13cee t reloc_fdt
fff13d3d t reloc_bootstage
fff13d40 t reloc_bloblist
fff13d43 t setup_reloc
fff13d8f t cyclic_unregister_all
fff13d92 t jump_to_copy
fff13dc3 W cpu_secondary_init_r
fff13dc6 W arch_initr_trap
fff13dc9 W power_init_board
fff13dcc T board_init_r
fff13df5 t initr_trace
fff13df8 t initr_reloc
fff13e08 t initr_reloc_global_data
fff13e3a t initr_barrier
fff13e3d t initr_malloc
fff13e6c t initr_bootstage
fff13e6f t initr_of_live
fff13e72 t initr_dm
fff13ea0 t initr_binman
fff13ec7 t initr_dm_devices
fff13eca t initr_announce
fff13ecd t dm_announce
fff13f3c t initr_env
fff13f93 t initr_net
fff13fab t run_main_loop
fff13fbf T iomux_match_device
fff13fdf T iomux_doenv
fff14195 T menu_default_choice
fff141aa T menu_default_set
fff1421c T menu_get_choice
fff1438e T menu_item_add
fff14443 T menu_create
fff144c2 T menu_destroy
fff1451a T bootmenu_conv_key
fff1457c T bootmenu_loop
fff145c2 T cli_ch_init
fff145ce T cli_ch_process
fff14741 T cread_line_process_ch
fff14bd5 t cread_add_char
fff14c93 T cli_cread_init
fff14d03 T cli_readline
fff14d16 T cli_readline_into_buffer
fff15080 t delete_char
fff15128 T cli_simple_process_macros
fff15352 T bounce_buffer_start_extalign
fff153d0 T bounce_buffer_stop
fff15417 t on_console
fff154bd t console_needs_start_stop
fff15506 T console_stop
fff1552b T serial_printf
fff1556c T fgetc
fff155a2 t console_tstc
fff15619 T fputs
fff15663 T getchar
fff1568a T tstc
fff156b1 T putc
fff15720 T puts
fff1578a T flush
fff157f2 T ctrlc
fff15833 T disable_ctrlc
fff15841 T had_ctrlc
fff15849 T clear_ctrlc
fff15851 T console_search_dev
fff1586d T console_assign
fff1594a T console_init_f
fff15960 T console_init_r
fff15afe T sbrk
fff15b3c T mem_malloc_init
fff15b4f T malloc
fff15f61 t malloc_extend_top
fff160cc T free
fff162b6 T malloc_trim
fff1637f T realloc
fff16794 T memalign
fff168f0 T calloc
fff1697c T initf_malloc
fff169a5 T malloc_simple
fff169af t alloc_simple
fff16a36 T memalign_simple
fff16a3f T event_type_name
fff16a45 T event_notify
fff16af9 T event_notify_null
fff16b02 T event_register
fff16b60 T event_init
fff16b7b W get_effective_memsize
fff16b89 T stdio_file_to_flags
fff16b9d T stdio_get_by_name
fff16c61 T stdio_clone
fff16c93 T stdio_register_dev
fff16cd5 T stdio_register
fff16d0b T stdio_init_tables
fff16d1d T stdio_add_devices
fff16da1 t stdio_serial_putc
fff16da8 t stdio_serial_puts
fff16daf t stdio_serial_flush
fff16db4 t stdio_serial_getc
fff16db9 t stdio_serial_tstc
fff16dbe T run_command
fff16dca T run_command_list
fff16e27 T do_run
fff16e7c T cli_process_fdt
fff16ea8 T cli_secure_boot_cmd
fff16f09 T cli_loop
fff16f13 T cli_init
fff16f18 T _do_help
fff17037 T find_cmd_tbl
fff170ca T cmd_usage
fff1711e T find_cmd
fff1713f T var_complete
fff171a3 T complete_subcmdv
fff1731d T cmd_auto_complete
fff1767c T cmd_get_data_size
fff176d7 T cmd_always_repeatable
fff176f4 T cmd_never_repeatable
fff17711 T cmd_discard_repeatable
fff17729 T cmd_process
fff1785d T cmd_source_script
fff1789e T log_get_cat_name
fff178d9 T log_get_level_name
fff178ed T log_has_file
fff1794a T _log
fff17be0 T log_init
fff17cd6 t log_console_emit
fff17dbc T avb_ops_alloc
fff17e3d t read_from_partition
fff17e61 t write_to_partition
fff17e83 t validate_vbmeta_public_key
fff17ec3 t read_rollback_index
fff17ef0 t write_rollback_index
fff17f0b t read_is_device_unlocked
fff17f2a t get_unique_guid_for_partition
fff17f6f t get_size_of_partition
fff17fb5 T avb_ops_free
fff17feb T avb_verify
fff1802d T avb_verify_partitions
fff18166 t blk_byte_io
fff18461 t get_partition
fff18513 t blk_read_and_flush
fff18620 t avb_blk_write
fff18722 T qfw_get_dev
fff1872e T qfw_online_cpus
fff18750 T qemu_fwcfg_setup_kernel
fff188db T part_get_type_by_name
fff1893b T blk_get_dev
fff18950 t get_dev_hwpart
fff18977 T dev_print
fff18bbe T part_init
fff18c2e T part_print
fff18d5c t part_driver_lookup_type
fff18e03 T part_get_info_by_type
fff18ead T part_get_info
fff18ebe T part_get_info_whole_disk
fff18f07 T blk_get_device_by_str
fff18fe9 T blk_get_device_part_str
fff193b5 T part_get_info_by_name
fff1942d T part_get_info_by_dev_and_name
fff194b8 T part_get_info_by_dev_and_name_or_num
fff19515 T part_set_generic_name
fff19574 T disk_blk_read
fff195cb t disk_blk_part_validate
fff1961e T disk_blk_write
fff19675 T disk_blk_erase
fff196cc t test_block_type
fff19750 t part_get_info_dos
fff19774 t part_print_dos
fff197a0 t part_test_dos
fff19820 t part_get_info_extended
fff19afc t print_partition_extended
fff19d2f T get_disk_guid
fff19dab t find_valid_gpt
fff19e01 T part_print_efi
fff19f89 t is_pte_valid
fff19fc4 T part_get_info_efi
fff1a14d T write_gpt_table
fff1a284 t set_protective_mbr
fff1a344 T gpt_fill_pte
fff1a5bd T gpt_fill_header
fff1a654 t partition_entries_offset
fff1a6a5 T gpt_restore
fff1a783 T gpt_verify_headers
fff1a7ff t is_gpt_valid
fff1a9df T gpt_repair_headers
fff1ab69 t write_one_gpt_table
fff1abda T gpt_verify_partitions
fff1adc9 t validate_gpt_header
fff1ae72 t part_test_efi
fff1aefd T blk_get_uclass_name
fff1af1c T blk_get_devnum_by_uclass_idname
fff1afcd T blk_get_desc
fff1b083 T blk_list_part
fff1b0ec T blk_print_part_devnum
fff1b118 T blk_list_devices
fff1b16a T blk_print_device_num
fff1b19d T blk_show_device
fff1b202 T blk_dselect_hwpart
fff1b223 T blk_read
fff1b35b t blk_buffer_aligned
fff1b372 T blk_write
fff1b442 T blk_erase
fff1b491 T blk_dread
fff1b49c T blk_dwrite
fff1b4a7 T blk_derase
fff1b4b2 T blk_find_max_devnum
fff1b50c T blk_next_free_devnum
fff1b52a T blk_create_device
fff1b69f t blk_post_probe
fff1b793 T blkcache_read
fff1b88d T blkcache_fill
fff1b9db T blkcache_invalidate
fff1ba42 T device_bind_with_driver_data
fff1ba67 t device_bind_common
fff1bd17 T device_bind
fff1bd3c T device_bind_by_name
fff1bd9b T device_of_to_plat
fff1be80 T device_probe
fff1bf73 T device_get_uclass_id
fff1bf7d T dev_get_plat
fff1bf88 T dev_get_parent_plat
fff1bf93 T dev_get_uclass_plat
fff1bf9e T dev_get_priv
fff1bfa9 T dev_get_uclass_priv
fff1bfb4 T dev_get_parent_priv
fff1bfbf T dev_get_parent
fff1bfc3 T device_get_decendent_count
fff1bfe9 T device_find_first_child
fff1c002 T device_find_next_child
fff1c020 T device_first_child_err
fff1c04e T device_next_child_err
fff1c081 T dev_get_driver_data
fff1c085 T device_set_name_alloced
fff1c08a T device_set_name
fff1c0b0 T dev_set_priv
fff1c0b4 T dev_set_parent_priv
fff1c0b8 T dev_set_uclass_priv
fff1c0bc T dev_set_plat
fff1c0c0 T dev_set_parent_plat
fff1c0c4 T dev_set_uclass_plat
fff1c0c8 t alloc_priv
fff1c119 T devfdt_get_addr_index
fff1c1c5 T devfdt_get_addr_size_index
fff1c1fa T devfdt_get_addr_pci
fff1c273 T lists_driver_lookup_name
fff1c2d1 T lists_uclass_lookup
fff1c31b T lists_bind_drivers
fff1c3da T device_bind_driver
fff1c421 T device_bind_driver_to_node
fff1c45c T lists_bind_fdt
fff1c5ec T dm_root
fff1c605 T dm_init
fff1c699 T dm_remove_devices_flags
fff1c6c2 T dm_scan_fdt_dev
fff1c6e8 t dm_scan_fdt_node
fff1c763 T dm_extended_scan
fff1c7c2 W dm_scan_other
fff1c7c5 T dm_init_and_scan
fff1c840 T dm_get_stats
fff1c864 t dm_probe_devices
fff1c8c8 T uclass_get_priv
fff1c8cb T uclass_get
fff1ca01 T uclass_get_name
fff1ca22 T dev_get_uclass_index
fff1ca57 T uclass_find_device
fff1ca9c T uclass_find_first_device
fff1cacd T uclass_find_next_device
fff1caea T uclass_find_device_by_namelen
fff1cb67 T uclass_find_next_free_seq
fff1cbbd T uclass_find_device_by_seq
fff1cc01 T uclass_find_device_by_of_offset
fff1cc44 T uclass_find_device_by_ofnode
fff1cc87 T uclass_get_nth_device_by_driver_name
fff1ccf2 T uclass_get_device
fff1cd20 T uclass_get_device_by_name
fff1cd69 T uclass_get_device_by_seq
fff1cd97 T uclass_get_device_by_of_offset
fff1cdc5 T uclass_get_device_by_ofnode
fff1cdf3 T uclass_first_device
fff1ce28 t _uclass_next_device
fff1ce5c T uclass_next_device
fff1ce7b T uclass_first_device_err
fff1ce9b T uclass_first_device_check
fff1cee1 T uclass_next_device_check
fff1cf06 T uclass_get_count
fff1cf31 T uclass_first_device_drvdata
fff1cf8a T uclass_bind_device
fff1cfe1 T uclass_pre_unbind_device
fff1cffd T uclass_unbind_device
fff1d013 T uclass_pre_probe_device
fff1d053 T uclass_post_probe_device
fff1d091 T uclass_pre_remove_device
fff1d0ad T uclass_probe_all
fff1d0f2 T pci_get_devfn
fff1d12f T dev_tag_set_ptr
fff1d1d7 T dev_tag_get_ptr
fff1d232 T dev_tag_del
fff1d2aa T devres_release_probe
fff1d2c2 t release_nodes
fff1d316 T devres_release_all
fff1d32e T device_chld_unbind
fff1d3b4 T device_unbind
fff1d4a6 T device_chld_remove
fff1d500 T device_remove
fff1d5f0 T device_free
fff1d673 T dm_dump_tree
fff1d6e8 t dm_dump_tree_single
fff1d746 t dm_dump_tree_recursive
fff1d7cc T dm_dump_uclass
fff1d85d t dm_dump_uclass_single
fff1d904 T dm_dump_driver_compat
fff1d9a6 T dm_dump_drivers
fff1dab5 T dm_dump_static_driver_info
fff1db01 t show_devices
fff1dc80 t h_cmp_uclass_id
fff1dc9f t init_range
fff1dcf7 T regmap_init_mem
fff1de57 T syscon_get_by_driver_data
fff1de6b t syscon_pre_probe
fff1de9b T ofnode_get_name
fff1deb4 T ofnode_read_u32_index
fff1df06 T ofnode_read_u32_default
fff1df21 T ofnode_read_bool
fff1df46 T ofnode_read_string
fff1df83 T ofnode_read_size
fff1dfb2 T ofnode_find_subnode
fff1dfcf T ofnode_is_enabled
fff1dfeb T ofnode_first_subnode
fff1e008 T ofnode_next_subnode
fff1e025 T ofnode_get_parent
fff1e042 T ofnode_path
fff1e066 T ofnode_get_chosen_node
fff1e0cd T ofnode_get_property
fff1e0ed T ofnode_read_u8_array_ptr
fff1e10d T ofnode_read_pci_addr
fff1e1d1 T ofnode_read_pci_vendev
fff1e2a5 T ofnode_read_simple_addr_cells
fff1e2b5 T ofnode_read_simple_size_cells
fff1e2c5 T ofnode_pre_reloc
fff1e41a T ofnode_conf_read_int
fff1e458 T ofnode_conf_read_str
fff1e487 T sysreset_get_status
fff1e4a5 T sysreset_walk
fff1e512 T sysreset_walk_halt
fff1e554 T do_reset
fff1e59b T pch_sysreset_power_off
fff1e61e t x86_sysreset_probe
fff1e644 t x86_sysreset_request
fff1e66c t x86_sysreset_get_last
fff1e672 T pch_ioctl
fff1e697 T setup_video
fff1e746 T pci_get_bus
fff1e789 T dm_pci_get_bdf
fff1e7cd T pci_bus_find_devfn
fff1e822 T dm_pci_write_config
fff1e8a4 T pci_write_config32
fff1e8bc t pci_write_config
fff1e91e T pci_write_config16
fff1e936 T pci_write_config8
fff1e94e T dm_pci_write_config8
fff1e961 T dm_pci_read_config
fff1ea11 t pci_read_config
fff1ea9f T pci_read_config16
fff1eac9 T pci_read_config8
fff1eaf1 T dm_pci_read_config8
fff1eb16 T dm_pci_read_config16
fff1eb3d T dm_pci_read_config32
fff1eb62 W board_pci_fixup_dev
fff1eb63 T pci_bind_bus_devices
fff1f058 T dm_pci_read_bar32
fff1f094 T dm_pci_bus_to_phys
fff1f139 T dm_pci_map_bar
fff1f196 T dm_pci_find_next_capability
fff1f1ac t _dm_pci_find_next_capability
fff1f238 T dm_pci_find_capability
fff1f2a7 t pci_uclass_pre_probe
fff1f5ad t pci_uclass_post_probe
fff1f5c3 t pci_uclass_child_post_bind
fff1f5f4 T pci_init
fff1f626 t pci_bridge_read_config
fff1f6a3 t pci_bridge_write_config
fff1f6ec t _pci_x86_read_config
fff1f70b t _pci_x86_write_config
fff1f72a T serial_init
fff1f851 T serial_setbrg
fff1f890 T serial_initialize
fff1f89e T serial_putc
fff1f8f2 T serial_puts
fff1f917 t _serial_puts
fff1f95d T serial_flush
fff1f997 T serial_getc
fff1f9d0 T serial_tstc
fff1fa03 T serial_stdio_init
fff1fa04 t on_baudrate
fff1fae4 t serial_post_probe
fff1fb89 t serial_pre_remove
fff1fb8c t serial_stub_putc
fff1fbc8 t serial_stub_puts
fff1fbd0 t serial_stub_flush
fff1fbf2 t serial_stub_getc
fff1fc13 t serial_stub_tstc
fff1fc2b T ns16550_init
fff1fcb1 t ns16550_setbrg
fff1fd22 T ns16550_serial_probe
fff1fd88 T ns16550_serial_of_to_plat
fff1fe5c t ns16550_serial_setbrg
fff1fe88 t ns16550_serial_getc
fff1fec3 t ns16550_serial_putc
fff1ff01 t ns16550_serial_pending
fff1ff32 t ns16550_serial_setconfig
fff1ff80 t ns16550_serial_getinfo
fff1ffc5 T timer_get_count
fff1ffeb T timer_get_rate
fff1fff9 T dm_timer_init
fff200c7 t timer_pre_probe
fff200f0 t timer_post_probe
fff20108 T get_timer
fff20146 T timer_get_us
fff20178 T __udelay
fff201c5 t tsc_timer_ensure_setup
fff20345 t tsc_timer_probe
fff2038e t cpu_mhz_from_msr
fff2042f t quick_pit_calibrate
fff2057e t tsc_timer_get_count
fff2059a T virtio_get_config
fff205b4 T virtio_set_config
fff205cf T virtio_generation
fff205e6 T virtio_reset
fff205f1 T virtio_find_vqs
fff20605 T virtio_notify
fff20612 T virtio_add_status
fff20644 T virtio_finalize_features
fff2069d T virtio_driver_features_init
fff206b6 t virtio_uclass_pre_probe
fff20703 t virtio_uclass_post_probe
fff207a1 t virtio_uclass_child_post_bind
fff207b2 t virtio_uclass_child_pre_probe
fff209a9 t virtio_uclass_child_post_probe
fff209bc t virtio_bootdev_bind
fff209d1 t virtio_bootdev_hunt
fff20a00 T virtqueue_add
fff20c7d T virtqueue_kick
fff20ce6 T virtqueue_get_buf
fff20e1b T vring_create_virtqueue
fff21074 T vring_del_virtqueue
fff210ae T virtqueue_get_vring_size
fff210b2 T virtqueue_get_desc_addr
fff210b6 T virtqueue_get_avail_addr
fff210ba T virtqueue_get_used_addr
fff210be T virtqueue_poll
fff210e1 t __bb_force_page_align
fff210fd t virtqueue_detach_desc
fff21142 t virtio_pci_bind
fff2117e t virtio_pci_probe
fff21380 t virtio_pci_find_capability
fff2148c t virtio_pci_get_config
fff2157d t virtio_pci_set_config
fff216a8 t virtio_pci_generation
fff216d1 t virtio_pci_get_status
fff216f7 t virtio_pci_set_status
fff21741 t virtio_pci_reset
fff21793 t virtio_pci_get_features
fff21802 t virtio_pci_set_features
fff2188c t virtio_pci_find_vqs
fff21a6c t virtio_pci_del_vqs
fff21acb t virtio_pci_notify
fff21b38 t virtio_net_bind
fff21b63 t virtio_net_probe
fff21ba4 t virtio_net_start
fff21c10 t virtio_net_send
fff21c99 t virtio_net_recv
fff21cd0 t virtio_net_free_pkt
fff21d0b t virtio_net_stop
fff21d0c t virtio_net_write_hwaddr
fff21d65 t virtio_net_read_rom_hwaddr
fff21e01 t virtio_blk_bind
fff21e9c t virtio_blk_probe
fff21f33 t virtio_blk_read
fff21f57 t virtio_blk_write
fff21f7b t virtio_blk_erase
fff21fdb t virtio_blk_do_req
fff22122 t virtio_console_bind
fff22148 t virtio_console_probe
fff22186 t add_inbuf
fff221e6 t virtio_console_serial_setbrg
fff221e9 t virtio_console_serial_getc
fff22248 t virtio_console_serial_putc
fff222a9 t virtio_console_serial_pending
fff222c3 T sysinfo_get_str
fff22309 t console_putc_xy
fff223a2 t console_move_rows
fff223ee t console_set_row
fff22473 t console_set_cursor_visible
fff22497 T check_bpix_support
fff224a9 T fill_pixel_and_goto_next
fff224d2 T fill_char_vertically
fff22618 T console_probe
fff2262d t console_set_font
fff226ab T console_simple_get_font_size
fff226c6 T console_simple_get_font
fff226d5 T console_simple_select_font
fff22741 T video_reserve
fff227c1 t alloc_fb
fff227fa T video_fill
fff22868 T video_sync
fff22886 T video_clear
fff2289f T video_index_to_colour
fff22960 T video_set_default_colors
fff229a2 T video_sync_all
fff229eb T video_get_xsize
fff229fa T video_get_ysize
fff22a0a t video_post_bind
fff22a87 t video_post_probe
fff22ba2 T vidconsole_put_char
fff230c7 t vidconsole_newline
fff2314e T vidconsole_put_string
fff2317d t vidconsole_pre_probe
fff231a2 t vidconsole_post_probe
fff23207 T vidconsole_position_cursor
fff23264 t vidconsole_putc
fff23280 t vidconsole_puts
fff232b3 T video_bmp_display
fff237ea t write_pix8
fff238b0 T cpu_get_desc
fff238cd T cpu_get_vendor
fff238eb t uclass_cpu_init
fff23937 T fastboot_response
fff23991 T fastboot_fail
fff239a9 T fastboot_okay
fff239d6 W fastboot_set_reboot_flag
fff23a3b T fastboot_boot
fff23aac T fastboot_handle_boot
fff23af5 T fastboot_set_progress_callback
fff23afb T fastboot_init
fff23b27 T fastboot_getvar
fff23bcb t getvar_version
fff23bd5 t getvar_version_bootloader
fff23bdf t getvar_downloadsize
fff23bfc t getvar_serialno
fff23c2b t getvar_version_baseband
fff23c35 t getvar_product
fff23c64 t getvar_platform
fff23c93 t getvar_current_slot
fff23c9d t getvar_has_slot
fff23d2f t getvar_partition_size
fff23d75 t getvar_is_userspace
fff23d7f T fastboot_handle_command
fff23e42 T fastboot_data_remaining
fff23e4e T fastboot_data_download
fff23ed5 T fastboot_data_complete
fff23f21 t getvar
fff23f26 t download
fff23fb1 t flash
fff23fe2 t erase
fff2400b t okay
fff24012 t reboot_bootloader
fff24040 t reboot_fastbootd
fff2406f t reboot_recovery
fff240a0 t run_flashing_lock
fff240e4 t run_flashing_unlock
fff24139 t ensure_device_is_unlocked
fff24167 T fastboot_block_get_part_info
fff241fb T fastboot_block_erase
fff24267 t fb_block_write
fff24385 T fastboot_block_write_raw_image
fff24483 T fastboot_block_write_sparse_image
fff24512 t fb_block_sparse_write
fff24534 t fb_block_sparse_reserve
fff2453d T fastboot_block_flash_write
fff245bc T irq_snapshot_polarities
fff245d0 T irq_first_device_type
fff245de T qfw_read_entry
fff24652 T qfw_register
fff246be t qfw_post_bind
fff246c1 t qfw_get_bootflow
fff246d2 t qfw_bootdev_bind
fff246e7 t qfw_bootdev_hunt
fff24703 t qfw_pio_probe
fff24708 t qfw_pio_read_entry_io
fff2472c t qfw_pio_read_entry_dma
fff24741 T dm_rtc_get
fff24754 T dm_rtc_set
fff24768 T dm_rtc_reset
fff2477c t rtc_mc146818_probe
fff2479d t rtc_mc146818_get
fff24897 t rtc_mc146818_set
fff249b3 t rtc_mc146818_reset
fff249de t rtc_mc146818_read8
fff249fa t rtc_mc146818_write8
fff24a19 T dm_rng_read
fff24a36 T env_set_ulong
fff24a50 T env_set_hex
fff24a7c T env_get_hex
fff24ab7 T env_get
fff24b54 T eth_env_get_enetaddr
fff24b8a T eth_env_set_enetaddr
fff24bcc t env_get_from_linear
fff24c92 T env_get_ulong
fff24cb8 T env_get_yesno
fff24cf8 T env_get_autostart
fff24d0f T env_get_default
fff24d4d T env_set_default
fff24de6 T env_set_default_vars
fff24e1f T env_relocate
fff24e38 T env_complete
fff24fbd W arch_env_get_location
fff24fc9 W env_get_location
fff24fce T env_load
fff25074 t env_driver_lookup
fff250cb T env_init
fff25177 T env_attr_walk
fff25274 T env_attr_lookup
fff252db t regex_callback
fff2541b T env_flags_parse_vartype
fff25461 T env_flags_parse_varaccess
fff254aa T eth_validate_ethaddr_str
fff25525 T env_flags_init
fff255bd t on_flags
fff255f8 T env_flags_validate
fff2583a t clear_flags
fff25844 t set_flags
fff258b1 T env_callback_init
fff2594a t find_env_callback
fff2599b t on_callbacks
fff259d6 t clear_callback
fff259e0 t set_callback
fff25a45 t env_nowhere_load
fff25a64 t env_nowhere_init
fff25a74 T fs_get_type
fff25a7a T fs_set_blk_dev
fff25afe T fs_set_blk_dev_with_part
fff25b77 T fs_close
fff25b9d T fs_exists
fff25bde T fs_size
fff25c1f T fs_read
fff25c84 T fs_write
fff25d27 T fs_opendir
fff25d8f T fs_readdir
fff25df1 T fs_closedir
fff25e3d T fs_unlink
fff25e7e T fs_mkdir
fff25ebf T fs_ln
fff25f1e T do_size
fff25fa0 T do_load
fff2635c T do_ls
fff263f1 T file_exists
fff26447 T do_save
fff26589 T do_fs_type
fff26622 T do_rm
fff26691 T do_mkdir
fff2672c T do_ln
fff2676f T do_fs_types
fff267d7 t fs_ls_generic
fff26887 t fs_ln_unsupported
fff2688b t fs_probe_unsupported
fff2688f t fs_ls_unsupported
fff26893 t fs_exists_unsupported
fff26896 t fs_size_unsupported
fff2689a t fs_read_unsupported
fff2689e t fs_write_unsupported
fff268a2 t fs_close_unsupported
fff268a3 t fs_uuid_unsupported
fff268a7 t fs_opendir_unsupported
fff268ad t fs_unlink_unsupported
fff268b1 t fs_mkdir_unsupported
fff268b5 T fat_set_blk_dev
fff2697e t disk_read
fff269be T fat_next_cluster
fff26a99 t get_fatent
fff26bef T file_fat_detectfs
fff26caa t read_bootsectandvi
fff26dc2 T fat_exists
fff26e24 t fat_itr_root
fff26fb5 t fat_itr_resolve
fff27115 T fat_size
fff271bf T fat_read_file
fff2761e T fat_opendir
fff276b0 T fat_readdir
fff277a6 t fat_itr_next
fff279fb t fat2rtc
fff27a4f T fat_closedir
fff27a6b T fat_close
fff27a6c T fat_uuid
fff27ac4 T file_fat_write_at
fff27d5d t split_filename
fff27e49 t normalize_longname
fff27ef5 t find_directory_entry
fff27f5a t set_name
fff2819c t fat_find_empty_dentries
fff28328 t fill_dir_slot
fff284f3 t fill_dentry
fff2854d t set_contents
fff2906b t flush_dirty_fat_buffer
fff290e9 t flush_dir
fff2917f T file_fat_write
fff291a4 T fat_unlink
fff29483 T fat_mkdir
fff297e5 t fat_itr_child
fff2983f t get_cluster
fff299d1 t next_dent
fff29a22 t downcase
fff29a53 t str2fat
fff29ab8 t fat_move_to_cluster
fff29af9 t set_fatent_value
fff29c6a t clear_fatent
fff29cce t determine_fatent
fff29cfd t disk_write
fff29d96 t set_sectors
fff29f02 t delete_single_dentry
fff29f35 T efi_driver_init
fff2a062 t efi_uc_init
fff2a065 t efi_uc_destroy
fff2a068 t efi_uc_supported
fff2a100 t efi_uc_start
fff2a1ab t efi_uc_stop
fff2a29f t check_node_type
fff2a2f8 t disconnect_child
fff2a33a t efi_bl_read
fff2a389 t efi_bl_write
fff2a3d8 t efi_bl_init
fff2a464 t efi_bl_bind
fff2a584 T efi_bootmgr_load
fff2a741 t try_load_entry
fff2aa3b T efi_bootmgr_get_unused_bootoption
fff2aac1 T efi_bootmgr_append_bootorder
fff2ab4f T efi_bootmgr_delete_boot_option
fff2ac3d T efi_bootmgr_update_media_device_boot_option
fff2b0ab t try_load_from_file_path
fff2b14a T __efi_entry_check
fff2b160 T __efi_exit_check
fff2b16c T efi_save_gd
fff2b16d T efi_restore_gd
fff2b16e T efi_signal_event
fff2b200 t efi_queue_event
fff2b251 T efi_add_handle
fff2b275 T efi_create_handle
fff2b2bd T efi_search_protocol
fff2b320 T efi_search_obj
fff2b33e T efi_delete_handle
fff2b3ca t efi_purge_handle
fff2b43f T efi_create_event
fff2b54d T efi_timer_check
fff2b5d1 t efi_process_event_queue
fff2b648 T efi_set_timer
fff2b70e T efi_add_protocol
fff2b83e T efi_register_protocol_notify
fff2b8c7 T efi_install_configuration_table
fff2b9f9 T efi_setup_loaded_image
fff2bb07 T efi_locate_device_path
fff2bc21 T efi_locate_handle_buffer
fff2bc57 T efi_load_image
fff2c038 T efi_close_protocol
fff2c0d0 T efi_locate_handle_buffer_int
fff2c16b t efi_locate_handle
fff2c2a3 T efi_install_multiple_protocol_interfaces
fff2c2bb t efi_install_multiple_protocol_interfaces_int
fff2c3cb T efi_uninstall_multiple_protocol_interfaces
fff2c3e3 t efi_uninstall_multiple_protocol_interfaces_int
fff2c4a0 T efi_protocol_open
fff2c622 t efi_disconnect_controller
fff2c873 T efi_start_image
fff2c970 t efi_open_protocol
fff2ca6c T efi_unload_image
fff2cb27 t efi_delete_image
fff2cb9e T efi_handle_protocol
fff2cbc0 T efi_initialize_system_table
fff2cc38 t efi_uninstall_protocol
fff2cd42 t efi_disconnect_all_drivers
fff2ce96 t efi_connect_controller
fff2d039 t efi_bind_controller
fff2d0e2 t efi_install_protocol_interface
fff2d135 t efi_uninstall_protocol_interface
fff2d162 t efi_raise_tpl
fff2d17c t efi_restore_tpl
fff2d1a7 t efi_allocate_pages_ext
fff2d1d4 t efi_free_pages_ext
fff2d1f8 t efi_get_memory_map_ext
fff2d22e t efi_allocate_pool_ext
fff2d252 t efi_free_pool_ext
fff2d26e t efi_create_event_ext
fff2d2a6 t efi_set_timer_ext
fff2d2d8 t efi_wait_for_event
fff2d39b t efi_signal_event_ext
fff2d3e8 t efi_close_event
fff2d4d2 t efi_check_event
fff2d532 t efi_reinstall_protocol_interface
fff2d599 t efi_locate_handle_ext
fff2d5d0 t efi_install_configuration_table_ext
fff2d5f0 t efi_exit
fff2d6cf t efi_exit_boot_services
fff2d856 t efi_get_next_monotonic_count
fff2d893 t efi_stall
fff2d8de t efi_set_watchdog_timer
fff2d8fa t efi_close_protocol_ext
fff2d927 t efi_open_protocol_information
fff2da06 t efi_protocols_per_handle
fff2dac2 t efi_locate_protocol
fff2dbb1 t efi_install_multiple_protocol_interfaces_ext
fff2dbd5 t efi_uninstall_multiple_protocol_interfaces_ext
fff2dbf9 t efi_calculate_crc32
fff2dc42 t efi_copy_mem
fff2dc66 t efi_set_mem
fff2dc8b t efi_create_event_ex
fff2dce8 t efi_update_exit_data
fff2dd39 T efi_get_dp_from_boot
fff2dddf T efi_link_dev
fff2ddf0 T efi_unlink_dev
fff2de13 T efi_varname_is_load_option
fff2de7a T efi_next_variable_name
fff2dece T efi_search_bootorder
fff2df0f T efi_setup_console_size
fff2e0e7 t efi_cout_reset
fff2e128 t efi_cout_output_string
fff2e254 t efi_cout_test_string
fff2e267 t efi_cout_query_mode
fff2e2c7 t efi_cout_set_mode
fff2e31a t efi_cout_set_attribute
fff2e374 t efi_cout_clear_screen
fff2e3be t efi_cout_set_cursor_position
fff2e42f t efi_cout_enable_cursor
fff2e46d t efi_cin_reset
fff2e497 t efi_cin_read_key_stroke
fff2e4ef T efi_console_register
fff2e5fa t efi_key_notify
fff2e60f t efi_console_timer_notify
fff2e624 T efi_console_get_u16_string
fff2e73f t efi_cin_empty_buffer
fff2e75d t term_get_char
fff2e795 t efi_cin_check
fff2ea29 t set_shift_mask
fff2ea7e t analyze_modifiers
fff2ead8 t efi_cin_reset_ex
fff2eb02 t efi_cin_read_key_stroke_ex
fff2ebda t efi_cin_set_state
fff2ebf0 t efi_cin_register_key_notify
fff2ec75 t efi_cin_unregister_key_notify
fff2ecc7 T efi_dp_next
fff2ece5 T efi_dp_shorten
fff2ed29 T efi_dp_find_obj
fff2ed5c t find_handle
fff2ee9a T efi_dp_last_node
fff2eebf T efi_dp_instance_size
fff2eee8 T efi_dp_size
fff2ef07 T efi_dp_dup
fff2ef52 T efi_dp_append
fff2ef67 t efi_dp_append_or_concatenate
fff2f04b T efi_dp_concat
fff2f060 T efi_dp_append_node
fff2f113 T efi_dp_create_device_node
fff2f14b T efi_dp_append_instance
fff2f20c T efi_dp_get_next_instance
fff2f298 T efi_dp_is_multi_instance
fff2f2bf T efi_dp_from_part
fff2f320 T efi_dp_part_node
fff2f35a t dp_part_node
fff2f47e T efi_dp_from_file
fff2f574 T efi_dp_from_uart
fff2f5bf t dp_size
fff2f628 t dp_fill
fff2f74a T efi_dp_from_eth
fff2f788 T efi_dp_from_mem
fff2f7c7 T efi_dp_split_file_path
fff2f83e T efi_dp_from_name
fff2f976 T efi_dp_check_length
fff2f9be T efi_dp_from_lo
fff2fa30 T efi_dp_str
fff2fa59 t efi_convert_device_path_to_text
fff2face t efi_convert_device_node_to_text
fff2fb10 t efi_convert_single_device_node_to_text
fff3006e t efi_str_to_u16
fff300a2 t get_device_path_size
fff300cf t duplicate_device_path
fff300f1 t append_device_path
fff30119 t append_device_node
fff30141 t append_device_path_instance
fff30169 t get_next_device_path_instance
fff30191 t is_device_path_multi_instance
fff301b3 t create_device_node
fff301e2 T efi_try_purge_kaslr_seed
fff30266 T efi_carve_out_dt_rsv
fff3035e t efi_reserve_memory
fff303b9 t efi_dt_fixup
fff304ff T efi_file_open_int
fff30582 t file_open
fff307df T efi_file_size
fff30873 T efi_file_read_int
fff30b0e T efi_file_setpos_int
fff30b64 t efi_get_file_size
fff30b9f T efi_file_from_path
fff30cd3 T efi_create_simple_file_system
fff30d1d t efi_open_volume
fff30d52 t efi_create_file
fff30d77 t is_dir
fff30d96 t efi_file_open
fff30dde t efi_file_close
fff30e06 t efi_file_delete
fff30e55 t efi_file_read
fff30e81 t efi_file_write
fff30eb4 t efi_file_getpos
fff30ee9 t efi_file_setpos
fff30f15 t efi_file_getinfo
fff31109 t efi_file_setinfo
fff31216 t efi_file_flush
fff31247 t efi_file_open_ex
fff312a9 t efi_file_read_ex
fff312f6 t efi_file_write_ex
fff31346 t efi_file_flush_ex
fff3138f t efi_file_write_int
fff31421 t new_package_list
fff314c4 t remove_package_list
fff31501 t update_package_list
fff315a6 t list_package_lists
fff31670 t export_package_lists
fff3169e t register_package_notify
fff316df t unregister_package_notify
fff316f5 t find_keyboard_layouts
fff31798 t get_keyboard_layout
fff3182c t set_keyboard_layout
fff3184e t get_package_list_handle
fff3188e t new_string
fff3197b t get_string
fff31a0f t set_string
fff31b04 t get_languages
fff31bc3 t get_secondary_languages
fff31c34 t add_packages
fff31f30 t free_packagelist
fff31f65 t free_keyboard_layouts
fff31fa7 t remove_strings_package
fff32008 t remove_guid_package
fff32039 t remove_keyboard_package
fff32071 t language_match
fff320a7 T efi_print_image_infos
fff3217b W invalidate_icache_all
fff3217c T efi_check_pe
fff321ba T efi_load_pe
fff324f3 t efi_set_code_and_data_type
fff32550 t efi_loader_relocate
fff32613 T efi_set_load_options
fff32645 T efi_deserialize_load_option
fff326ca T efi_serialize_load_option
fff3277f T efi_add_memory_map
fff327bc t efi_add_memory_map_pg
fff32ac5 T efi_allocate_pages
fff32ce4 t efi_check_allocated
fff32d49 T efi_free_pages
fff32db6 T efi_alloc_aligned_pages
fff32f21 T efi_allocate_pool
fff32f96 T efi_alloc
fff32ff0 T efi_free_pool
fff33079 T efi_get_memory_map
fff33116 T efi_get_memory_map_alloc
fff33186 T efi_add_conventional_memory_map
fff33229 T efi_memory_init
fff332a3 t efi_mem_sort
fff33388 t efi_mem_cmp
fff333bc T efi_root_node_register
fff33468 T efi_init_runtime_supported
fff334ae W efi_reset_system_init
fff334b1 t efi_get_time_boottime
fff33590 t efi_set_time_boottime
fff335a6 t efi_set_virtual_address_map
fff337c7 t efi_reset_system_boottime
fff33824 W allow_unaligned
fff33825 T efi_init_early
fff33858 T efi_init_obj_list
fff339f3 T efi_create_indexed_name
fff33a53 T efi_convert_string
fff33a87 t efi_stri_coll
fff33af4 t efi_metai_match
fff33b1a t efi_str_lwr
fff33b52 t efi_str_upr
fff33b8a t efi_fat_to_str
fff33bd9 t efi_str_to_fat
fff33ca9 t metai_match
fff33e0b T efi_get_variable
fff33e57 T efi_set_variable
fff33e9b T efi_get_next_variable_name
fff33ec7 T efi_query_variable_info
fff33f09 T efi_init_secure_state
fff34023 T efi_auth_var_get_type
fff34076 T efi_get_var
fff340dd T efi_var_mem_init
fff3417d t efi_var_mem_notify_exit_boot_services
fff341cd T efi_var_collect
fff34368 T efi_var_to_file
fff34414 t efi_set_blk_dev_to_system_partition
fff344a1 T efi_var_restore
fff345fe T efi_var_from_file
fff346e5 T efi_set_variable_int
fff34909 T efi_query_variable_info_int
fff34968 T efi_variables_boot_exit_notify
fff3499a T efi_init_variables
fff349bb T efi_set_watchdog
fff349f7 T efi_watchdog_register
fff34a3b t efi_watchdog_timer_notify
fff34a69 T efi_gop_register
fff34bee t gop_query_mode
fff34c5e t gop_set_mode
fff34cd7 t gop_blt
fff352e3 t gop_blt_video_fill
fff353f0 T efi_disk_is_removable
fff35426 T efi_fs_from_path
fff3548a T efi_disk_probe
fff3566e T efi_disk_remove
fff356fc T efi_disk_get_device_name
fff357b0 T efi_disks_register
fff357e2 t efi_disk_add_dev
fff35a3f t efi_disk_reset
fff35a52 t efi_disk_read_blocks
fff35afd t efi_disk_write_blocks
fff35bb3 t efi_disk_flush_blocks
fff35bc6 t efi_disk_rw_blocks
fff35c97 T efi_net_register
fff36008 t efi_net_start
fff36054 t efi_net_stop
fff36099 t efi_net_initialize
fff36119 t efi_net_reset
fff36173 t efi_net_shutdown
fff361d3 t efi_net_receive_filters
fff361e9 t efi_net_station_address
fff361ff t efi_net_statistics
fff36215 t efi_net_mcastiptomac
fff362a3 t efi_net_nvdata
fff362b9 t efi_net_get_status
fff3632e t efi_net_transmit
fff36421 t efi_net_receive
fff36597 t efi_pxe_base_code_start
fff3659d t efi_pxe_base_code_stop
fff365a3 t efi_pxe_base_code_dhcp
fff365a9 t efi_pxe_base_code_discover
fff365af t efi_pxe_base_code_mtftp
fff365b5 t efi_pxe_base_code_udp_write
fff365bb t efi_pxe_base_code_udp_read
fff365c1 t efi_pxe_base_code_set_ip_filter
fff365c7 t efi_pxe_base_code_arp
fff365cd t efi_pxe_base_code_set_parameters
fff365d3 t efi_pxe_base_code_set_station_ip
fff365d9 t efi_pxe_base_code_set_packets
fff365df t efi_network_timer_notify
fff36639 t efi_net_push
fff36692 T efi_smbios_register
fff366ff t install_smbios_table
fff36702 W platform_get_rng_device
fff36730 T efi_rng_register
fff367b2 t rng_getinfo
fff3682b t getrng
fff368c9 T efi_initrd_register
fff36988 T efi_initrd_deregister
fff369c7 t efi_load_file2_initrd
fff36b10 t find_image_node
fff36b68 T binman_init
fff36ba9 T console_read_unicode
fff36c64 T utf8_get
fff36d1f T utf8_put
fff36dc9 T utf8_utf16_strnlen
fff36e1d T utf8_utf16_strncpy
fff36e7b T utf16_put
fff36ede T utf16_get
fff36f53 T utf16_strnlen
fff36f9d T utf16_utf8_strnlen
fff3700d T utf16_utf8_strncpy
fff3706a T utf_to_lower
fff3709e T utf_to_upper
fff370d2 T u16_strncmp
fff37104 T u16_strsize
fff3711d T u16_strcpy
fff37143 T u16_strdup
fff37184 T u16_strlcat
fff371ed T utf16_to_utf8
fff372da T utf_to_cp
fff37317 T write_smbios_table
fff3743d t smbios_write_type0
fff37503 t smbios_write_type1
fff3762a t smbios_write_type2
fff376fe t smbios_write_type3
fff3777a t smbios_write_type4
fff3788e t smbios_write_type32
fff378d4 t smbios_write_type127
fff37900 t smbios_add_string
fff37973 t smbios_add_prop_si
fff379c8 T write_sparse_image
fff380ef t default_log
fff380f0 T initcall_run_list
fff38194 T string_to_ip
fff38207 T string_to_ip6
fff383ef T string_to_enetaddr
fff38430 T compute_ip_checksum
fff3846f T ip_checksum_ok
fff38487 T list_sort
fff38618 t merge
fff3867b T inflate_fast
fff38bd5 T inflate_table
fff39012 T inflateReset
fff3906a T inflateInit2_
fff3913e T zcalloc
fff39148 T zcfree
fff3914f T inflate
fff3aa27 T adler32
fff3ac91 T inflateEnd
fff3acd9 T gzalloc
fff3ace7 T gzfree
fff3acee T gzip_parse_header
fff3ad63 T gunzip
fff3ada7 T zunzip
fff3ae7a T ulz4fn
fff3b36e T avb_chain_partition_descriptor_validate_and_byteswap
fff3b4aa T avb_sub_cmdline
fff3b69e T avb_append_options
fff3b9cb t cmdline_append_option
fff3ba90 t cmdline_append_hex
fff3baca T avb_new_cmdline_subst_list
fff3bad4 T avb_free_cmdline_subst_list
fff3bb09 T avb_add_root_digest_substitution
fff3bb9d t uint64_to_base10
fff3bbf3 T avb_get_algorithm_data
fff3bc06 T avb_rsa_public_key_header_validate_and_byteswap
fff3bc35 T avb_footer_validate_and_byteswap
fff3bd02 T avb_hashtree_descriptor_validate_and_byteswap
fff3beae T avb_property_descriptor_validate_and_byteswap
fff3bfbb T avb_property_lookup
fff3c01f t property_lookup_desc_foreach
fff3c0b0 T avb_sha256_init
fff3c0d0 T avb_sha256_update
fff3c167 t SHA256_transform
fff3c33f T avb_sha256_final
fff3c417 T avb_slot_verify
fff3c821 t load_and_verify_vbmeta
fff3d6db t has_system_partition
fff3d793 t avb_manage_hashtree_error_mode
fff3d940 T avb_slot_verify_data_free
fff3d9f6 T avb_slot_verify_data_calculate_vbmeta_digest
fff3dae6 t load_requested_partitions
fff3dcb5 t load_and_verify_hash_partition
fff3e183 t read_persistent_digest
fff3e430 t load_full_partition
fff3e5e0 T avb_be32toh
fff3e5e3 T avb_be64toh
fff3e5ee T avb_safe_memcmp
fff3e617 T avb_safe_add_to
fff3e66d T avb_basename
fff3e6ae T avb_safe_add
fff3e6d7 T avb_validate_utf8
fff3e740 T avb_str_concat
fff3e7fe T avb_malloc
fff3e840 T avb_calloc
fff3e863 T avb_strdup
fff3e890 T avb_strstr
fff3e8d1 T avb_strv_find_str
fff3e916 T avb_replace
fff3eabb T avb_strdupv
fff3ebae T avb_uppercase
fff3ebcd T avb_bin2hex
fff3ec1d T avb_version_string
fff3ec23 T avb_descriptor_validate_and_byteswap
fff3ec87 T avb_descriptor_foreach
fff3ef0e T avb_descriptor_get_all
fff3ef7d t count_descriptors
fff3ef82 t set_descriptors
fff3ef96 T avb_hash_descriptor_validate_and_byteswap
fff3f0d2 T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff3f1be T avb_rsa_verify
fff3f632 t montMul
fff3f753 T avb_sha512_init
fff3f77f T avb_sha512_update
fff3f816 t SHA512_transform
fff3fc21 T avb_sha512_final
fff3fd06 T avb_memcmp
fff3fd0b T avb_memcpy
fff3fd10 T avb_memset
fff3fd15 T avb_strcmp
fff3fd1a T avb_strncmp
fff3fd1f T avb_strlen
fff3fd24 T avb_abort
fff3fd2c T avb_printv
fff3fd63 T avb_malloc_
fff3fd68 T avb_free
fff3fd6d T avb_div_by_10
fff3fd9d T avb_vbmeta_image_verify
fff4033e T avb_vbmeta_image_header_to_host_byte_order
fff40460 T avb_vbmeta_verify_result_to_string
fff404a6 T addBootConfigParameters
fff4053c T addBootConfigTrailer
fff405ca T fdt_ro_probe_
fff40632 T fdt_header_size
fff40662 T fdt_check_header
fff40750 T fdt_offset_ptr
fff4079d T fdt_next_tag
fff40892 T fdt_check_node_offset_
fff408c9 T fdt_check_prop_offset_
fff40900 T fdt_next_node
fff409ab T fdt_first_subnode
fff409d9 T fdt_next_subnode
fff40a17 T fdt_find_string_
fff40a60 T fdt_move
fff40aa1 T fdt_get_string
fff40b56 T fdt_get_mem_rsv
fff40ba3 t fdt_mem_rsv
fff40bcc T fdt_num_mem_rsv
fff40c05 T fdt_subnode_offset_namelen
fff40cc3 T fdt_subnode_offset
fff40ceb T fdt_path_offset_namelen
fff40db5 T fdt_get_alias_namelen
fff40e1d T fdt_path_offset
fff40e3b T fdt_get_name
fff40eab T fdt_first_property_offset
fff40ecc t nextprop_
fff40f19 T fdt_next_property_offset
fff40f3a t fdt_get_property_by_offset_
fff40f72 T fdt_get_property_namelen
fff40fab t fdt_get_property_namelen_
fff41036 T fdt_get_property
fff41067 T fdt_getprop_namelen
fff410b9 T fdt_getprop_by_offset
fff4113f T fdt_getprop
fff41170 T fdt_supernode_atdepth_offset
fff41201 T fdt_parent_offset
fff4124a T fdt_stringlist_search
fff412eb T fdt_add_mem_rsv
fff41354 t fdt_rw_probe_
fff413a6 t fdt_splice_mem_rsv_
fff413f7 T fdt_del_mem_rsv
fff4143c t fdt_splice_struct_
fff41478 T fdt_setprop_placeholder
fff4152c t fdt_add_property_
fff4164a T fdt_setprop
fff41682 T fdt_delprop
fff416d8 T fdt_add_subnode_namelen
fff417bf T fdt_add_subnode
fff417e7 T fdt_open_into
fff41966 t fdt_blocks_misordered_
fff419a3 t fdt_packblocks_
fff41a21 t fdt_splice_
fff41a8f T fdt_strerror
fff41abe T fdt_address_cells
fff41ae8 t fdt_cells
fff41b25 T fdt_size_cells
fff41b42 T fdtdec_get_int
fff41b6e T fdtdec_get_srcname
fff41b82 T fdtdec_get_addr_size_fixed
fff41c23 T fdtdec_get_number
fff41c42 T fdtdec_get_addr_size_auto_parent
fff41c99 T fdtdec_get_addr_size_auto_noparent
fff41cd9 T fdtdec_get_pci_bar32
fff41d05 T fdtdec_get_is_enabled
fff41d39 T fdtdec_get_alias_seq
fff41e15 T fdtdec_get_alias_highest_id
fff41ec5 T fdtdec_get_chosen_prop
fff41ef5 t fdtdec_prepare_fdt
fff41f36 T fdtdec_get_bool
fff41f54 T fdtdec_locate_byte_array
fff41f7b T fdt_get_resource
fff42075 W fdtdec_board_setup
fff42078 T fdtdec_setup
fff420e9 T qsort
fff421a6 T strcmp_compar
fff421af T hcreate_r
fff42230 T hdestroy_r
fff42292 T hmatch_r
fff4230b T hsearch_r
fff42755 T hdelete_r
fff42828 T hexport_r
fff42aca t cmpkey
fff42ad7 T himport_r
fff42de0 t drop_var_from_set
fff42e2c T hwalk_r
fff42e6b t match_string
fff42ee5 T display_options_get_banner_priv
fff42f6d T display_options_get_banner
fff42f86 T display_options
fff42ff7 T print_size
fff4313b T hexdump_line
fff4327e T print_buffer
fff43347 W __div64_32
fff43467 T hang
fff43476 T kmalloc
fff434aa T strim
fff434ee T lmb_dump_all
fff434ef T arch_lmb_reserve_generic
fff435ae T lmb_reserve
fff435cf T lmb_init_and_reserve
fff43642 t lmb_reserve_common
fff43701 T lmb_init_and_reserve_range
fff43754 T lmb_free
fff438e4 t lmb_remove_region
fff43921 t lmb_add_region_flags
fff43ce8 T lmb_reserve_flags
fff43d0b T lmb_alloc
fff43d24 T lmb_alloc_base
fff43d6b T __lmb_alloc_base
fff43fbc T lmb_alloc_addr
fff4408b T lmb_get_free_size
fff44165 W board_lmb_reserve
fff44166 T slre_compile
fff44284 t compile
fff448a7 T slre_match
fff44918 t match
fff44c3a t get_escape_char
fff44c90 t quantifier
fff44d57 t relocate
fff44da6 t loop_greedy
fff44e50 t loop_non_greedy
fff44eb6 T strncasecmp
fff44f0e T strcasecmp
fff44f16 T strcpy
fff44f26 T strncpy
fff44f3c T strlcpy
fff44f6e T strlen
fff44f7e T strcat
fff44f9b T strncat
fff44fc7 T strlcat
fff44ff5 T strnlen
fff45012 T strcmp
fff45030 T strncmp
fff45054 T strchr
fff4506c T strchrnul
fff4507e T strrchr
fff4509e T strdup
fff450d2 T strsep
fff45121 T memcmp
fff45143 T strstr
fff4519e T memchr
fff451b7 T table_compute_checksum
fff451c9 T get_tbclk
fff451f6 T get_ticks
fff45250 W timer_init
fff45253 T usec_to_tick
fff452c1 T udelay
fff452e7 T print_hex_dump
fff452ed T uuid_str_valid
fff4533e T uuid_guid_get_bin
fff45386 T uuid_guid_get_str
fff453b8 T uuid_str_to_bin
fff454e6 T uuid_bin_to_str
fff45592 T rand
fff455b2 t panic_finish
fff455d8 T panic
fff455f1 T vsnprintf
fff4560b t vsnprintf_internal
fff45db0 T vscnprintf
fff45dde T snprintf
fff45e05 T sprintf
fff45e2c T printf
fff45e44 T vprintf
fff45e8e T simple_itoa
fff45ec9 t string16
fff45f94 t string
fff46007 t number
fff46294 t put_dec_trunc
fff46383 t put_dec
fff464d5 T simple_strtoul
fff4655b T hextoul
fff46565 T dectoul
fff4656f T strict_strtoul
fff465d0 T simple_strtol
fff465ec T ustrtoul
fff46652 T ustrtoull
fff466c2 T simple_strtoull
fff46750 T trailing_strtoln_end
fff467b1 T trailing_strtoln
fff467b8 T trailing_strtol
fff467c1 T rtc_calc_weekday
fff46875 T arp_init
fff46899 T arp_raw_request
fff46935 T arp_request
fff46989 T arp_timeout_check
fff469f9 T arp_is_waiting
fff46a04 T arp_receive
fff46bcb T bootp_reset
fff46bf4 T bootp_request
fff46e9c t bootp_timeout_handler
fff46eef t bootp_handler
fff4724f t eth_get_uclass_priv
fff47275 T eth_set_current_to_next
fff472a6 T eth_get_dev
fff472f7 T eth_set_dev
fff47325 T eth_get_dev_by_name
fff473de T eth_get_ethaddr
fff473ff T eth_halt_state_only
fff47420 T eth_get_dev_index
fff4743d t on_ethaddr
fff474a5 T eth_init
fff47575 T eth_halt
fff475ae T eth_send
fff475fa T eth_rx
fff4768d T eth_initialize
fff477d4 t eth_write_hwaddr
fff4785b t eth_post_bind
fff4789b t eth_pre_unbind
fff478bc t eth_post_probe
fff47a60 t eth_pre_remove
fff47a8f T eth_env_get_enetaddr_by_index
fff47ac3 T eth_env_set_enetaddr_by_index
fff47af7 T eth_common_init
fff47af8 T eth_mac_skip
fff47b31 T eth_current_changed
fff47bc0 T eth_get_name
fff47bdf T eth_try_another
fff47c40 T eth_set_current
fff47ca3 T ndisc_request
fff47e2d T ndisc_timeout_check
fff47ea0 T ndisc_init
fff47f06 T process_ra
fff47faf T ndisc_receive
fff48256 t on_ipaddr
fff48278 t on_gatewayip
fff4829a t on_netmask
fff482bc t on_serverip
fff482de t on_nvlan
fff48317 t on_vlan
fff48350 T net_auto_load
fff483a2 t net_check_prereq
fff484f2 T net_init
fff48576 t net_init_loop
fff485e4 T net_loop
fff4889e T net_start_again
fff489a0 T net_set_timeout_handler
fff489e3 t start_again_timeout_handler
fff489ee T net_set_udp_handler
fff48a00 T net_get_udp_handler
fff48a06 t dummy_handler
fff48a07 T net_get_arp_handler
fff48a0d T net_get_async_tx_pkt_buf
fff48a29 T net_send_udp_packet
fff48a49 T net_send_ip_packet
fff48b99 T net_send_tcp_packet
fff48bce T net_set_ether
fff48c31 T net_set_udp_header
fff48c8f T net_set_ip_header
fff48d0f T net_process_received_packet
fff48f69 t receive_icmp
fff48fa7 T net_eth_hdr_size
fff48fc4 T net_update_ether
fff49027 T copy_filename
fff49069 T net_parse_bootfile
fff490e1 T ip_to_string
fff49119 t on_ip6addr
fff49194 t on_gatewayip6
fff491c1 t on_serverip6
fff491ee T ip6_is_unspecified_addr
fff49201 T ip6_is_our_addr
fff4923e T ip6_make_eui
fff49270 T ip6_make_lladdr
fff492b0 T ip6_make_snma
fff492e6 T ip6_make_mult_ethdstaddr
fff492fb T ip6_addr_in_subnet
fff49332 T csum_partial
fff493d4 T csum_ipv6_magic
fff4945b T ip6_add_hdr
fff494a8 T udp6_add_hdr
fff49516 T net_send_ip_packet6
fff496a5 T net_send_udp_packet6
fff496c5 T net_send_tcp_packet6
fff496f9 T net_ip6_handler
fff498c4 T ping_start
fff4998a t ping_timeout_handler
fff499a0 T ping_receive
fff49a9a T ip6_make_ping
fff49b5e T ping6_send
fff49bd1 T ping6_start
fff49c01 t ping6_timeout
fff49c17 T ping6_receive
fff49c69 T tftp_start
fff4a129 t tftp_timeout_handler
fff4a18a t tftp_handler
fff4a527 t tftp_send
fff4a741 t update_block_number
fff4a827 t tftp_complete
fff4a8fc T fastboot_udp_start_server
fff4a956 t fastboot_timed_send_info
fff4aa6b t fastboot_handler
fff4aba0 t fastboot_send
fff4ae6d T fastboot_tcp_start_server
fff4aec9 t fastboot_tcp_reset_state
fff4af5e t fastboot_tcp_handler_ipv4
fff4af76 t fastboot_tcp_handler_ipv6
fff4afba t fastboot_tcp_handler
fff4b33d t fastboot_tcp_reset
fff4b365 t fastboot_tcp_send_packet
fff4b3bf t fastboot_tcp_answer
fff4b42c t fastboot_tcp_send_message
fff4b4ab T udp_prereq
fff4b4be T udp_start
fff4b4ca T tcp_set_tcp_state
fff4b4de T tcp_update_last_connection_data_frame_time
fff4b4f1 T tcp_set_tcp_handler
fff4b503 t dummy_handler
fff4b504 T tcp_set_pseudo_header
fff4b566 T net_set_ack_options
fff4b5fd T tcp_sent_state_machine
fff4b669 T net_set_tcp_header_common
fff4b743 T net_set_tcp_header
fff4b7c0 T tcp_hole
fff4b8dc T tcp_parse_options
fff4b909 T tcp_state_machine
fff4bba8 T rxhand_tcp_f
fff4bd2d T net_set_tcp_handler6
fff4bd3f t dummy_handler
fff4bd40 T net_set_tcp_header6
fff4bdcd T rxhand_tcp6
fff4bf10 T __udivdi3
fff4bf28 t _64bit_divide
fff4c048 T __umoddi3
fff4c080 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff4c090 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff4c0a0 d _u_boot_list_2_cmd_2_ab_select
fff4c0a0 d complete_cmdv.start
fff4c0a0 d complete_cmdv.start.17
fff4c0a0 d do_help.start
fff4c0a0 d do_help.start.6
fff4c0a0 d find_cmd.start
fff4c0a0 d find_cmd.start.2
fff4c0bc d _u_boot_list_2_cmd_2_avb
fff4c0d8 d _u_boot_list_2_cmd_2_bcb
fff4c0f4 d _u_boot_list_2_cmd_2_boot
fff4c110 d _u_boot_list_2_cmd_2_boot_android
fff4c12c d _u_boot_list_2_cmd_2_bootd
fff4c148 d _u_boot_list_2_cmd_2_bootefi
fff4c164 d _u_boot_list_2_cmd_2_bootm
fff4c180 d _u_boot_list_2_cmd_2_bootp
fff4c19c d _u_boot_list_2_cmd_2_bootz
fff4c1b8 d _u_boot_list_2_cmd_2_cls
fff4c1d4 d _u_boot_list_2_cmd_2_date
fff4c1f0 d _u_boot_list_2_cmd_2_dm
fff4c20c d _u_boot_list_2_cmd_2_echo
fff4c228 d _u_boot_list_2_cmd_2_eficonfig
fff4c244 d _u_boot_list_2_cmd_2_efidebug
fff4c260 d _u_boot_list_2_cmd_2_env
fff4c27c d _u_boot_list_2_cmd_2_exit
fff4c298 d _u_boot_list_2_cmd_2_false
fff4c2b4 d _u_boot_list_2_cmd_2_fastboot
fff4c2d0 d _u_boot_list_2_cmd_2_fatinfo
fff4c2ec d _u_boot_list_2_cmd_2_fatload
fff4c308 d _u_boot_list_2_cmd_2_fatls
fff4c324 d _u_boot_list_2_cmd_2_fatmkdir
fff4c340 d _u_boot_list_2_cmd_2_fatrm
fff4c35c d _u_boot_list_2_cmd_2_fatsize
fff4c378 d _u_boot_list_2_cmd_2_fatwrite
fff4c394 d _u_boot_list_2_cmd_2_fstype
fff4c3b0 d _u_boot_list_2_cmd_2_fstypes
fff4c3cc d _u_boot_list_2_cmd_2_gpt
fff4c3e8 d _u_boot_list_2_cmd_2_help
fff4c404 d _u_boot_list_2_cmd_2_itest
fff4c420 d _u_boot_list_2_cmd_2_lcdputs
fff4c43c d _u_boot_list_2_cmd_2_ln
fff4c458 d _u_boot_list_2_cmd_2_load
fff4c474 d _u_boot_list_2_cmd_2_ls
fff4c490 d _u_boot_list_2_cmd_2_mtrr
fff4c4ac d _u_boot_list_2_cmd_2_net
fff4c4c8 d _u_boot_list_2_cmd_2_panic
fff4c4e4 d _u_boot_list_2_cmd_2_part
fff4c500 d _u_boot_list_2_cmd_2_ping
fff4c51c d _u_boot_list_2_cmd_2_ping6
fff4c538 d _u_boot_list_2_cmd_2_printenv
fff4c554 d _u_boot_list_2_cmd_2_question_mark
fff4c570 d _u_boot_list_2_cmd_2_read
fff4c58c d _u_boot_list_2_cmd_2_reset
fff4c5a8 d _u_boot_list_2_cmd_2_run
fff4c5c4 d _u_boot_list_2_cmd_2_save
fff4c5e0 d _u_boot_list_2_cmd_2_setcurs
fff4c5fc d _u_boot_list_2_cmd_2_setenv
fff4c618 d _u_boot_list_2_cmd_2_setexpr
fff4c634 d _u_boot_list_2_cmd_2_showvar
fff4c650 d _u_boot_list_2_cmd_2_size
fff4c66c d _u_boot_list_2_cmd_2_sleep
fff4c688 d _u_boot_list_2_cmd_2_source
fff4c6a4 d _u_boot_list_2_cmd_2_test
fff4c6c0 d _u_boot_list_2_cmd_2_tftpboot
fff4c6dc d _u_boot_list_2_cmd_2_true
fff4c6f8 d _u_boot_list_2_cmd_2_verified_boot_android
fff4c714 d _u_boot_list_2_cmd_2_version
fff4c730 d _u_boot_list_2_cmd_2_virtio
fff4c74c d _u_boot_list_2_cmd_2_zboot
fff4c768 d _u_boot_list_2_driver_2_blk_partition
fff4c768 d complete_cmdv.end
fff4c768 d dm_dump_driver_compat.start
fff4c768 d dm_dump_driver_compat.start.3
fff4c768 d dm_dump_drivers.start
fff4c768 d dm_dump_drivers.start.11
fff4c768 d do_help.end
fff4c768 d efi_driver_init.start
fff4c768 d find_cmd.end
fff4c768 d lists_bind_fdt.start
fff4c768 d lists_bind_fdt.start.3
fff4c768 d lists_driver_lookup_name.start
fff4c768 d lists_driver_lookup_name.start.1
fff4c7ac d _u_boot_list_2_driver_2_bootmeth_qfw
fff4c7f0 d _u_boot_list_2_driver_2_cpu_bus
fff4c834 d _u_boot_list_2_driver_2_cpu_qemu_drv
fff4c878 d _u_boot_list_2_driver_2_cpu_x86_drv
fff4c8bc d _u_boot_list_2_driver_2_efi_blk
fff4c900 d _u_boot_list_2_driver_2_efi_block
fff4c944 d _u_boot_list_2_driver_2_generic_syscon
fff4c988 d _u_boot_list_2_driver_2_irq_router_drv
fff4c9cc d _u_boot_list_2_driver_2_motorola_mc146818
fff4ca10 d _u_boot_list_2_driver_2_ns16550_serial
fff4ca54 d _u_boot_list_2_driver_2_pci_bridge_drv
fff4ca98 d _u_boot_list_2_driver_2_pci_generic_drv
fff4cadc d _u_boot_list_2_driver_2_pci_x86
fff4cb20 d _u_boot_list_2_driver_2_qfw_bootdev
fff4cb64 d _u_boot_list_2_driver_2_qfw_pio
fff4cba8 d _u_boot_list_2_driver_2_root_driver
fff4cbec d _u_boot_list_2_driver_2_sysinfo_smbios
fff4cc30 d _u_boot_list_2_driver_2_vidconsole_normal
fff4cc74 d _u_boot_list_2_driver_2_virtio_blk
fff4ccb8 d _u_boot_list_2_driver_2_virtio_bootdev
fff4ccfc d _u_boot_list_2_driver_2_virtio_console
fff4cd40 d _u_boot_list_2_driver_2_virtio_net
fff4cd84 d _u_boot_list_2_driver_2_virtio_pci_modern
fff4cdc8 d _u_boot_list_2_driver_2_x86_reset
fff4ce0c d _u_boot_list_2_driver_2_x86_tsc_timer
fff4ce50 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4ce50 d bind_drivers_pass.start
fff4ce50 d bind_drivers_pass.start.15
fff4ce50 d dm_dump_driver_compat.end
fff4ce50 d dm_dump_drivers.end
fff4ce50 d dm_dump_static_driver_info.start
fff4ce50 d dm_dump_static_driver_info.start.19
fff4ce50 d efi_driver_init.end
fff4ce50 d lists_bind_fdt.end
fff4ce50 d lists_driver_lookup_name.end
fff4ce58 d _u_boot_list_2_env_clbk_2_baudrate
fff4ce58 d bind_drivers_pass.end
fff4ce58 d dm_dump_static_driver_info.end
fff4ce58 d find_env_callback.start
fff4ce58 d find_env_callback.start.3
fff4ce60 d _u_boot_list_2_env_clbk_2_callbacks
fff4ce68 d _u_boot_list_2_env_clbk_2_console
fff4ce70 d _u_boot_list_2_env_clbk_2_ethaddr
fff4ce78 d _u_boot_list_2_env_clbk_2_flags
fff4ce80 d _u_boot_list_2_env_clbk_2_gatewayip
fff4ce88 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4ce90 d _u_boot_list_2_env_clbk_2_ip6addr
fff4ce98 d _u_boot_list_2_env_clbk_2_ipaddr
fff4cea0 d _u_boot_list_2_env_clbk_2_loadaddr
fff4cea8 d _u_boot_list_2_env_clbk_2_netmask
fff4ceb0 d _u_boot_list_2_env_clbk_2_nvlan
fff4ceb8 d _u_boot_list_2_env_clbk_2_serverip
fff4cec0 d _u_boot_list_2_env_clbk_2_serverip6
fff4cec8 d _u_boot_list_2_env_clbk_2_vlan
fff4ced0 d _env_driver_lookup.start
fff4ced0 d _env_driver_lookup.start.11
fff4ced0 d _u_boot_list_2_env_driver_2_nowhere
fff4ced0 d env_select.start
fff4ced0 d env_select.start.8
fff4ced0 d find_env_callback.end
fff4cee8 d _env_driver_lookup.end
fff4cee8 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
fff4cee8 d env_select.end
fff4cee8 d event_show_spy_list.start
fff4cee8 d event_show_spy_list.start.4
fff4cee8 d notify_static.start
fff4cee8 d notify_static.start.11
fff4cef0 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_last_stage_init
fff4cef8 d _u_boot_list_2_log_driver_2_console
fff4cef8 d event_show_spy_list.end
fff4cef8 d fit_loadable_process.start
fff4cef8 d fit_loadable_process.start.27
fff4cef8 d log_init.start
fff4cef8 d log_init.start.6
fff4cef8 d notify_static.end
fff4cf04 d log_init.end
fff4cf08 d _u_boot_list_2_part_driver_2_a_efi
fff4cf08 d do_part_types.start
fff4cf08 d do_part_types.start.20
fff4cf08 d part_driver_get_count.start
fff4cf08 d part_driver_get_first.start
fff4cf08 d part_driver_get_type.start
fff4cf08 d part_driver_get_type.start.62
fff4cf08 d part_driver_lookup_type.start
fff4cf08 d part_driver_lookup_type.start.46
fff4cf08 d part_get_type_by_name.start
fff4cf08 d part_get_type_by_name.start.1
fff4cf08 d part_init.start
fff4cf08 d part_init.start.20
fff4cf20 d _u_boot_list_2_part_driver_2_dos
fff4cf38 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4cf38 d do_part_types.end
fff4cf38 d part_driver_get_count.end
fff4cf38 d part_driver_get_type.end
fff4cf38 d part_driver_lookup_type.end
fff4cf38 d part_get_type_by_name.end
fff4cf38 d part_init.end
fff4cf38 d pci_find_and_bind_driver.start
fff4cf38 d pci_find_and_bind_driver.start.15
fff4cf40 d _u_boot_list_2_uclass_driver_2_backlight
fff4cf40 d lists_uclass_lookup.start
fff4cf40 d lists_uclass_lookup.start.2
fff4cf40 d pci_find_and_bind_driver.end
fff4cf88 d _u_boot_list_2_uclass_driver_2_blk
fff4cfd0 d _u_boot_list_2_uclass_driver_2_cpu
fff4d018 d _u_boot_list_2_uclass_driver_2_efi
fff4d060 d _u_boot_list_2_uclass_driver_2_ethernet
fff4d0a8 d _u_boot_list_2_uclass_driver_2_irq
fff4d0f0 d _u_boot_list_2_uclass_driver_2_lpc
fff4d138 d _u_boot_list_2_uclass_driver_2_nop
fff4d180 d _u_boot_list_2_uclass_driver_2_northbridge
fff4d1c8 d _u_boot_list_2_uclass_driver_2_panel
fff4d210 d _u_boot_list_2_uclass_driver_2_partition
fff4d258 d _u_boot_list_2_uclass_driver_2_pch
fff4d2a0 d _u_boot_list_2_uclass_driver_2_pci
fff4d2e8 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4d330 d _u_boot_list_2_uclass_driver_2_qfw
fff4d378 d _u_boot_list_2_uclass_driver_2_rng
fff4d3c0 d _u_boot_list_2_uclass_driver_2_root
fff4d408 d _u_boot_list_2_uclass_driver_2_rtc
fff4d450 d _u_boot_list_2_uclass_driver_2_serial
fff4d498 d _u_boot_list_2_uclass_driver_2_syscon
fff4d4e0 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4d528 d _u_boot_list_2_uclass_driver_2_sysreset
fff4d570 d _u_boot_list_2_uclass_driver_2_timer
fff4d5b8 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4d600 d _u_boot_list_2_uclass_driver_2_video
fff4d648 d _u_boot_list_2_uclass_driver_2_virtio
fff4d690 R __splash_u_boot_logo_begin
fff4d690 d lists_uclass_lookup.end
fff4f1a4 R __splash_u_boot_logo_end
fff4f1b8 r sha512_h0
fff4f1f8 r sha512_k
fff4f528 r avb_pubkey_size
fff4f54c r baudrate_table
fff4f590 r blk_part_ops
fff4f5a4 r block_io_disk_template
fff4f5c0 r boot_os
fff4f608 r bootloader_id
fff4f6f4 r color
fff4f734 r colours
fff4f7f4 r commands
fff4f8b8 r cpu_qemu_ids
fff4f8c8 r cpu_qemu_ops
fff4f8dc r cpu_x86_ids
fff4f8ec r cpu_x86_ops
fff4f968 r env_flags_varaccess_mask
fff4f998 r .Lswitch.table.cli_ch_process
fff4f9b8 r LZ4_decompress_generic.inc32table
fff4f9d8 r LZ4_decompress_generic.dec64table
fff4f9f8 r sha256_h0
fff4faa4 r driver_ops
fff4fab4 r e820_type_name
fff4fadc r efi_blk_ops
fff4faf0 r efi_block_io_guid
fff4fc4c r efi_device_path_to_text
fff4fc54 r efi_device_path_utilities
fff4fc74 r efi_file_handle_protocol
fff4fcb4 r efi_file_info_guid
fff4fcc4 r efi_file_system_info_guid
fff4fcd4 r efi_global_variable_guid
fff4fce4 r efi_gop_guid
fff4fcf4 r efi_guid_bootmenu_auto_generated
fff4fd04 r efi_guid_device_path
fff4fd14 r efi_guid_device_path_to_text_protocol
fff4fd24 r efi_guid_device_path_utilities_protocol
fff4fd34 r efi_guid_driver_binding_protocol
fff4fd44 r efi_guid_dt_fixup_protocol
fff4fd54 r efi_guid_event_group_before_exit_boot_services
fff4fd64 r efi_guid_event_group_exit_boot_services
fff4fd74 r efi_guid_event_group_memory_map_change
fff4fd84 r efi_guid_event_group_reset_system
fff4fd94 r efi_guid_fdt
fff4fda4 r efi_guid_hii_database_protocol
fff4fdb4 r efi_guid_hii_string_protocol
fff4fdc4 r efi_guid_image_security_database
fff4fdd4 r efi_guid_load_file2_protocol
fff4fde4 r efi_guid_load_file_protocol
fff4fdf4 r efi_guid_loaded_image
fff4fe04 r efi_guid_loaded_image_device_path
fff4fe14 r efi_guid_rng_protocol
fff4fe24 r efi_guid_text_input_ex_protocol
fff4fe34 r efi_guid_text_input_protocol
fff4fe44 r efi_guid_text_output_protocol
fff4fe54 r efi_guid_unicode_collation_protocol2
fff4fe64 r efi_hii_database
fff4fe90 r efi_hii_string
fff4fea4 r efi_lf2_initrd_guid
fff4feb4 r efi_lf2_protocol
fff4fee4 r efi_mem_attrs
fff4ff8c r efi_mem_type_string
fff4ffc8 r efi_net_guid
fff4ffd8 r efi_pxe_base_code_protocol_guid
fff4ffe8 r efi_rng_protocol
fff4fff0 r efi_rt_properties_table_guid
fff50000 r efi_simple_file_system_protocol_guid
fff50010 r efi_system_partition_guid
fff50020 r efi_system_volume_label_id
fff50030 r efi_u_boot_guid
fff50040 r efi_unicode_collation_protocol2
fff500a4 r exceptions
fff50124 r fastboot_boot.bootm_args
fff50140 r fastboot_set_reboot_flag.commands
fff50150 r fastboot_set_reboot_flag.recovery
fff50170 r fdt_errtable
fff501e4 r fdt_src_name
fff501f8 r feature
fff501fc r feature
fff50200 r feature_legacy
fff50204 r fields
fff50214 r freq_desc_tables
fff5032c r fstypes
fff503b4 r generic_syscon_ids
fff503fc r getvar_dispatch
fff504f0 r init_sequence_f
fff505c0 r init_sequence_f_r
fff505c8 r irq_router_ids
fff505d8 r list_guid
fff509f8 r log_cat_name
fff50a38 r log_level_name
fff50a60 r maintenance_menu_items
fff50ae4 r month_offset
fff50b14 r mtrr_type_name
fff50b30 r name_type
fff50c14 r ns16550_serial_ids
fff50c44 r ns16550_serial_ops
fff50c68 r op_adv
fff50d68 r op_table
fff50de8 r partition_basic_data_guid
fff50df8 r pci_bridge_ids
fff50e08 r pci_bridge_ops
fff50e10 r pci_generic_ids
fff50e20 r pci_x86_ids
fff50e30 r pci_x86_ops
fff50e38 r qfw_bootdev_ids
fff50e48 r qfw_bootmeth_ids
fff50e58 r reserved_list
fff50edc r rtc_mc146818_ids
fff50eec r rtc_mc146818_ops
fff50f18 r sha256_k
fff51018 r shim_lock_guid
fff51028 r smbios_guid
fff51038 r smbios_write_funcs
fff51070 r sysinfo_smbios_ids
fff51080 r sysinfo_smbios_ops
fff51094 r system_guid
fff510e4 r tsc_timer_ids
fff510f4 r tsc_timer_ops
fff510f8 r uclass_idname_str
fff51168 r uimage_comp
fff511c8 r uimage_os
fff51264 r uimage_type
fff51518 r virtio_blk_ops
fff5152c r virtio_bootdev_ids
fff5153c r virtio_console_serial_ops
fff51560 r virtio_drv_name
fff51574 r virtio_net_ops
fff515c4 r virtio_pci_ops
fff51668 r weekdays
fff51694 r x86_sysreset_ids
fff516a4 r x86_vendor_name
fff516d0 r x86_vendors
fff51758 r END
fff5175c r capitalization_table
fff5262c r codepage_437
fff5272c r distfix
fff527ac r dp_lf2_handle
fff527c4 r inflate.order
fff527ea r inflate_table.dbase
fff5282a r inflate_table.dext
fff5286a r inflate_table.lbase
fff528a8 r inflate_table.lext
fff528e6 r lenfix
fff53270 r LONG_ONLY_CHARS
fff53277 r _ctype
fff53377 r android_bootloader_boot_flow.km_name
fff53388 r avb_pubkey
fff53791 r bootefi_help_text
fff538a2 r bootm_help_text
fff53c30 r bootz_help_text
fff53e38 r number.digits
fff53e48 r default_environment
fff53ff2 r dm_help_text
fff54174 r efidebug_help_text
fff54517 r env_flags_varaccess_rep
fff5451c r env_flags_vartype_rep
fff54523 r env_help_text
fff546f1 r erase_seq
fff546f5 r extract_keymint_relevant_data.boot_patchlevel_key
fff5471b r extract_keymint_relevant_data.system_patchlevel_key
fff54743 r extract_keymint_relevant_data.system_version_key
fff54767 r extract_keymint_relevant_data.vendor_patchlevel_key
fff5478f r hex_asc
fff547a0 r illegal
fff547b1 r net_bcast_ethaddr
fff547b7 r net_null_addr_ip6
fff547c7 r net_null_ethaddr
fff547cd r padding_RSA2048_SHA256
fff548ad r padding_RSA2048_SHA512
fff5496d r padding_RSA4096_SHA256
fff54b4d r padding_RSA4096_SHA512
fff54d0d r padding_RSA8192_SHA256
fff550ed r padding_RSA8192_SHA512
fff554ad r print_size.names
fff554b3 r sep
fff554c4 r source_help_text
fff554ec r spc
fff5e03d r .L.str.8
fff5e099 r .L.str.17
fff5e09e r .L.str.18
fff652ee r tab_seq
fff652f7 r version_string
fff65340 D gdt64
fff65340 d gdt
fff65370 d gdt_end
fff65370 d load_flags
fff65390 d xload_flags
fff653b8 d zboot_subcmds
fff65460 d qfw_bootmeth_ops
fff65478 d image_load_addr
fff6547c d cmd_bootm_sub
fff65578 d partition
fff6557c d cmd_bcb_sub
fff65624 d default_tm
fff65648 d dm_subcmds
fff656f0 d cmd_efidebug_sub
fff657d0 d cmd_efidebug_boot_sub
fff6585c d cmd_efidebug_test_sub
fff65878 d eficonfig_menu_desc
fff6587c d select_file_menu_items
fff658a0 d cmd_net
fff658d8 d fastboot_help_text
fff65994 d cmd_avb
fff65a90 d env_id
fff65a94 d cmd_env_sub
fff65b58 d init_sequence_r
fff65be0 d hist_cur
fff65be4 d av_
fff65fec d trim_threshold
fff65ff0 d sbrk_base
fff65ff4 d _stats
fff66008 d block_cache
fff66010 d root_info
fff66018 d x86_sysreset_ops
fff66024 d virtio_pci_supported
fff66740 d console_ops
fff66774 d fonts
fff667a4 d video_fontdata_8x16
fff677a4 d qfw_bootdev_ops
fff677a8 d qfw_pio_ops
fff677b0 d env_htab
fff677c0 d efi_obj_list
fff677c8 d entry_count
fff677cc d efi_register_notify_events
fff677d4 d efi_boot_services
fff6789c d efi_event_queue
fff678a4 d efi_tpl
fff678a8 d efi_cout_modes
fff678cc d efi_con_mode
fff678e4 d efi_con_out
fff6790c d efi_con_in
fff67918 d efi_con_in_ex
fff67930 d cin_notify_functions
fff67938 d efi_dt_fixup_prot
fff67944 d efi_package_lists
fff6794c d efi_keyboard_layout_list
fff67954 d efi_mem
fff6795c d efi_obj_list_initialized
fff67960 d efi_system_partition
fff6796c d algorithm_data
fff679c0 d y
fff679c4 d net_our_vlan
fff679c6 d net_native_vlan
fff679c8 d tftp_timeout_count_max
fff679cc d tftp_block_size_option
fff679ce d tftp_window_size_option
fff679d0 d timeout_ms
fff679d4 d timeout_count_max
fff679d8 d tftp_block_size
fff679da d sequence_number
fff679dc d fastboot_send.cmd
fff679f0 d _GLOBAL_OFFSET_TABLE_
fff679f0 d __efi_runtime_rel_start
fff67b50 A __data_end
fff67b50 A __init_end
fff67b50 d __efi_runtime_rel_stop
fff67b60 A __rel_dyn_start
fff67b60 B __bss_start
fff67b60 b i440fx
fff67b70 b idt
fff68370 b idt_ptr
fff68378 b irq_handlers
fff68438 b spurious_irq_cnt
fff6843c b state
fff68458 b images
fff687ac b get_console.console
fff687b0 b block
fff687b4 b partition_data
fff68880 b bcb
fff69080 b image_addr
fff69084 b image_size
fff69088 b bootefi_device_path
fff6908c b bootefi_image_path
fff69090 b avail_row
fff69094 b eficonfig_init.init
fff69098 b cin
fff6909c b cout
fff690a0 b virtio_curr_dev
fff690a4 b avb_ops
fff690a8 b top_vars
fff690ac b last_return_code
fff690b0 b get_dollar_var.buf
fff690d8 b flag_repeat
fff690dc b ifs
fff690e0 b map
fff691e0 b do_repeat
fff691e1 b get_user_input.the_command
fff693e4 b stored_bootdelay
fff693e8 b monitor_flash_len
fff693ec b hist_num
fff693f0 b hist_max
fff693f4 b hist_add_idx
fff693f8 b hist_list
fff69448 b console_buffer
fff6964c b cli_readline_into_buffer.initted
fff6964d b hist_lines
fff6be64 b ctrlc_disabled
fff6be68 b ctrlc_was_pressed
fff6be6c b console_devices
fff6be78 b cd_count
fff6be84 b tstcdev
fff6be88 b mem_malloc_start
fff6be8c b mem_malloc_end
fff6be90 b mem_malloc_brk
fff6be94 b top_pad
fff6be98 b current_mallinfo.0
fff6be9c b max_sbrked_mem
fff6bea0 b max_total_mem
fff6bea4 b stdio_devices
fff6beb0 b devs
fff6bf00 b env_complete_buf
fff6c100 b tmp_buf
fff6c301 b print_efiname.name
fff6c326 b mode_info
fff6c42c b virtio_bootdev_ops
fff6c430 b virtio_pci_bind.num_devs
fff6c434 b fastboot_progress_callback
fff6c438 b fastboot_boot.boot_addr_start
fff6c44c b fastboot_buf_addr
fff6c450 b fastboot_buf_size
fff6c454 b fastboot_bytes_expected
fff6c458 b fastboot_bytes_received
fff6c45c b image_size
fff6c460 b first_call
fff6c464 b flags_list
fff6c468 b first_call
fff6c46c b callback_list
fff6c470 b fs_type
fff6c474 b fs_dev_desc
fff6c478 b fs_partition
fff6c51c b fs_dev_part
fff6c520 b cur_dev
fff6c528 b cur_part_info
fff6c5cc b total_sector
fff6c5d0 b get_set_cluster.tmpbuf_cluster
fff6c5d4 b bs
fff6c5d8 b rs
fff6c5dc b timers_enabled
fff6c5e0 b current_image
fff6c5e4 b efi_st_keep_devices
fff6c5e8 b efi_get_next_monotonic_count.mono
fff6c5f0 b uart_obj
fff6c608 b console_timer_event
fff6c60c b key_available
fff6c610 b next_key
fff6c61c b efi_memory_map_key
fff6c620 b efi_root
fff6c624 b watchdog_timer_event
fff6c628 b dhcp_ack
fff6c62c b netobj
fff6c630 b transmit_buffer
fff6c634 b receive_buffer
fff6c638 b receive_lengths
fff6c63c b wait_for_packet
fff6c640 b network_timer_event
fff6c644 b rx_packet_num
fff6c648 b new_tx_packet
fff6c64c b rx_packet_idx
fff6c650 b efi_initrd_handle
fff6c654 b binman
fff6c658 b errno
fff6c65c b local_toa
fff6c674 b arp_wait_packet_ethaddr
fff6c678 b net_arp_wait_packet_ip
fff6c67c b net_arp_wait_reply_ip.0
fff6c680 b arp_wait_tx_packet_size
fff6c684 b arp_tx_packet_buf
fff6ccc4 b arp_tx_packet
fff6ccc8 b arp_wait_timer_start
fff6cccc b arp_wait_try
fff6ccd0 b net_nis_domain
fff6ccf0 b net_hostname
fff6cd10 b net_root_path
fff6cd50 b bootp_num_ids
fff6cd54 b bootp_try
fff6cd58 b bootp_start
fff6cd5c b bootp_timeout
fff6cd60 b time_taken_max
fff6cd64 b bootp_ids
fff6cd74 b eth_errno
fff6cd78 b eth_try_another.first_failed
fff6cd7c b eth_set_current.act
fff6cd80 b eth_set_current.env_changed_id
fff6cd84 b net_nd_sol_packet_ip6
fff6cd94 b net_nd_timer_start
fff6cd98 b net_nd_try
fff6cd9c b net_nd_packet_mac_out
fff6cda0 b net_nd_tx_packet
fff6cda4 b net_nd_tx_packet_size
fff6cda8 b net_nd_packet_buf
fff6d3e8 b net_nd_rep_packet_ip6
fff6d3f8 b push_packet
fff6d3fc b net_init.first_call
fff6d3fd b net_pkt_buf
fff6f240 b net_tx_packet
fff6f244 b net_rx_packets
fff6f254 b net_state
fff6f258 b net_restarted
fff6f25c b net_dev_exists
fff6f260 b net_try_count
fff6f264 b net_boot_file_size
fff6f268 b net_ip
fff6f26c b time_start
fff6f270 b time_handler
fff6f274 b time_delta
fff6f278 b net_restart_wrap
fff6f27c b udp_packet_handler
fff6f280 b arp_packet_handler
fff6f284 b net_server_ethaddr
fff6f28c b net_server_ip
fff6f290 b net_rx_packet
fff6f294 b net_rx_packet_len
fff6f298 b net_ethaddr
fff6f2a0 b net_ip_id
fff6f2a4 b net_boot_file_name
fff6f6a4 b net_netmask
fff6f6a8 b net_gateway
fff6f6ac b net_dns_server
fff6f6b0 b net_boot_file_name_explicit
fff6f6b4 b net_boot_file_expected_size_in_blocks
fff6f6b8 b net_gateway6
fff6f6c8 b net_ip6
fff6f6d8 b net_link_local_ip6
fff6f6e8 b net_server_ip6
fff6f6f8 b net_prefix_length
fff6f6fc b use_ip6
fff6f700 b net_ping_ip
fff6f704 b ping_seq_number
fff6f706 b seq_no
fff6f708 b net_ping_ip6
fff6f718 b saved_tftp_block_size_option
fff6f71c b tftp_remote_ip6
fff6f72c b tftp_remote_ip
fff6f730 b tftp_filename
fff6f7b0 b default_filename
fff6f7c0 b tftp_load_addr
fff6f7c4 b tftp_state
fff6f7c8 b time_start
fff6f7cc b tftp_remote_port
fff6f7d0 b timeout_count
fff6f7d4 b tftp_our_port
fff6f7d8 b tftp_cur_block
fff6f7dc b tftp_windowsize
fff6f7de b tftp_last_nack
fff6f7e0 b tftp_tsize
fff6f7e4 b tftp_tsize_num_hash
fff6f7e8 b tftp_load_size
fff6f7ec b tftp_next_ack
fff6f7f0 b tftp_prev_block
fff6f7f4 b tftp_block_wrap
fff6f7f8 b tftp_block_wrap_offset
fff6f7fc b fastboot_our_port
fff6f800 b fastboot_timed_send_info.start
fff6f804 b last_packet_len
fff6f808 b last_packet
fff6fc08 b fastboot_remote_ip.0
fff6fc0c b fastboot_remote_port
fff6fc10 b fastboot_send.command
fff6fc51 b fastboot_send.pending_command
fff6fc54 b state
fff6fc58 b command
fff6fc99 b response
fff6fce0 b curr_header_buffer
fff6fce8 b curr_sport
fff6fcea b curr_dport
fff6fcec b curr_tcp_seq_num
fff6fcf0 b curr_tcp_ack_num
fff6fcf4 b curr_request_len
fff6fcf8 b curr_chunk_size
fff6fd00 b curr_chunk_downloaded
fff6fd08 b curr_header_downloaded
fff6fd10 b command_handled_id
fff6fd14 b command_handled_success
fff6fd15 b is_ipv6
fff6fd18 b ip_header_size
fff6fd1c b udp_ops
fff6fd20 b current_tcp_state
fff6fd24 b tcp_last_connection_data_frame
fff6fd28 b tcp_packet_handler
fff6fd2c b loc_timestamp
fff6fd30 b rmt_timestamp
fff6fd34 b tcp_lost
fff6fd58 b tcp_activity_count
fff6fd5c b tcp_ack_edge
fff6fd60 b prev_len
fff6fd64 b sack_idx
fff6fd68 b edge_a
fff6fee8 b tcp6_packet_handler
fff6feec B __bss_end
fff78040 A __rel_dyn_end
fff78040 A _end