summaryrefslogtreecommitdiff
path: root/bootloader/qemu_aarch64/System.map
blob: 9bb8f6c5916e70612e05776b2f7648bc331486ee (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
0000000000000000 T __image_copy_start
0000000000000000 T _start
0000000000000008 T _TEXT_BASE
0000000000000010 T _end_ofs
0000000000000018 T _bss_start_ofs
0000000000000020 T _bss_end_ofs
0000000000000028 t reset
000000000000002c T save_boot_params_ret
0000000000000040 t pie_fixup
0000000000000060 t pie_fix_loop
000000000000007c t pie_skip_reloc
0000000000000084 t pie_fixup_done
0000000000000120 t master_cpu
0000000000000128 W apply_core_errata
000000000000015c t apply_a53_core_errata
0000000000000160 t apply_a57_core_errata
0000000000000164 W lowlevel_init
0000000000000170 W smp_kick_all_cpus
0000000000000174 T c_runtime_cpu_setup
00000000000001a4 W save_boot_params
00000000000001b0 T __arm_smccc_smc
00000000000001b0 T __efi_runtime_start
00000000000001dc T __arm_smccc_hvc
0000000000000208 T arm_smccc_1_2_smc
0000000000000268 T invoke_psci_fn
00000000000002e4 T efi_reset_system
0000000000000318 T efi_memcpy_runtime
0000000000000330 T efi_update_table_header_crc32
0000000000000368 W efi_get_time
0000000000000370 W efi_set_time
0000000000000378 T efi_convert_pointer
0000000000000410 t efi_unimplemented
0000000000000418 t efi_update_capsule_unsupported
0000000000000420 t efi_query_capsule_caps_unsupported
0000000000000428 t efi_set_virtual_address_map_runtime
0000000000000430 t efi_convert_pointer_runtime
0000000000000438 T efi_runtime_detach
0000000000000490 T efi_runtime_relocate
00000000000005e0 T efi_get_variable_runtime
0000000000000614 T efi_get_next_variable_name_runtime
0000000000000618 T efi_var_mem_find
0000000000000730 t efi_var_mem_compare
00000000000007cc T efi_var_mem_del
0000000000000864 T efi_var_mem_ins
0000000000000990 T efi_var_mem_free
00000000000009b8 t efi_var_mem_notify_virtual_address_map
00000000000009e0 T efi_get_variable_mem
0000000000000aa4 T efi_get_next_variable_name_mem
0000000000000b84 T efi_get_variable_int
0000000000000b88 T efi_get_next_variable_name_int
0000000000000b8c t efi_set_variable_runtime
0000000000000b94 t efi_query_variable_info_runtime
0000000000000b9c T u16_strnlen
0000000000000bcc T crc32_no_comp
0000000000000ca0 T crc32
0000000000000cbc t crc_table
00000000000010bc T psci_method
00000000000010c0 T efi_events
00000000000010d0 T systab
0000000000001148 t firmware_vendor
0000000000001160 T efi_runtime_services
00000000000011e8 t efi_virtmap
00000000000011f0 t efi_descriptor_count
00000000000011f8 t efi_descriptor_size
0000000000001200 t efi_runtime_mmio
0000000000001210 t efi_var_buf
0000000000001218 t efi_current_var
0000000000001220 T __efi_runtime_stop
0000000000001800 W board_cleanup_before_linux
0000000000001804 T cleanup_before_linux
0000000000001824 T get_tbclk
000000000000182c T get_ticks
0000000000001840 T get_tcr
000000000000195c W get_page_table_size
00000000000019d8 T setup_pgtables
0000000000001ab0 t create_table
0000000000001b40 W mmu_setup
0000000000001c2c t setup_all_pgtables
0000000000001cb8 t apply_cmo_to_mappings
0000000000001d0c T invalidate_dcache_range
0000000000001d10 T flush_dcache_range
0000000000001d14 T dcache_enable
0000000000001ddc T dcache_disable
0000000000001e78 T icache_enable
0000000000001ef4 T invalidate_icache_all
0000000000001f08 t count_range
0000000000001fc0 t map_range
00000000000020c4 t __cmo_on_leaves
00000000000021e4 T __asm_invalidate_l3_icache
00000000000021ec T __asm_flush_l3_dcache
00000000000021f4 T __asm_flush_dcache_range
0000000000002224 T __asm_invalidate_dcache_range
0000000000002254 T __asm_invalidate_icache_all
0000000000002800 T vectors
0000000000002810 t _exception_entry
0000000000002890 t _save_el_regs
000000000000290c t exception_exit
0000000000002990 t _restore_regs
0000000000002b90 T switch_to_non_secure_mode
0000000000002be8 t entry_non_secure
0000000000002c10 T __asm_invalidate_tlb_all
0000000000002c58 T armv8_switch_to_el2
0000000000002ce8 W armv8_el2_to_aarch32
0000000000002cf0 T _main
0000000000002d50 t relocation_return
0000000000002d5c t clear_loop
0000000000002d88 T setjmp
0000000000002db0 T longjmp
0000000000002ddc T relocate_code
0000000000002e10 t copy_loop
0000000000002e34 t fixloop
0000000000002e54 t fixnext
0000000000002e5c t relocate_done
0000000000002eac T arch_fixup_fdt
0000000000002eb8 W board_quiesce_devices
0000000000002ebc W board_prep_linux
0000000000002ec0 W update_os_arch_secondary_cores
0000000000002ec4 T do_bootm_linux
0000000000002f24 t boot_prep_linux
0000000000002f7c t boot_jump_linux
0000000000003038 T booti_setup
00000000000030f4 T bootz_setup
00000000000031b8 T smh_trap
00000000000031c0 T arch_setup_bdinfo
00000000000031c8 T arch_reserve_stacks
00000000000031e0 T arch_lmb_reserve
00000000000031f4 T interrupt_init
00000000000031fc T enable_interrupts
0000000000003200 T disable_interrupts
0000000000003208 T show_regs
0000000000003308 T do_bad_sync
0000000000003348 t show_efi_loaded_images
0000000000003350 T do_bad_irq
0000000000003390 T do_bad_fiq
00000000000033d0 T do_bad_error
0000000000003410 W handle_synchronous_exception
0000000000003418 T do_sync
0000000000003520 t dump_far
0000000000003578 T do_irq
00000000000035b8 T do_fiq
00000000000035f8 W do_error
0000000000003638 W flush_cache
0000000000003640 T arch_reserve_mmu
0000000000003644 W arm_reserve_mmu
00000000000036b4 T board_init
00000000000036bc T board_late_init
0000000000003748 T board_fdt_blob_setup
0000000000003758 T dram_init
0000000000003778 T dram_init_banksize
0000000000003790 T enable_caches
00000000000037a4 T bootm_find_images
00000000000038f8 T bootm_disable_interrupts
0000000000003910 T do_bootm_states
0000000000003f50 W arch_preboot_os
0000000000003f54 W board_preboot_os
0000000000003f58 T boot_selected_os
0000000000003fc4 T bootm_os_get_boot_func
0000000000003fd4 t do_bootm_standalone
0000000000004030 t qfw_bootmeth_bind
0000000000004058 t qfw_check
0000000000004080 t qfw_read_bootflow
0000000000004118 t qfw_read_file
0000000000004120 t qfw_boot
0000000000004160 T image_multi_getimg
00000000000041dc T image_decomp_type
000000000000423c T image_decomp
00000000000043c8 T genimg_get_os_name
000000000000440c T genimg_get_comp_name
0000000000004450 t on_loadaddr
0000000000004484 T env_get_bootm_low
00000000000044bc T env_get_bootm_size
0000000000004554 T env_get_bootm_mapsize
0000000000004584 T memmove_wd
0000000000004594 T genimg_get_kernel_addr_fit
00000000000045ac T genimg_get_format
00000000000045ec T genimg_has_config
00000000000045f4 T boot_get_ramdisk
000000000000474c T boot_ramdisk_high
000000000000486c T boot_get_setup
0000000000004874 T image_setup_linux
00000000000048e4 T image_locate_script
0000000000004924 T ab_select_slot
0000000000004de4 T android_image_get_kernel
0000000000004e0c T android_image_check_header
0000000000004e14 T android_image_get_end
0000000000004e1c T android_image_get_kload
0000000000004e40 T android_image_get_kcomp
0000000000004e48 T android_image_get_ramdisk
0000000000004ed4 T android_image_get_kernel_cmdline
0000000000004edc T android_image_is_bootconfig_used
0000000000004f04 T android_get_preloaded_partition
0000000000004ff8 t is_same_partition
0000000000005094 T android_image_load
0000000000005b54 t _extract_boot_image_header
0000000000005c10 t _read_in_boot_ramdisk
0000000000005c80 T android_image_get_second
0000000000005c88 T android_image_get_dtb_by_index
0000000000005c90 t android_read_data
0000000000005dc8 W android_bootloader_boot_kernel
0000000000005eb0 t hex_to_str
0000000000005f20 T android_bootloader_boot_flow
000000000000678c t do_avb_verify
0000000000006964 t android_part_get_info_by_name_suffix
0000000000006a0c t get_partition_size
0000000000006ac0 T android_bootloader_request_response
0000000000006cc8 t console_write
0000000000006d4c t console_read
0000000000006dd8 T oemlock_is_allowed
0000000000006de0 t oemlock_get_field
0000000000006e44 T oemlock_set_locked
0000000000006ea8 T oemlock_is_locked
0000000000006eb0 t get_console
0000000000006f0c T write_avb_to_keymint_console
00000000000072ec t parse_patchlevel
00000000000073dc T fdt_find_and_setprop
0000000000007470 T fdt_find_or_add_subnode
00000000000074f4 T fdt_root
000000000000758c T fdt_initrd
0000000000007754 W board_fdt_chosen_bootargs
0000000000007760 T fdt_chosen
0000000000007854 T do_fixup_by_path
00000000000078a0 T fdt_fixup_ethernet
0000000000007a58 T fdt_shrink_to_minimum
0000000000007bb0 T fdt_support_default_count_cells
0000000000007c28 T fdt_translate_address
0000000000007c34 t __of_translate_address
0000000000007e9c t of_bus_default_map
0000000000007f3c t of_bus_default_translate
0000000000007fd4 T boot_fdt_add_mem_rsv_regions
0000000000008120 t boot_fdt_reserve_region
0000000000008184 T boot_relocate_fdt
0000000000008368 t fdt_error
00000000000083a0 T boot_get_fdt
0000000000008630 W ft_verify_fdt
0000000000008638 T image_setup_libfdt
00000000000087e4 T do_bootm
0000000000008904 T bootm_maybe_autostart
0000000000008990 T do_bootd
00000000000089bc t do_help
00000000000089fc t do_panic
0000000000008a20 t do_version
0000000000008a68 t do_ab_select
0000000000008b5c T blk_common_cmd
0000000000008e78 t do_source
0000000000008ecc T bcb_find_partition_and_load
0000000000008f58 t __bcb_initialize
0000000000009050 t __bcb_load
0000000000009124 T bcb_load
000000000000918c T bcb_set
00000000000091ac t __bcb_set
00000000000092bc T bcb_get
0000000000009324 t bcb_field_get
000000000000941c T bcb_store
0000000000009420 t __bcb_store
00000000000094a4 T bcb_reset
00000000000094e8 t do_bcb
0000000000009688 t do_bcb_load
0000000000009714 t do_bcb_set
000000000000971c t do_bcb_clear
0000000000009780 t do_bcb_test
0000000000009824 t do_bcb_dump
000000000000987c t do_bcb_store
0000000000009880 t do_boot_android
0000000000009890 t do_verified_boot_android
00000000000098a0 t boot_android
0000000000009a20 T efi_get_image_parameters
0000000000009a3c T efi_set_bootdev
0000000000009b90 T efi_install_fdt
0000000000009dfc T efi_run_image
0000000000009fb0 t do_bootefi_exec
000000000000a084 t do_bootefi
000000000000a274 T do_bootz
000000000000a378 T do_booti
000000000000a590 t do_video_clear
000000000000a5b0 T mk_date
000000000000a818 t do_date
000000000000a99c t do_dm
000000000000aa48 t complete_dm
000000000000aa70 t do_dm_dump_driver_compat
000000000000aa88 t do_dm_dump_devres
000000000000aa90 t do_dm_dump_drivers
000000000000aaa8 t do_dm_dump_static_driver_info
000000000000aac0 t do_dm_dump_tree
000000000000ab8c t do_dm_dump_uclass
000000000000ac04 t do_echo
000000000000aca4 T eficonfig_print_msg
000000000000ace8 T eficonfig_print_entry
000000000000ad9c T eficonfig_display_statusline
000000000000adfc T eficonfig_choice_entry
000000000000af04 T eficonfig_destroy
000000000000af88 T eficonfig_process_quit
000000000000af94 T eficonfig_append_menu_entry
000000000000b04c T eficonfig_append_quit_entry
000000000000b0b4 T eficonfig_create_fixed_menu
000000000000b148 T eficonfig_process_common
000000000000b2b8 T eficonfig_create_device_path
000000000000b378 T eficonfig_process_clear_file_selection
000000000000b398 T eficonfig_process_show_file_option
000000000000b424 T eficonfig_process_select_file
000000000000bc0c T eficonfig_choice_change_boot_order
000000000000bf14 t do_eficonfig
000000000000c0d4 t eficonfig_volume_selected
000000000000c0f4 t sort_file
000000000000c108 t eficonfig_file_selected
000000000000c2d0 t eficonfig_process_add_boot_option
000000000000c37c t eficonfig_process_edit_boot_option
000000000000c534 t eficonfig_process_change_boot_order
000000000000c7f0 t eficonfig_process_delete_boot_option
000000000000c834 t eficonfig_edit_boot_option
000000000000cd70 t fill_file_info
000000000000cde0 t eficonfig_set_boot_option
000000000000ce68 t create_boot_option_entry
000000000000cf2c t eficonfig_boot_add_enter_description
000000000000cf44 t prepare_file_selection_entry
000000000000d0ac t eficonfig_boot_add_optional_data
000000000000d0c4 t eficonfig_boot_edit_save
000000000000d134 t handle_user_input
000000000000d1f0 t eficonfig_show_boot_selection
000000000000d3c4 t eficonfig_add_boot_selection_entry
000000000000d580 t eficonfig_process_boot_selected
000000000000d598 t eficonfig_print_change_boot_order_entry
000000000000d674 t eficonfig_add_change_boot_order_entry
000000000000d7f0 t eficonfig_process_save_boot_order
000000000000d904 t do_exit
000000000000d940 T do_fat_size
000000000000d948 T do_fat_fsload
000000000000d950 t do_fat_ls
000000000000d958 t do_fat_fsinfo
000000000000da00 t do_fat_fswrite
000000000000da08 t do_fat_rm
000000000000da10 t do_fat_mkdir
000000000000da18 t do_size_wrapper
000000000000da20 t do_load_wrapper
000000000000da28 t do_save_wrapper
000000000000da30 t do_ls_wrapper
000000000000da38 t do_ln_wrapper
000000000000da40 t do_fstype_wrapper
000000000000da44 t do_fstypes_wrapper
000000000000da48 t do_itest
000000000000dae0 t binary_test
000000000000dc78 t evalstr
000000000000dcf4 t evalexp
000000000000dd94 t do_sleep
000000000000de88 t do_bootp
000000000000de94 T do_tftpb
000000000000dea0 t netboot_common
000000000000e278 t do_ping
000000000000e2ec T do_ping6
000000000000e378 t do_net
000000000000e418 t do_net_list
000000000000e4e0 t do_net_stats
000000000000e624 t do_part
000000000000e988 t do_part_types
000000000000ea50 t do_part_set
000000000000eaf0 t do_part_type
000000000000eb7c t do_part_info
000000000000ecd0 t do_qemu_fw
000000000000ed74 t qemu_fwcfg_do_list
000000000000edfc t qemu_fwcfg_do_cpus
000000000000ee2c t qemu_fwcfg_do_load
000000000000ef1c t do_rw
000000000000f028 T setexpr_regex_sub
000000000000f284 t substitute
000000000000f3a4 t do_setexpr
000000000000f694 t get_arg
000000000000f7a4 t regex_sub_var
000000000000f8b4 t do_test
000000000000fbe4 t do_false
000000000000fbec t do_true
000000000000fbf4 t do_virtio
000000000000fca0 t do_video_setcursor
000000000000fd1c t do_video_puts
000000000000fd88 t do_fastboot
000000000000ff38 t do_gpt
0000000000010198 t gpt_verify
00000000000102b4 t gpt_setenv
0000000000010428 t gpt_enumerate
00000000000105ac t do_disk_guid
0000000000010610 t set_gpt_info
0000000000010b20 t extract_val
0000000000010bcc t extract_env
0000000000010ca0 T do_avb_init
0000000000010d10 T do_avb_read_part
0000000000010de0 T do_avb_read_part_hex
0000000000010f28 T do_avb_write_part
0000000000010ff0 T do_avb_read_rb
000000000001107c T do_avb_write_rb
000000000001110c T do_avb_get_uuid
000000000001119c T do_avb_verify_part
0000000000011258 T do_avb_is_unlocked
00000000000112e4 t do_avb
0000000000011370 T env_get_id
000000000001137c T env_set
00000000000113d8 t _do_env_set
00000000000115d8 t do_env
0000000000011650 t do_env_print
0000000000011738 t do_env_set
0000000000011758 t do_env_default
0000000000011804 t do_env_delete
00000000000118fc t do_env_verified_import
0000000000011b20 t do_env_exists
0000000000011b78 t env_print
0000000000011c38 T board_init_f_alloc_reserve
0000000000011c48 T board_init_f_init_reserve
0000000000011c7c T main_loop
0000000000011cc0 T get_version
0000000000011cc8 T jumptable_init
0000000000011f40 t dummy
0000000000011f44 t mdelay
0000000000011f50 T get_local_var
0000000000011fe8 T set_local_var
000000000001217c T unset_local_var
000000000001222c T parse_string_outer
0000000000012350 t parse_stream_outer
0000000000012aa4 T parse_file_outer
0000000000012af4 T u_boot_hush_start
0000000000012b44 t do_showvar
0000000000012c64 t static_peek
0000000000012c70 t static_get
0000000000012c8c t done_word
0000000000012f84 t done_pipe
0000000000012fd8 t file_peek
0000000000012fe4 t free_pipe_list
00000000000130d8 t new_pipe
0000000000013110 t done_command
00000000000131ac t b_addqchr
0000000000013208 t b_addchr
000000000001329c t run_list_real
0000000000013a0c t insert_var_value_sub
0000000000013d04 t is_assignment
0000000000013d50 t make_string
0000000000013ebc t file_get
00000000000140bc T bootdelay_process
0000000000014170 T autoboot_command
0000000000014290 W board_add_ram_info
0000000000014294 W arch_cpu_init
000000000001429c W mach_cpu_init
00000000000142a4 W board_get_usable_ram_top
00000000000142b0 W arch_setup_dest_addr
00000000000142b8 T setup_bdinfo
00000000000142c0 W reserve_arch
00000000000142c8 W checkcpu
00000000000142d0 W clear_bss
00000000000142d8 T board_init_f
000000000001430c t setup_mon_len
0000000000014330 t log_init
0000000000014338 t initf_bootstage
0000000000014340 t bloblist_maybe_init
0000000000014348 t setup_spl_handoff
0000000000014350 t initf_dm
0000000000014358 t init_baud_rate
0000000000014390 t display_text_info
0000000000014398 t print_resetinfo
0000000000014464 t announce_dram_init
0000000000014484 t setup_dest_addr
00000000000144d8 t reserve_round_4k
00000000000144f0 t reserve_video
000000000001452c t reserve_trace
0000000000014534 t reserve_uboot
0000000000014580 t reserve_malloc
00000000000145a8 t reserve_board
0000000000014604 t reserve_global_data
0000000000014634 t reserve_fdt
00000000000146b4 t reserve_bootstage
00000000000146bc t reserve_bloblist
00000000000146c4 t reserve_stacks
00000000000146e0 t show_dram_config
0000000000014804 t display_new_sp
000000000001480c t reloc_fdt
0000000000014878 t reloc_bootstage
0000000000014880 t reloc_bloblist
0000000000014888 t setup_reloc
00000000000148d0 t cyclic_unregister_all
00000000000148d8 W cpu_secondary_init_r
00000000000148e0 W arch_initr_trap
00000000000148e8 W power_init_board
00000000000148f0 T board_init_r
0000000000014930 t initr_trace
0000000000014938 t initr_reloc
0000000000014954 t initr_caches
000000000001496c t initr_reloc_global_data
00000000000149b0 t initr_barrier
00000000000149b8 t initr_malloc
00000000000149ec t log_init
00000000000149f4 t initr_bootstage
00000000000149fc t initr_of_live
0000000000014a04 t initr_dm
0000000000014a24 t initr_binman
0000000000014a2c t initr_dm_devices
0000000000014a34 t initr_announce
0000000000014a3c t dm_announce
0000000000014ae4 t initr_env
0000000000014b5c t initr_net
0000000000014b80 t run_main_loop
0000000000014b98 T iomux_match_device
0000000000014bcc T iomux_doenv
0000000000014de0 T menu_default_choice
0000000000014e00 T menu_default_set
0000000000014e9c T menu_get_choice
0000000000015060 T menu_item_add
0000000000015154 T menu_create
00000000000151fc T menu_destroy
0000000000015278 T bootmenu_conv_key
0000000000015318 T bootmenu_loop
0000000000015370 T cli_ch_init
000000000001537c T cli_ch_process
000000000001557c T cread_line_process_ch
0000000000015ad4 t cread_add_char
0000000000015bf4 T cli_cread_init
0000000000015c88 T cli_readline
0000000000015c9c T cli_readline_into_buffer
0000000000016098 t delete_char
00000000000161b8 T cli_simple_process_macros
0000000000016404 T bounce_buffer_start_extalign
0000000000016498 T bounce_buffer_stop
0000000000016500 t on_console
00000000000165c8 t console_puts_select
0000000000016690 t console_needs_start_stop
0000000000016714 T console_stop
0000000000016750 T serial_printf
00000000000167cc T fgetc
0000000000016820 t console_tstc
00000000000168cc T fputc
0000000000016950 T fputs
00000000000169d4 T fflush
0000000000016a48 T getchar
0000000000016a74 T tstc
0000000000016aa0 T putc
0000000000016b24 T puts
0000000000016b9c t pre_console_puts
0000000000016be8 T flush
0000000000016c18 T ctrlc
0000000000016c68 T disable_ctrlc
0000000000016c80 T had_ctrlc
0000000000016c8c T clear_ctrlc
0000000000016c98 T console_search_dev
0000000000016cd0 T console_assign
0000000000016e04 T console_init_f
0000000000016e30 t print_pre_console_buffer
0000000000016f0c T console_init_r
000000000001710c T sbrk
0000000000017178 T mem_malloc_init
0000000000017198 t malloc
0000000000017690 t malloc_extend_top
0000000000017858 t free
0000000000017ac4 t malloc_trim
0000000000017bd0 t realloc
0000000000018054 t memalign
00000000000181e0 t calloc
00000000000182ac T initf_malloc
00000000000182cc T malloc_simple
00000000000182d4 t alloc_simple
0000000000018354 T memalign_simple
0000000000018364 T event_type_name
0000000000018370 T event_notify
0000000000018470 T event_notify_null
000000000001847c T event_register
00000000000184f4 T event_init
0000000000018508 W get_effective_memsize
0000000000018514 T stdio_file_to_flags
0000000000018534 T stdio_get_by_name
0000000000018618 T stdio_clone
0000000000018668 T stdio_register_dev
00000000000186c0 T stdio_register
0000000000018704 T stdio_init_tables
0000000000018718 T stdio_add_devices
00000000000187c8 t stdio_serial_putc
00000000000187d0 t stdio_serial_puts
00000000000187d8 t stdio_serial_flush
00000000000187dc t stdio_serial_getc
00000000000187e0 t stdio_serial_tstc
00000000000187e4 T run_command
00000000000187f8 T run_command_list
0000000000018890 T do_run
0000000000018904 T cli_process_fdt
000000000001894c T cli_secure_boot_cmd
00000000000189c8 T cli_loop
00000000000189d8 T cli_init
00000000000189dc T _do_help
0000000000018b88 T find_cmd_tbl
0000000000018c44 T cmd_usage
0000000000018cac T find_cmd
0000000000018cdc T var_complete
0000000000018d50 T complete_subcmdv
0000000000018f30 T cmd_auto_complete
00000000000193b0 T cmd_get_data_size
0000000000019454 T cmd_always_repeatable
0000000000019464 T cmd_never_repeatable
0000000000019470 T cmd_discard_repeatable
0000000000019494 T cmd_process
000000000001964c T cmd_process_error
0000000000019684 T cmd_source_script
00000000000196d0 T avb_ops_alloc
0000000000019790 t read_from_partition
0000000000019798 t write_to_partition
00000000000197a4 t validate_vbmeta_public_key
0000000000019804 t read_rollback_index
0000000000019840 t write_rollback_index
0000000000019868 t read_is_device_unlocked
00000000000198a0 t get_unique_guid_for_partition
00000000000198fc t get_size_of_partition
0000000000019948 T avb_ops_free
0000000000019994 T avb_verify
00000000000199d4 T avb_verify_partitions
0000000000019b5c t blk_byte_io
0000000000019d54 t get_partition
0000000000019e24 t blk_read_and_flush
0000000000019f30 t avb_blk_write
000000000001a024 T qfw_get_dev
000000000001a030 T qfw_online_cpus
000000000001a05c T qfw_read_firmware_list
000000000001a14c T qfw_file_iter_init
000000000001a178 T qfw_file_iter_next
000000000001a190 T qfw_file_iter_end
000000000001a1a0 T qemu_fwcfg_setup_kernel
000000000001a348 T part_get_type_by_name
000000000001a3d8 T blk_get_dev
000000000001a3e0 t get_dev_hwpart
000000000001a418 T dev_print
000000000001a67c T part_init
000000000001a71c T part_print
000000000001a8c4 t part_driver_lookup_type
000000000001a970 T part_get_info_by_type
000000000001a9f4 t part_driver_get_type
000000000001aa58 T part_get_info
000000000001aa64 T part_get_info_whole_disk
000000000001aac8 T blk_get_device_by_str
000000000001abf8 T blk_get_device_part_str
000000000001b008 T part_get_info_by_name
000000000001b0b4 T part_get_info_by_dev_and_name
000000000001b174 T part_get_info_by_dev_and_name_or_num
000000000001b1f4 T part_set_generic_name
000000000001b27c T disk_blk_read
000000000001b300 t disk_blk_part_validate
000000000001b370 T disk_blk_write
000000000001b3f4 T disk_blk_erase
000000000001b464 t test_block_type
000000000001b524 t part_get_info_dos
000000000001b540 t part_print_dos
000000000001b57c t part_test_dos
000000000001b61c t part_get_info_extended
000000000001b950 t print_partition_extended
000000000001bbb4 T get_disk_guid
000000000001bc48 t find_valid_gpt
000000000001bcb4 T part_print_efi
000000000001bf28 t is_pte_valid
000000000001bf78 T part_get_info_efi
000000000001c1b4 T write_gpt_table
000000000001c5f0 t set_protective_mbr
000000000001c6d4 T gpt_fill_pte
000000000001cb0c T gpt_fill_header
000000000001cd2c t partition_entries_offset
000000000001cd9c T gpt_restore
000000000001cec0 T gpt_verify_headers
000000000001cf80 t is_gpt_valid
000000000001d27c T gpt_repair_headers
000000000001d410 t write_one_gpt_table
000000000001d534 T gpt_verify_partitions
000000000001d75c t validate_gpt_header
000000000001d944 t part_test_efi
000000000001d9fc T blk_get_uclass_name
000000000001da3c T blk_get_devnum_by_uclass_idname
000000000001db28 T blk_get_desc
000000000001dbfc T blk_list_part
000000000001dc88 T blk_print_part_devnum
000000000001dccc T blk_list_devices
000000000001dd50 T blk_print_device_num
000000000001dda0 T blk_show_device
000000000001de28 T blk_dselect_hwpart
000000000001de54 T blk_read
000000000001df98 t blk_buffer_aligned
000000000001dfbc T blk_write
000000000001e0c4 T blk_erase
000000000001e134 T blk_dread
000000000001e13c T blk_dwrite
000000000001e144 T blk_derase
000000000001e14c T blk_find_max_devnum
000000000001e1cc T blk_next_free_devnum
000000000001e1f0 T blk_create_device
000000000001e3a4 t blk_post_probe
000000000001e4a4 T blkcache_read
000000000001e5a4 T blkcache_fill
000000000001e6ec T blkcache_invalidate
000000000001e790 T device_bind_with_driver_data
000000000001e7a8 t device_bind_common
000000000001eaa0 T device_bind
000000000001eab0 T device_bind_by_name
000000000001eb2c T device_of_to_plat
000000000001ec50 T device_probe
000000000001ed88 T device_get_uclass_id
000000000001ed98 T dev_get_plat
000000000001eda4 T dev_get_parent_plat
000000000001edb0 T dev_get_uclass_plat
000000000001edbc T dev_get_priv
000000000001edc8 T dev_get_uclass_priv
000000000001edd4 T dev_get_parent_priv
000000000001ede0 T dev_get_parent
000000000001ede8 T device_get_decendent_count
000000000001ee34 T device_find_first_child
000000000001ee50 T device_find_next_child
000000000001ee7c T device_first_child_err
000000000001eec4 T device_next_child_err
000000000001ef18 T dev_get_driver_data
000000000001ef20 T device_set_name_alloced
000000000001ef30 T device_set_name
000000000001ef78 T dev_set_priv
000000000001ef80 T dev_set_parent_priv
000000000001ef88 T dev_set_uclass_priv
000000000001ef90 T dev_set_plat
000000000001ef98 T dev_set_parent_plat
000000000001efa0 T dev_set_uclass_plat
000000000001efa8 T device_is_compatible
000000000001efc8 t alloc_priv
000000000001f030 T devfdt_get_addr_index
000000000001f11c T devfdt_get_addr
000000000001f124 T lists_driver_lookup_name
000000000001f1ac T lists_uclass_lookup
000000000001f210 T lists_bind_drivers
000000000001f308 T device_bind_driver
000000000001f314 T device_bind_driver_to_node
000000000001f37c T lists_bind_fdt
000000000001f538 T dm_root
000000000001f558 T dm_init
000000000001f5e0 T dm_remove_devices_flags
000000000001f618 T dm_scan_fdt_dev
000000000001f630 t dm_scan_fdt_node
000000000001f6c8 T dm_extended_scan
000000000001f744 W dm_scan_other
000000000001f74c T dm_init_and_scan
000000000001f7e8 T dm_get_stats
000000000001f820 t dm_probe_devices
000000000001f8a8 T uclass_get_priv
000000000001f8b0 T uclass_get
000000000001fa0c T dev_get_uclass_index
000000000001fa58 T uclass_find_device
000000000001facc T uclass_find_first_device
000000000001fb10 T uclass_find_next_device
000000000001fb3c T uclass_find_device_by_namelen
000000000001fbe4 T uclass_find_next_free_seq
000000000001fc54 T uclass_find_device_by_seq
000000000001fccc T uclass_find_device_by_of_offset
000000000001fd40 T uclass_get_nth_device_by_driver_name
000000000001fdcc T uclass_get_device
000000000001fe14 T uclass_get_device_by_name
000000000001fe78 T uclass_get_device_by_seq
000000000001fec0 T uclass_get_device_by_of_offset
000000000001ff08 T uclass_first_device
000000000001ff50 t _uclass_next_device
000000000001ffb4 T uclass_next_device
000000000001ffd8 T uclass_first_device_err
000000000002000c T uclass_first_device_check
000000000002006c T uclass_next_device_check
00000000000200a4 T uclass_get_count
00000000000200e0 T uclass_bind_device
0000000000020150 T uclass_pre_unbind_device
000000000002017c T uclass_unbind_device
0000000000020198 T uclass_pre_probe_device
00000000000201f8 T uclass_post_probe_device
0000000000020258 T uclass_pre_remove_device
0000000000020284 T uclass_probe_all
00000000000202f8 T pci_get_devfn
0000000000020348 T dev_tag_set_ptr
000000000002040c T dev_tag_get_ptr
0000000000020474 T dev_tag_del
000000000002050c T devres_release_probe
0000000000020518 t release_nodes
000000000002059c T devres_release_all
00000000000205a8 T device_chld_unbind
0000000000020648 T device_unbind
000000000002076c T device_chld_remove
0000000000020800 T device_remove
0000000000020928 T device_free
00000000000209dc T dm_dump_tree
0000000000020a7c t dm_dump_tree_single
0000000000020af4 t dm_dump_tree_recursive
0000000000020ba0 T dm_dump_uclass
0000000000020c60 t dm_dump_uclass_single
0000000000020d50 T dm_dump_driver_compat
0000000000020e60 T dm_dump_drivers
0000000000020fdc T dm_dump_static_driver_info
000000000002105c t show_devices
000000000002123c t h_cmp_uclass_id
0000000000021270 T ofnode_get_name
0000000000021290 T ofnode_read_u32_index
0000000000021304 T ofnode_read_u32_default
0000000000021330 T ofnode_read_bool
0000000000021360 T ofnode_read_string
00000000000213b4 T ofnode_find_subnode
00000000000213dc T ofnode_is_enabled
0000000000021404 T ofnode_first_subnode
0000000000021428 T ofnode_next_subnode
000000000002144c T ofnode_path
0000000000021478 T ofnode_get_property
0000000000021494 T ofnode_read_u8_array_ptr
00000000000214b0 T ofnode_read_pci_addr
00000000000215a8 T ofnode_read_pci_vendev
00000000000216c4 T ofnode_read_simple_addr_cells
00000000000216d4 T ofnode_read_simple_size_cells
00000000000216e4 T ofnode_pre_reloc
000000000002184c T ofnode_read_resource
00000000000218b8 T ofnode_device_is_compatible
00000000000218e4 T ofnode_by_prop_value
0000000000021914 T ofnode_conf_read_int
0000000000021974 T ofnode_conf_read_str
00000000000219c0 T sysreset_get_status
00000000000219dc T sysreset_walk
0000000000021a74 T sysreset_walk_halt
0000000000021aa8 T do_reset
0000000000021b0c W psci_sysreset_get_status
0000000000021b14 t psci_sysreset_request
0000000000021b50 T efi_reset_system_init
0000000000021b80 T psci_sys_reset
0000000000021c2c T psci_sys_poweroff
0000000000021c70 t psci_bind
0000000000021ccc t psci_probe
0000000000021d68 T pci_get_controller
0000000000021dac T dm_pci_get_bdf
0000000000021e04 t pci_get_bus_max
0000000000021e4c T pci_get_ff
0000000000021e68 T pci_bus_find_devfn
0000000000021ed4 T dm_pci_write_config
0000000000021f98 T dm_pci_write_config8
0000000000021fa4 T dm_pci_write_config16
0000000000021fb0 T dm_pci_write_config32
0000000000021fbc T dm_pci_read_config
00000000000220a0 T dm_pci_read_config8
00000000000220d4 T dm_pci_read_config16
0000000000022108 T dm_pci_read_config32
000000000002213c T pci_auto_config_devices
000000000002226c T pci_generic_mmap_write_config
000000000002230c T pci_generic_mmap_read_config
00000000000223bc T dm_pci_hose_probe_bus
0000000000022480 T dm_pci_find_capability
0000000000022508 W board_pci_fixup_dev
000000000002250c T pci_bind_bus_devices
0000000000022a18 T dm_pci_read_bar32
0000000000022a6c T dm_pci_bus_to_phys
0000000000022b50 T dm_pci_map_bar
0000000000022cd0 T dm_pci_find_next_capability
0000000000022cd8 t _dm_pci_find_next_capability
0000000000022d98 t pci_uclass_pre_probe
0000000000023094 t pci_uclass_post_probe
00000000000230f4 t pci_uclass_child_post_bind
0000000000023140 T pci_init
000000000002317c t pci_bridge_read_config
0000000000023218 t pci_bridge_write_config
0000000000023294 T dm_pciauto_prescan_setup_bridge
00000000000236a4 T dm_pciauto_postscan_setup_bridge
000000000002380c T dm_pciauto_config_device
00000000000238b4 t dm_pciauto_setup_device
0000000000023b54 t dm_pciauto_exp_link_stable
0000000000023c00 T pciauto_region_align
0000000000023c1c T pciauto_region_allocate
0000000000023c90 T pciauto_config_init
0000000000023d88 t pci_generic_ecam_probe
0000000000023db8 t pci_generic_ecam_of_to_plat
0000000000023e34 t pci_generic_ecam_read_config
0000000000023ee8 t pci_generic_ecam_write_config
0000000000023f88 t pci_generic_ecam_conf_address
0000000000024020 T serial_init
0000000000024178 T serial_setbrg
00000000000241b4 T serial_initialize
00000000000241cc T serial_putc
0000000000024248 T serial_puts
0000000000024268 t _serial_puts
00000000000242e8 T serial_flush
000000000002433c T serial_getc
0000000000024394 T serial_tstc
00000000000243d0 T serial_stdio_init
00000000000243d4 t on_baudrate
00000000000244d4 t serial_post_probe
00000000000245a8 t serial_pre_remove
00000000000245b0 t serial_stub_putc
000000000002461c t serial_stub_puts
0000000000024624 t serial_stub_flush
0000000000024668 t serial_stub_getc
00000000000246a8 t serial_stub_tstc
00000000000246cc T pl01x_serial_setbrg
0000000000024818 T pl01x_serial_probe
0000000000024894 T pl01x_serial_getc
00000000000248dc T pl01x_serial_putc
0000000000024924 T pl01x_serial_pending
0000000000024974 T pl01x_serial_of_to_plat
00000000000249f4 T virtio_get_config
0000000000024a08 T virtio_set_config
0000000000024a1c T virtio_generation
0000000000024a3c T virtio_reset
0000000000024a50 T virtio_find_vqs
0000000000024a64 T virtio_notify
0000000000024a78 T virtio_add_status
0000000000024ad8 T virtio_finalize_features
0000000000024b68 T virtio_driver_features_init
0000000000024b7c T virtio_init
0000000000024b84 t virtio_uclass_pre_probe
0000000000024bf0 t virtio_uclass_post_probe
0000000000024cbc t virtio_uclass_child_post_bind
0000000000024cd8 t virtio_uclass_child_pre_probe
0000000000024f10 t virtio_uclass_child_post_probe
0000000000024f2c t virtio_bootdev_bind
0000000000024f50 t virtio_bootdev_hunt
0000000000024f8c T virtqueue_add
0000000000025210 T virtqueue_kick
00000000000252a8 T virtqueue_get_buf
0000000000025464 T vring_create_virtqueue
0000000000025720 T vring_del_virtqueue
0000000000025768 T virtqueue_get_vring_size
0000000000025770 T virtqueue_get_desc_addr
0000000000025778 T virtqueue_get_avail_addr
0000000000025780 T virtqueue_get_used_addr
0000000000025788 T virtqueue_poll
00000000000257c0 t __bb_force_page_align
00000000000257e4 t virtqueue_detach_desc
000000000002583c t virtio_mmio_probe
00000000000258e4 t virtio_mmio_of_to_plat
0000000000025924 t virtio_mmio_get_config
0000000000025a68 t virtio_mmio_set_config
0000000000025bc0 t virtio_mmio_generation
0000000000025c08 t virtio_mmio_get_status
0000000000025c40 t virtio_mmio_set_status
0000000000025c9c t virtio_mmio_reset
0000000000025cc0 t virtio_mmio_get_features
0000000000025d2c t virtio_mmio_set_features
0000000000025db4 t virtio_mmio_find_vqs
0000000000025fd4 t virtio_mmio_del_vqs
00000000000260a8 t virtio_mmio_notify
00000000000260dc t virtio_pci_bind
0000000000026138 t virtio_pci_probe
000000000002633c t virtio_pci_find_capability
00000000000264a4 t virtio_pci_get_config
00000000000265b8 t virtio_pci_set_config
00000000000266fc t virtio_pci_generation
0000000000026734 t virtio_pci_get_status
000000000002676c t virtio_pci_set_status
00000000000267d4 t virtio_pci_reset
0000000000026838 t virtio_pci_get_features
00000000000268a0 t virtio_pci_set_features
0000000000026930 t virtio_pci_find_vqs
0000000000026a9c t virtio_pci_del_vqs
0000000000026b10 t virtio_pci_notify
0000000000026b84 t virtio_net_bind
0000000000026bbc t virtio_net_probe
0000000000026c28 t virtio_net_start
0000000000026cb8 t virtio_net_send
0000000000026d5c t virtio_net_recv
0000000000026dbc t virtio_net_free_pkt
0000000000026e2c t virtio_net_stop
0000000000026e30 t virtio_net_write_hwaddr
0000000000026eac t virtio_net_read_rom_hwaddr
0000000000026f7c t virtio_blk_bind
0000000000027034 t virtio_blk_probe
00000000000270ec t virtio_blk_read
00000000000270f4 t virtio_blk_write
00000000000270fc t virtio_blk_erase
0000000000027188 t virtio_blk_do_req
00000000000272e0 t virtio_console_bind
0000000000027310 t virtio_console_probe
000000000002736c t add_inbuf
00000000000273f0 t virtio_console_serial_setbrg
00000000000273f8 t virtio_console_serial_getc
0000000000027484 t virtio_console_serial_putc
00000000000274fc t virtio_console_serial_pending
0000000000027520 t console_putc_xy
0000000000027608 t console_move_rows
0000000000027688 t console_set_row
0000000000027754 t console_set_cursor_visible
0000000000027788 T check_bpix_support
000000000002779c T fill_pixel_and_goto_next
00000000000277d8 T fill_char_vertically
000000000002790c T console_probe
000000000002792c t console_set_font
00000000000279dc T console_simple_get_font_size
0000000000027a10 T console_simple_get_font
0000000000027a2c T console_simple_select_font
0000000000027abc T video_reserve
0000000000027b48 t alloc_fb
0000000000027b9c T video_fill
0000000000027c28 T video_sync
0000000000027c94 T video_clear
0000000000027cc0 T video_index_to_colour
0000000000027da8 T video_set_default_colors
0000000000027dfc T video_sync_all
0000000000027e44 T video_get_xsize
0000000000027e5c T video_get_ysize
0000000000027e74 t video_post_bind
0000000000027f10 t video_post_probe
0000000000028054 T vidconsole_put_char
0000000000028670 t vidconsole_newline
0000000000028730 T vidconsole_put_string
0000000000028774 t vidconsole_pre_probe
00000000000287b4 t vidconsole_post_probe
000000000002883c T vidconsole_position_cursor
00000000000288c8 t vidconsole_putc
00000000000288f4 t vidconsole_puts
000000000002893c T video_bmp_display
0000000000028ee4 t write_pix8
0000000000028fd4 t bochs_video_bind
0000000000028ff8 t bochs_video_probe
000000000002912c T fastboot_response
00000000000291d0 T fastboot_fail
00000000000291e8 T fastboot_okay
000000000002921c W fastboot_set_reboot_flag
00000000000292b0 T fastboot_boot
0000000000029344 T fastboot_handle_boot
00000000000293b4 T fastboot_set_progress_callback
00000000000293c0 T fastboot_init
00000000000293f4 T fastboot_getvar
00000000000294f0 t getvar_version
00000000000294fc t getvar_version_bootloader
0000000000029508 t getvar_downloadsize
0000000000029524 t getvar_serialno
000000000002956c t getvar_version_baseband
0000000000029578 t getvar_product
00000000000295c0 t getvar_platform
0000000000029608 t getvar_current_slot
0000000000029614 t getvar_has_slot
00000000000296d0 t getvar_partition_size
0000000000029728 t getvar_is_userspace
0000000000029734 T fastboot_handle_command
0000000000029808 T fastboot_data_remaining
0000000000029820 T fastboot_data_download
00000000000298ec T fastboot_data_complete
0000000000029948 t getvar
000000000002994c t download
0000000000029a1c t flash
0000000000029a70 t erase
0000000000029ab4 t okay
0000000000029abc t reboot_bootloader
0000000000029b04 t reboot_fastbootd
0000000000029b4c t reboot_recovery
0000000000029b94 t run_flashing_lock
0000000000029bf4 t run_flashing_unlock
0000000000029c6c t ensure_device_is_unlocked
0000000000029cbc T fastboot_block_get_part_info
0000000000029d88 T fastboot_block_erase
0000000000029dfc t fb_block_write
0000000000029eec T fastboot_block_write_raw_image
0000000000029fe0 T fastboot_block_write_sparse_image
000000000002a084 t fb_block_sparse_write
000000000002a090 t fb_block_sparse_reserve
000000000002a098 T fastboot_block_flash_write
000000000002a134 T qfw_read_entry
000000000002a1e8 T qfw_register
000000000002a298 t qfw_post_bind
000000000002a2a0 t qfw_get_bootflow
000000000002a2b8 t qfw_bootdev_bind
000000000002a2dc t qfw_bootdev_hunt
000000000002a304 t qfw_mmio_probe
000000000002a308 t qfw_mmio_of_to_plat
000000000002a340 t qfw_mmio_read_entry_io
000000000002a3fc t qfw_mmio_read_entry_dma
000000000002a428 T dm_rtc_get
000000000002a444 T dm_rtc_set
000000000002a460 T dm_rtc_reset
000000000002a47c t pl031_probe
000000000002a4a4 t pl031_of_to_plat
000000000002a4dc t pl031_get
000000000002a520 t pl031_set
000000000002a56c t pl031_reset
000000000002a590 T dm_rng_read
000000000002a5ac T env_set_ulong
000000000002a5d8 T env_set_hex
000000000002a61c T env_get_hex
000000000002a66c T env_get
000000000002a708 T eth_env_get_enetaddr
000000000002a770 T eth_env_set_enetaddr
000000000002a7cc t env_get_from_linear
000000000002a8e8 T env_get_ulong
000000000002a928 T env_get_yesno
000000000002a984 T env_get_autostart
000000000002a9a8 T env_get_default
000000000002a9e8 T env_set_default
000000000002aa98 T env_set_default_vars
000000000002aac8 T env_relocate
000000000002aae4 T env_complete
000000000002acb4 W arch_env_get_location
000000000002acc4 W env_get_location
000000000002acc8 T env_load
000000000002ad9c t env_driver_lookup
000000000002ae14 T env_init
000000000002aefc T env_attr_walk
000000000002b04c T env_attr_lookup
000000000002b0d0 t regex_callback
000000000002b234 T env_flags_parse_vartype
000000000002b290 T env_flags_parse_varaccess
000000000002b2f0 T eth_validate_ethaddr_str
000000000002b3b8 T env_flags_init
000000000002b480 t on_flags
000000000002b4e0 T env_flags_validate
000000000002b788 t clear_flags
000000000002b798 t set_flags
000000000002b830 T env_callback_init
000000000002b8f4 t find_env_callback
000000000002b968 t on_callbacks
000000000002b9c8 t clear_callback
000000000002b9d8 t set_callback
000000000002ba64 t env_nowhere_load
000000000002ba8c t env_nowhere_init
000000000002ba9c T fs_get_type
000000000002baa8 T fs_set_blk_dev
000000000002bb70 T fs_set_blk_dev_with_part
000000000002bc34 T fs_close
000000000002bc80 T fs_exists
000000000002bd00 T fs_size
000000000002bd80 T fs_read
000000000002be00 T fs_write
000000000002beb8 T fs_opendir
000000000002bf74 T fs_readdir
000000000002c024 T fs_closedir
000000000002c0b4 T fs_unlink
000000000002c134 T fs_mkdir
000000000002c1b4 T fs_ln
000000000002c260 T do_size
000000000002c328 T do_load
000000000002c680 T do_ls
000000000002c76c T file_exists
000000000002c808 T do_save
000000000002c940 T do_fs_type
000000000002ca10 T do_rm
000000000002cac4 T do_mkdir
000000000002cb88 T do_ln
000000000002cbdc T do_fs_types
000000000002cc80 t fs_ls_generic
000000000002cd70 t fs_ln_unsupported
000000000002cd78 t fs_ls_unsupported
000000000002cd80 t fs_exists_unsupported
000000000002cd88 t fs_close_unsupported
000000000002cd8c t fs_uuid_unsupported
000000000002cd94 t fs_opendir_unsupported
000000000002cd9c t fs_unlink_unsupported
000000000002cda4 t fs_mkdir_unsupported
000000000002cdac t fs_probe_unsupported
000000000002cdb4 t fs_size_unsupported
000000000002cdbc t fs_read_unsupported
000000000002cdc4 t fs_write_unsupported
000000000002cdcc T fat_set_blk_dev
000000000002ceac T fat_next_cluster
000000000002d004 t get_fatent
000000000002d1b4 T file_fat_detectfs
000000000002d27c t read_bootsectandvi
000000000002d3cc T fat_exists
000000000002d44c t fat_itr_root
000000000002d600 t fat_itr_resolve
000000000002d7b4 T fat_size
000000000002d888 T fat_read_file
000000000002dc40 T fat_opendir
000000000002dcf0 T fat_readdir
000000000002dde8 t fat_itr_next
000000000002e0ec t fat2rtc
000000000002e140 T fat_closedir
000000000002e168 T fat_close
000000000002e16c T fat_uuid
000000000002e1cc T file_fat_write_at
000000000002e438 t split_filename
000000000002e5a8 t normalize_longname
000000000002e6dc t find_directory_entry
000000000002e760 t set_name
000000000002e998 t fat_find_empty_dentries
000000000002eb54 t fill_dir_slot
000000000002ede4 t fill_dentry
000000000002ee58 t set_contents
000000000002f6f4 t flush_dirty_fat_buffer
000000000002f7a4 t flush_dir
000000000002f834 T file_fat_write
000000000002f844 T fat_unlink
000000000002fb54 T fat_mkdir
000000000002fec4 t fat_itr_child
000000000002ff40 t get_cluster
000000000003011c t next_dent
0000000000030188 t downcase
00000000000301d8 t str2fat
0000000000030290 t fat_move_to_cluster
00000000000302e0 t set_fatent_value
0000000000030518 t clear_fatent
00000000000305ac t determine_fatent
0000000000030600 t disk_write
000000000003067c t set_sectors
00000000000307f0 t delete_single_dentry
0000000000030844 T smh_fs_set_blk_dev
0000000000030850 T smh_fs_size
00000000000308b0 T smh_fs_read
000000000003097c T smh_fs_write
0000000000030a50 T efi_driver_init
0000000000030ba8 t efi_uc_init
0000000000030bb0 t efi_uc_destroy
0000000000030bb8 t efi_uc_supported
0000000000030c7c t efi_uc_start
0000000000030d54 t efi_uc_stop
0000000000030e6c t check_node_type
0000000000030ef8 t disconnect_child
0000000000030f54 t efi_bl_read
0000000000030fc0 t efi_bl_write
000000000003102c t efi_bl_init
00000000000310b0 t efi_bl_bind
00000000000311e8 T efi_bootmgr_load
000000000003138c t try_load_entry
0000000000031668 T efi_bootmgr_get_unused_bootoption
0000000000031730 T efi_bootmgr_append_bootorder
00000000000317f4 T efi_bootmgr_delete_boot_option
0000000000031910 T efi_bootmgr_update_media_device_boot_option
0000000000031e14 t try_load_from_file_path
0000000000031f0c T __efi_entry_check
0000000000031f50 T __efi_exit_check
0000000000031f84 T efi_save_gd
0000000000031f94 T efi_restore_gd
0000000000031fb8 T efi_signal_event
0000000000032084 t efi_queue_event
00000000000320e8 T efi_add_handle
0000000000032110 T efi_create_handle
0000000000032174 T efi_search_protocol
0000000000032214 T efi_search_obj
0000000000032244 T efi_delete_handle
00000000000322f0 t efi_purge_handle
00000000000323ac T efi_create_event
00000000000324fc T efi_timer_check
00000000000325b0 t efi_process_event_queue
000000000003269c T efi_set_timer
0000000000032738 T efi_add_protocol
000000000003289c T efi_register_protocol_notify
0000000000032994 T efi_install_configuration_table
0000000000032ba4 T efi_setup_loaded_image
0000000000032cf0 T efi_locate_device_path
0000000000032ed0 T efi_locate_handle_buffer
0000000000032f40 T efi_load_image
0000000000033440 T efi_close_protocol
000000000003352c T efi_locate_handle_buffer_int
00000000000335f0 t efi_locate_handle
0000000000033790 T efi_install_multiple_protocol_interfaces
00000000000337e4 t efi_install_multiple_protocol_interfaces_int
0000000000033a78 T efi_uninstall_multiple_protocol_interfaces
0000000000033acc t efi_uninstall_multiple_protocol_interfaces_int
0000000000033cb4 T efi_protocol_open
0000000000033f00 t efi_disconnect_controller
0000000000034288 T efi_start_image
0000000000034568 t efi_open_protocol
00000000000346f8 T efi_unload_image
00000000000348a0 t efi_delete_image
0000000000034950 T efi_handle_protocol
0000000000034964 T efi_initialize_system_table
00000000000349f0 t efi_uninstall_protocol
0000000000034c04 t efi_disconnect_all_drivers
0000000000034dec t efi_connect_controller
000000000003509c t efi_bind_controller
0000000000035224 t efi_install_protocol_interface
00000000000352e4 t efi_uninstall_protocol_interface
0000000000035358 t efi_raise_tpl
00000000000353cc t efi_restore_tpl
0000000000035450 t efi_allocate_pages_ext
00000000000354c0 t efi_free_pages_ext
0000000000035530 t efi_get_memory_map_ext
00000000000355a0 t efi_allocate_pool_ext
0000000000035610 t efi_free_pool_ext
0000000000035680 t efi_create_event_ext
00000000000356f8 t efi_set_timer_ext
0000000000035768 t efi_wait_for_event
0000000000035938 t efi_signal_event_ext
00000000000359f8 t efi_close_event
0000000000035b80 t efi_check_event
0000000000035c94 t efi_reinstall_protocol_interface
0000000000035d94 t efi_locate_handle_ext
0000000000035e04 t efi_install_configuration_table_ext
0000000000035e74 t efi_exit
0000000000036014 t efi_exit_boot_services
0000000000036224 t efi_get_next_monotonic_count
00000000000362a8 t efi_stall
000000000003634c t efi_set_watchdog_timer
00000000000363bc t efi_close_protocol_ext
000000000003642c t efi_open_protocol_information
0000000000036580 t efi_protocols_per_handle
0000000000036718 t efi_locate_protocol
00000000000368d8 t efi_install_multiple_protocol_interfaces_ext
0000000000036980 t efi_uninstall_multiple_protocol_interfaces_ext
0000000000036a28 t efi_calculate_crc32
0000000000036ac8 t efi_copy_mem
0000000000036b38 t efi_set_mem
0000000000036bb4 t efi_create_event_ex
0000000000036c4c t efi_update_exit_data
0000000000036ccc T efi_get_dp_from_boot
0000000000036d8c T efi_link_dev
0000000000036da4 T efi_unlink_dev
0000000000036dd4 T efi_varname_is_load_option
0000000000036e64 T efi_next_variable_name
0000000000036ef0 T efi_search_bootorder
0000000000036f28 T efi_setup_console_size
000000000003714c t efi_cout_reset
000000000003719c t efi_cout_output_string
0000000000037330 t efi_cout_test_string
000000000003734c t efi_cout_query_mode
00000000000373e4 t efi_cout_set_mode
000000000003745c t efi_cout_set_attribute
00000000000374d0 t efi_cout_clear_screen
0000000000037524 t efi_cout_set_cursor_position
00000000000375d0 t efi_cout_enable_cursor
000000000003761c t efi_cin_reset
000000000003765c t efi_cin_read_key_stroke
00000000000376e8 T efi_console_register
0000000000037838 t efi_key_notify
0000000000037850 t efi_console_timer_notify
0000000000037868 T efi_console_get_u16_string
00000000000379c8 t efi_cin_empty_buffer
00000000000379f0 t term_get_char
0000000000037a44 t efi_cin_check
0000000000037d94 t set_shift_mask
0000000000037df4 t analyze_modifiers
0000000000037e90 t efi_cin_reset_ex
0000000000037ed0 t efi_cin_read_key_stroke_ex
0000000000037fd8 t efi_cin_set_state
0000000000037ff4 t efi_cin_register_key_notify
000000000003809c t efi_cin_unregister_key_notify
000000000003811c T efi_dp_next
0000000000038154 T efi_dp_shorten
00000000000381c4 T efi_dp_find_obj
0000000000038220 t find_handle
00000000000383d4 T efi_dp_last_node
0000000000038420 T efi_dp_instance_size
0000000000038480 T efi_dp_size
00000000000384bc T efi_dp_dup
0000000000038548 T efi_dp_append
0000000000038550 t efi_dp_append_or_concatenate
00000000000386a4 T efi_dp_concat
00000000000386ac T efi_dp_append_node
00000000000387ec T efi_dp_create_device_node
000000000003884c T efi_dp_append_instance
0000000000038974 T efi_dp_get_next_instance
0000000000038a4c T efi_dp_is_multi_instance
0000000000038a80 T efi_dp_from_part
0000000000038b1c T efi_dp_part_node
0000000000038b78 t dp_part_node
0000000000038dfc T efi_dp_from_file
0000000000038f50 T efi_dp_from_uart
0000000000038fcc t dp_size
000000000003908c t dp_fill
0000000000039298 T efi_dp_from_eth
0000000000039300 T efi_dp_from_mem
0000000000039414 T efi_dp_split_file_path
00000000000394e8 T efi_dp_from_name
00000000000396f8 T efi_dp_check_length
0000000000039768 T efi_dp_from_lo
0000000000039898 T efi_dp_str
00000000000398d4 t efi_convert_device_path_to_text
0000000000039984 t efi_convert_device_node_to_text
00000000000399d0 t efi_convert_single_device_node_to_text
000000000003a1d0 t efi_str_to_u16
000000000003a228 t get_device_path_size
000000000003a260 t duplicate_device_path
000000000003a294 t append_device_path
000000000003a2d0 t append_device_node
000000000003a30c t append_device_path_instance
000000000003a348 t get_next_device_path_instance
000000000003a384 t is_device_path_multi_instance
000000000003a3b8 t create_device_node
000000000003a404 T efi_try_purge_kaslr_seed
000000000003a4a4 T efi_carve_out_dt_rsv
000000000003a5d8 t efi_reserve_memory
000000000003a628 t efi_dt_fixup
000000000003a7b4 T efi_file_open_int
000000000003a834 t file_open
000000000003ab2c T efi_file_size
000000000003ac00 T efi_file_read_int
000000000003aeac T efi_file_setpos_int
000000000003af14 t efi_get_file_size
000000000003af6c T efi_file_from_path
000000000003b0cc T efi_create_simple_file_system
000000000003b13c t efi_open_volume
000000000003b184 t efi_create_file
000000000003b1bc t is_dir
000000000003b1e0 t efi_file_open
000000000003b244 t efi_file_close
000000000003b27c t efi_file_delete
000000000003b2e0 t efi_file_read
000000000003b32c t efi_file_write
000000000003b378 t efi_file_getpos
000000000003b3c0 t efi_file_setpos
000000000003b3fc t efi_file_getinfo
000000000003b610 t efi_file_setinfo
000000000003b758 t efi_file_flush
000000000003b7a0 t efi_file_open_ex
000000000003b830 t efi_file_read_ex
000000000003b898 t efi_file_write_ex
000000000003b900 t efi_file_flush_ex
000000000003b968 t efi_file_write_int
000000000003ba28 t new_package_list
000000000003bae8 t remove_package_list
000000000003bb48 t update_package_list
000000000003bc78 t list_package_lists
000000000003bda4 t export_package_lists
000000000003bde4 t register_package_notify
000000000003be54 t unregister_package_notify
000000000003be74 t find_keyboard_layouts
000000000003bf48 t get_keyboard_layout
000000000003c010 t set_keyboard_layout
000000000003c048 t get_package_list_handle
000000000003c0b4 t new_string
000000000003c1e8 t get_string
000000000003c2e0 t set_string
000000000003c43c t get_languages
000000000003c568 t get_secondary_languages
000000000003c620 t add_packages
000000000003ca10 t free_packagelist
000000000003ca54 t free_keyboard_layouts
000000000003caa8 t remove_strings_package
000000000003cb30 t remove_guid_package
000000000003cb74 t remove_keyboard_package
000000000003cbc4 t language_match
000000000003cc20 T efi_print_image_infos
000000000003cd40 T efi_check_pe
000000000003cd98 T efi_load_pe
000000000003d0ac t efi_set_code_and_data_type
000000000003d114 t efi_loader_relocate
000000000003d1f4 T efi_set_load_options
000000000003d24c T efi_deserialize_load_option
000000000003d358 T efi_serialize_load_option
000000000003d448 T efi_add_memory_map
000000000003d464 t efi_add_memory_map_pg
000000000003d6c8 T efi_allocate_pages
000000000003d880 t efi_check_allocated
000000000003d8e0 T efi_free_pages
000000000003d974 T efi_alloc_aligned_pages
000000000003da60 T efi_allocate_pool
000000000003dafc T efi_alloc
000000000003db54 T efi_free_pool
000000000003dbf4 T efi_get_memory_map
000000000003dccc T efi_get_memory_map_alloc
000000000003dd74 T efi_add_conventional_memory_map
000000000003de04 W efi_add_known_memory
000000000003de38 T efi_memory_init
000000000003dec0 t efi_mem_sort
000000000003df90 t efi_mem_cmp
000000000003dfac T efi_root_node_register
000000000003e0d0 T efi_init_runtime_supported
000000000003e140 t efi_get_time_boottime
000000000003e248 t efi_set_time_boottime
000000000003e3b8 t efi_set_virtual_address_map
000000000003e5f0 t efi_reset_system_boottime
000000000003e67c W allow_unaligned
000000000003e680 T efi_init_early
000000000003e6c4 T efi_init_obj_list
000000000003e87c T efi_create_indexed_name
000000000003e914 t efi_stri_coll
000000000003e9a4 t efi_metai_match
000000000003e9e0 t efi_str_lwr
000000000003ea24 t efi_str_upr
000000000003ea68 t efi_fat_to_str
000000000003ead8 t efi_str_to_fat
000000000003ebe0 t metai_match
000000000003ed84 T efi_get_variable
000000000003edfc T efi_set_variable
000000000003ee78 T efi_get_next_variable_name
000000000003eec4 T efi_query_variable_info
000000000003ef34 T efi_init_secure_state
000000000003f090 T efi_auth_var_get_type
000000000003f110 T efi_get_var
000000000003f1b4 T efi_var_mem_init
000000000003f26c t efi_var_mem_notify_exit_boot_services
000000000003f2e8 T efi_var_collect
000000000003f4b0 T efi_var_to_file
000000000003f558 t efi_set_blk_dev_to_system_partition
000000000003f5e8 T efi_var_restore
000000000003f760 T efi_var_from_file
000000000003f818 T efi_set_variable_int
000000000003fa00 T efi_query_variable_info_int
000000000003fa8c T efi_variables_boot_exit_notify
000000000003fac4 T efi_init_variables
000000000003faec T efi_set_watchdog
000000000003fb1c T efi_watchdog_register
000000000003fb74 t efi_watchdog_timer_notify
000000000003fba8 T efi_gop_register
000000000003fd44 t gop_query_mode
000000000003fdd0 t gop_set_mode
000000000003fe7c t gop_blt
00000000000403c8 t gop_blt_video_fill
000000000004048c T efi_disk_is_removable
00000000000404e0 T efi_fs_from_path
0000000000040560 T efi_disk_probe
000000000004072c T efi_disk_remove
00000000000407e4 T efi_disk_get_device_name
00000000000408d8 T efi_disks_register
0000000000040914 t efi_disk_add_dev
0000000000040ba0 t efi_disk_reset
0000000000040bbc t efi_disk_read_blocks
0000000000040c74 t efi_disk_write_blocks
0000000000040d3c t efi_disk_flush_blocks
0000000000040d58 t efi_disk_rw_blocks
0000000000040e24 T efi_net_register
00000000000411dc t efi_net_start
0000000000041244 t efi_net_stop
00000000000412a4 t efi_net_initialize
0000000000041340 t efi_net_reset
00000000000413b4 t efi_net_shutdown
0000000000041430 t efi_net_receive_filters
000000000004144c t efi_net_station_address
0000000000041468 t efi_net_statistics
0000000000041484 t efi_net_mcastiptomac
0000000000041558 t efi_net_nvdata
0000000000041574 t efi_net_get_status
0000000000041608 t efi_net_transmit
0000000000041748 t efi_net_receive
0000000000041918 t efi_pxe_base_code_start
0000000000041920 t efi_pxe_base_code_stop
0000000000041928 t efi_pxe_base_code_dhcp
0000000000041930 t efi_pxe_base_code_discover
0000000000041938 t efi_pxe_base_code_mtftp
0000000000041940 t efi_pxe_base_code_udp_write
0000000000041948 t efi_pxe_base_code_udp_read
0000000000041950 t efi_pxe_base_code_set_ip_filter
0000000000041958 t efi_pxe_base_code_arp
0000000000041960 t efi_pxe_base_code_set_parameters
0000000000041968 t efi_pxe_base_code_set_station_ip
0000000000041970 t efi_pxe_base_code_set_packets
0000000000041978 t efi_network_timer_notify
00000000000419fc t efi_net_push
0000000000041a90 T efi_smbios_register
0000000000041af4 t install_smbios_table
0000000000041b64 W platform_get_rng_device
0000000000041ba8 T efi_rng_register
0000000000041c10 t rng_getinfo
0000000000041cc0 t getrng
0000000000041d8c T efi_initrd_register
0000000000041e50 T efi_initrd_deregister
0000000000041ea0 t efi_load_file2_initrd
000000000004200c T console_read_unicode
0000000000042120 T utf8_get
0000000000042214 T utf8_put
00000000000422f0 T utf8_utf16_strnlen
0000000000042364 T utf8_utf16_strncpy
00000000000423ec T utf16_put
000000000004246c T utf16_get
00000000000424e4 T utf16_strnlen
0000000000042554 T utf16_utf8_strnlen
00000000000425e8 T utf16_utf8_strncpy
0000000000042670 T utf_to_lower
00000000000426b4 T utf_to_upper
0000000000042700 T u16_strncmp
0000000000042740 T u16_strsize
0000000000042764 T u16_strcpy
0000000000042790 T u16_strdup
0000000000042804 T u16_strlcat
0000000000042898 T utf16_to_utf8
00000000000429c8 T utf_to_cp
0000000000042a18 T write_smbios_table
0000000000042ba4 t smbios_write_type0
0000000000042cec t smbios_write_type1
0000000000042e6c t smbios_write_type2
0000000000042f90 t smbios_write_type3
0000000000043068 t smbios_write_type4
0000000000043164 t smbios_write_type32
00000000000431dc t smbios_write_type127
0000000000043244 t smbios_add_string
00000000000432ec t smbios_add_prop_si
0000000000043328 T write_sparse_image
00000000000438c8 t default_log
00000000000438cc T initcall_run_list
000000000004399c T string_to_ip
0000000000043a34 T string_to_ip6
0000000000043cb0 T string_to_enetaddr
0000000000043d14 T compute_ip_checksum
0000000000043d64 T ip_checksum_ok
0000000000043d80 T list_sort
0000000000043f7c t merge
0000000000044028 T inflate_fast
0000000000044474 T inflate_table
000000000004489c T inflateReset
0000000000044900 T inflateInit2_
0000000000044a04 T zcalloc
0000000000044a0c T zcfree
0000000000044a14 T inflate
00000000000461c4 T adler32
00000000000464f0 T inflateEnd
000000000004655c T gzalloc
000000000004656c T gzfree
0000000000046574 T gzip_parse_header
0000000000046614 T gunzip
0000000000046680 T zunzip
000000000004679c T ulz4fn
0000000000046f08 T avb_chain_partition_descriptor_validate_and_byteswap
0000000000047204 T avb_sub_cmdline
0000000000047430 T avb_append_options
00000000000477e8 t cmdline_append_option
00000000000478e0 t cmdline_append_hex
0000000000047934 T avb_new_cmdline_subst_list
000000000004793c T avb_free_cmdline_subst_list
0000000000047998 T avb_add_root_digest_substitution
0000000000047a6c t uint64_to_base10
0000000000047af8 T avb_get_algorithm_data
0000000000047b14 T avb_rsa_public_key_header_validate_and_byteswap
0000000000047bc8 T avb_footer_validate_and_byteswap
0000000000047ef4 T avb_hashtree_descriptor_validate_and_byteswap
00000000000485f4 T avb_property_descriptor_validate_and_byteswap
0000000000048940 T avb_property_lookup
00000000000489c8 t property_lookup_desc_foreach
0000000000048ac0 T avb_sha256_init
0000000000048ae8 T avb_sha256_update
0000000000048bb0 t SHA256_transform
0000000000048d68 T avb_sha256_final
0000000000048e5c T avb_slot_verify
000000000004926c t load_and_verify_vbmeta
000000000004a0b0 t has_system_partition
000000000004a1b0 t avb_manage_hashtree_error_mode
000000000004a398 T avb_slot_verify_data_free
000000000004a488 T avb_slot_verify_data_calculate_vbmeta_digest
000000000004a5b4 t load_requested_partitions
000000000004a7b4 t load_and_verify_hash_partition
000000000004aca0 t read_persistent_digest
000000000004afd0 t load_full_partition
000000000004b168 T avb_be32toh
000000000004b170 T avb_be64toh
000000000004b178 T avb_safe_memcmp
000000000004b1ac T avb_safe_add_to
000000000004b250 T avb_basename
000000000004b2a8 T avb_safe_add
000000000004b2dc T avb_validate_utf8
000000000004b364 T avb_str_concat
000000000004b4d0 T avb_malloc
000000000004b560 T avb_calloc
000000000004b59c T avb_strdup
000000000004b5f0 T avb_strstr
000000000004b65c T avb_strv_find_str
000000000004b6c0 T avb_replace
000000000004b874 T avb_strdupv
000000000004ba00 T avb_uppercase
000000000004ba30 T avb_bin2hex
000000000004baac T avb_version_string
000000000004bab8 T avb_descriptor_validate_and_byteswap
000000000004bc20 T avb_descriptor_foreach
000000000004bff4 T avb_descriptor_get_all
000000000004c080 t count_descriptors
000000000004c094 t set_descriptors
000000000004c0b0 T avb_hash_descriptor_validate_and_byteswap
000000000004c460 T avb_kernel_cmdline_descriptor_validate_and_byteswap
000000000004c678 T avb_rsa_verify
000000000004cc10 t montMul
000000000004cd24 T avb_sha512_init
000000000004cd4c T avb_sha512_update
000000000004ce14 t SHA512_transform
000000000004cfec T avb_sha512_final
000000000004d100 T avb_memcmp
000000000004d104 T avb_memcpy
000000000004d108 T avb_memset
000000000004d10c T avb_strcmp
000000000004d110 T avb_strncmp
000000000004d114 T avb_strlen
000000000004d118 T avb_abort
000000000004d124 T avb_printv
000000000004d1c0 T avb_malloc_
000000000004d1c4 T avb_free
000000000004d1c8 T avb_div_by_10
000000000004d1f0 T avb_vbmeta_image_verify
000000000004d7e4 T avb_vbmeta_image_header_to_host_byte_order
000000000004e068 T avb_vbmeta_verify_result_to_string
000000000004e0cc T addBootConfigParameters
000000000004e18c T addBootConfigTrailer
000000000004e248 T fdt_ro_probe_
000000000004e358 T fdt_header_size
000000000004e3b8 T fdt_check_header
000000000004e5dc T fdt_offset_ptr
000000000004e6c4 T fdt_next_tag
000000000004e820 T fdt_check_node_offset_
000000000004e860 T fdt_check_prop_offset_
000000000004e8a0 T fdt_next_node
000000000004e994 T fdt_first_subnode
000000000004e9c8 T fdt_next_subnode
000000000004ea18 T fdt_find_string_
000000000004ea8c T fdt_move
000000000004eb04 T fdt_get_string
000000000004ec84 T fdt_get_mem_rsv
000000000004ecf0 t fdt_mem_rsv
000000000004ed6c T fdt_num_mem_rsv
000000000004edbc T fdt_subnode_offset_namelen
000000000004eeac T fdt_subnode_offset
000000000004eef0 T fdt_path_offset_namelen
000000000004f010 T fdt_get_alias_namelen
000000000004f0b4 T fdt_path_offset
000000000004f0e8 T fdt_get_name
000000000004f1c8 T fdt_first_property_offset
000000000004f204 t nextprop_
000000000004f274 T fdt_next_property_offset
000000000004f2b0 t fdt_get_property_by_offset_
000000000004f32c T fdt_get_property_namelen
000000000004f370 t fdt_get_property_namelen_
000000000004f450 T fdt_get_property
000000000004f49c T fdt_getprop_namelen
000000000004f518 T fdt_getprop_by_offset
000000000004f5e4 T fdt_getprop
000000000004f630 T fdt_supernode_atdepth_offset
000000000004f6ec T fdt_parent_offset
000000000004f74c T fdt_node_offset_by_prop_value
000000000004f818 T fdt_stringlist_contains
000000000004f8b4 T fdt_node_check_compatible
000000000004f92c T fdt_add_mem_rsv
000000000004f9b4 t fdt_rw_probe_
000000000004fa5c t fdt_splice_mem_rsv_
000000000004faf0 T fdt_del_mem_rsv
000000000004fb84 t fdt_splice_struct_
000000000004fc14 T fdt_setprop_placeholder
000000000004fcf0 t fdt_add_property_
000000000004ff1c T fdt_setprop
000000000004ff70 T fdt_delprop
000000000004ffdc T fdt_add_subnode_namelen
0000000000050118 T fdt_add_subnode
000000000005015c T fdt_open_into
00000000000503a4 t fdt_blocks_misordered_
000000000005047c t fdt_packblocks_
00000000000505a0 t fdt_splice_
0000000000050688 T fdt_strerror
00000000000506d8 T fdt_address_cells
000000000005070c t fdt_cells
000000000005075c T fdt_size_cells
0000000000050780 T fdtdec_get_srcname
0000000000050798 T fdtdec_get_addr_size_fixed
0000000000050894 T fdtdec_get_number
00000000000508c4 T fdtdec_get_addr_size_auto_parent
000000000005096c T fdtdec_get_is_enabled
00000000000509ac T fdtdec_get_alias_seq
0000000000050aec T fdtdec_get_alias_highest_id
0000000000050bd8 T fdtdec_get_chosen_prop
0000000000050c1c t fdtdec_prepare_fdt
0000000000050c68 T fdtdec_get_bool
0000000000050c90 T fdtdec_locate_byte_array
0000000000050cc4 T fdt_get_resource
0000000000050e0c T fdtdec_setup_mem_size_base
0000000000050e6c T get_next_memory_node
0000000000050ec4 T fdtdec_setup_memory_banksize
0000000000050f5c W fdtdec_board_setup
0000000000050f64 T fdtdec_setup
0000000000051004 T qsort
0000000000051110 T strcmp_compar
000000000005111c T hcreate_r
00000000000511bc T hdestroy_r
0000000000051248 T hmatch_r
0000000000051314 T hsearch_r
00000000000517f8 T hdelete_r
000000000005191c T hexport_r
0000000000051c74 t cmpkey
0000000000051c88 T himport_r
0000000000052040 t drop_var_from_set
00000000000520b8 T hwalk_r
0000000000052128 t match_string
00000000000521c4 T display_options_get_banner_priv
0000000000052284 T display_options_get_banner
0000000000052294 T display_options
00000000000522d4 T print_size
00000000000523cc T hexdump_line
0000000000052590 T print_buffer
0000000000052684 T hang
000000000005269c T kmalloc
00000000000526f4 T strim
000000000005275c T lmb_dump_all
0000000000052760 T arch_lmb_reserve_generic
000000000005281c T lmb_reserve
0000000000052828 T lmb_init_and_reserve
0000000000052878 t lmb_reserve_common
0000000000052944 T lmb_init_and_reserve_range
0000000000052980 T lmb_free
0000000000052a88 t lmb_remove_region
0000000000052ad4 t lmb_add_region_flags
0000000000052d10 T lmb_reserve_flags
0000000000052d18 T lmb_alloc
0000000000052d20 T lmb_alloc_base
0000000000052d6c T __lmb_alloc_base
0000000000052e98 T lmb_alloc_addr
0000000000052f28 T lmb_get_free_size
0000000000052fc8 W board_lmb_reserve
0000000000052fcc T slre_compile
0000000000053104 t compile
0000000000053760 T slre_match
000000000005380c t match
0000000000053b98 t get_escape_char
0000000000053c28 t quantifier
0000000000053d4c t relocate
0000000000053dc0 t loop_greedy
0000000000053e80 t loop_non_greedy
0000000000053f30 T strncasecmp
0000000000053fa4 T strcasecmp
0000000000053fac T strcpy
0000000000053fc4 T strncpy
0000000000053fe4 T strlcpy
0000000000054030 T strlen
0000000000054048 T memcpy
00000000000540a0 T strcat
00000000000540c4 T strncat
00000000000540f8 T strlcat
0000000000054150 T strnlen
0000000000054180 T strcmp
000000000005419c T strncmp
00000000000541cc T strchr
00000000000541f8 T strrchr
000000000005422c T strdup
0000000000054278 T strsep
00000000000542d0 T memset
0000000000054334 T memmove
0000000000054380 T memcmp
00000000000543b0 T strstr
0000000000054458 T memchr
0000000000054480 T table_compute_checksum
00000000000544b0 W timer_init
00000000000544b8 W get_timer
00000000000544f4 W timer_get_us
000000000005452c T usec_to_tick
0000000000054568 W __udelay
00000000000545bc T udelay
0000000000054600 T uuid_str_valid
0000000000054688 T uuid_guid_get_bin
00000000000546f8 T uuid_guid_get_str
0000000000054758 T uuid_str_to_bin
00000000000548cc T uuid_bin_to_str
0000000000054aa0 T rand
0000000000054abc t panic_finish
0000000000054ae8 T panic
0000000000054b34 T vsnprintf
0000000000054b64 t vsnprintf_internal
0000000000055568 T vscnprintf
00000000000555c4 T snprintf
0000000000055614 T sprintf
0000000000055674 T printf
00000000000556c8 T vprintf
0000000000055734 T simple_itoa
0000000000055774 t string16
00000000000558bc t string
000000000005599c t number
0000000000055c88 t put_dec_trunc
0000000000055d78 t put_dec
0000000000055e70 T simple_strtoul
0000000000055f34 T hextoul
0000000000055f3c T dectoul
0000000000055f44 T strict_strtoul
0000000000055fd8 T simple_strtol
0000000000056008 T ustrtoul
00000000000560b0 T ustrtoull
0000000000056158 T simple_strtoull
000000000005621c T trailing_strtoln_end
00000000000562b0 T trailing_strtoln
00000000000562b8 T trailing_strtol
00000000000562c4 T rtc_calc_weekday
00000000000563b0 T rtc_mktime
0000000000056480 T rtc_month_days
00000000000564ec T rtc_to_tm
00000000000566cc T disable_semihosting
00000000000566dc T smh_open
000000000005674c T smh_read
00000000000567b8 T smh_write
0000000000056828 T smh_close
0000000000056888 T smh_flen
00000000000568e0 T smh_seek
0000000000056934 T arp_init
000000000005696c T arp_raw_request
0000000000056a54 T arp_request
0000000000056ad0 T arp_timeout_check
0000000000056b64 T arp_is_waiting
0000000000056b78 T arp_receive
0000000000056da8 T bootp_reset
0000000000056de4 T bootp_request
0000000000057124 t bootp_timeout_handler
000000000005718c t bootp_handler
0000000000057580 t eth_get_uclass_priv
00000000000575b8 T eth_set_current_to_next
0000000000057604 T eth_get_dev
0000000000057668 T eth_set_dev
00000000000576b0 T eth_get_dev_by_name
00000000000577b0 T eth_get_ethaddr
00000000000577d4 T eth_halt_state_only
0000000000057800 T eth_get_dev_index
0000000000057828 t on_ethaddr
00000000000578b8 T eth_init
00000000000579bc T eth_halt
0000000000057a14 T eth_send
0000000000057a98 T eth_rx
0000000000057b70 T eth_initialize
0000000000057cbc t eth_write_hwaddr
0000000000057d90 t eth_post_bind
0000000000057dd8 t eth_pre_unbind
0000000000057e10 t eth_post_probe
000000000005805c t eth_pre_remove
00000000000580a8 T eth_env_get_enetaddr_by_index
0000000000058100 T eth_env_set_enetaddr_by_index
0000000000058158 T eth_common_init
000000000005815c T eth_mac_skip
00000000000581a8 T eth_current_changed
0000000000058260 T eth_get_name
000000000005828c T eth_try_another
0000000000058304 T eth_set_current
0000000000058388 T ndisc_request
000000000005851c T ndisc_timeout_check
00000000000585b4 T ndisc_init
0000000000058620 T process_ra
0000000000058710 T ndisc_receive
00000000000589fc t on_ipaddr
0000000000058a24 t on_gatewayip
0000000000058a4c t on_netmask
0000000000058a74 t on_serverip
0000000000058a9c t on_nvlan
0000000000058af4 t on_vlan
0000000000058b4c T net_auto_load
0000000000058bb8 t net_check_prereq
0000000000058d5c T net_init
0000000000058e08 t net_init_loop
0000000000058e94 T net_loop
00000000000591a8 T net_start_again
0000000000059304 T net_set_timeout_handler
0000000000059374 t start_again_timeout_handler
0000000000059384 T net_set_udp_handler
00000000000593a0 T net_get_udp_handler
00000000000593ac t dummy_handler
00000000000593b0 T net_get_arp_handler
00000000000593bc T net_get_async_tx_pkt_buf
00000000000593ec T net_send_udp_packet
000000000005941c T net_send_ip_packet
00000000000595a0 T net_send_tcp_packet
00000000000595ec T net_set_ether
0000000000059694 T net_set_udp_header
0000000000059734 T net_set_ip_header
0000000000059800 T net_process_received_packet
0000000000059ad8 t receive_icmp
0000000000059b1c T net_eth_hdr_size
0000000000059b3c T net_update_ether
0000000000059bdc T copy_filename
0000000000059c44 T net_parse_bootfile
0000000000059cec T ip_to_string
0000000000059d14 t on_ip6addr
0000000000059db8 t on_gatewayip6
0000000000059df8 t on_serverip6
0000000000059e38 T ip6_is_unspecified_addr
0000000000059ec8 T ip6_is_our_addr
0000000000059f1c T ip6_make_eui
0000000000059f70 T ip6_make_lladdr
0000000000059fd0 T ip6_make_snma
000000000005a030 T ip6_make_mult_ethdstaddr
000000000005a050 T ip6_addr_in_subnet
000000000005a0b4 T csum_partial
000000000005a17c T csum_ipv6_magic
000000000005a314 T ip6_add_hdr
000000000005a384 T udp6_add_hdr
000000000005a430 T net_send_ip_packet6
000000000005a680 T net_send_udp_packet6
000000000005a6ac T net_send_tcp_packet6
000000000005a6f8 T net_ip6_handler
000000000005a964 T ping_start
000000000005aa78 t ping_timeout_handler
000000000005aa98 T ping_receive
000000000005abe8 T ip6_make_ping
000000000005acbc T ping6_send
000000000005ad4c T ping6_start
000000000005ad80 t ping6_timeout
000000000005ada0 T ping6_receive
000000000005ae74 T tftp_start
000000000005b378 t tftp_timeout_handler
000000000005b3fc t tftp_handler
000000000005b880 t tftp_send
000000000005bb10 t update_block_number
000000000005bbcc t tftp_complete
000000000005bc68 T fastboot_udp_start_server
000000000005bcd4 t fastboot_timed_send_info
000000000005be2c t fastboot_handler
000000000005bf88 t fastboot_send
000000000005c2dc T fastboot_tcp_start_server
000000000005c340 t fastboot_tcp_reset_state
000000000005c3e4 t fastboot_tcp_handler_ipv4
000000000005c410 t fastboot_tcp_handler_ipv6
000000000005c444 t fastboot_tcp_handler
000000000005c7c8 t fastboot_tcp_reset
000000000005c7f4 t fastboot_tcp_send_packet
000000000005c874 t fastboot_tcp_answer
000000000005c8dc t fastboot_tcp_send_message
000000000005c97c T udp_prereq
000000000005c99c T udp_start
000000000005c9ac T tcp_set_tcp_state
000000000005c9c4 T tcp_update_last_connection_data_frame_time
000000000005c9e4 T tcp_set_tcp_handler
000000000005ca00 t dummy_handler
000000000005ca04 T tcp_set_pseudo_header
000000000005ca90 T net_set_ack_options
000000000005ccf0 T tcp_sent_state_machine
000000000005cd98 T net_set_tcp_header_common
000000000005cf70 T net_set_tcp_header
000000000005d004 T tcp_hole
000000000005d1ac T tcp_parse_options
000000000005d208 T tcp_state_machine
000000000005d504 T rxhand_tcp_f
000000000005d804 T net_set_tcp_handler6
000000000005d820 t dummy_handler
000000000005d824 T net_set_tcp_header6
000000000005d8d8 T rxhand_tcp6
000000000005dac0 R __splash_u_boot_logo_begin
000000000005f5d4 R __splash_u_boot_logo_end
000000000005f700 R avb_pubkey_size
000000000005f708 r baudrate_table
000000000005f730 r blk_part_ops
000000000005f758 r block_io_disk_template
000000000005f788 r boot_os
000000000005f818 r commands
000000000005f968 r LZ4_decompress_generic.dec64table
000000000005f988 r sha256_h0
000000000005f9c8 r LZ4_decompress_generic.inc32table
000000000005f9e8 r driver_ops
000000000005fa08 r efi_blk_ops
000000000005fa30 R efi_device_path_to_text
000000000005fa40 R efi_device_path_utilities
000000000005fa80 r efi_file_handle_protocol
000000000005faf8 R efi_hii_database
000000000005fb50 R efi_hii_string
000000000005fb78 r efi_lf2_protocol
000000000005fb80 r efi_rng_protocol
000000000005fb90 R efi_unicode_collation_protocol2
000000000005fbc8 r fastboot_boot.bootm_args
000000000005fbe0 r fastboot_set_reboot_flag.commands
000000000005fc00 r fastboot_set_reboot_flag.recovery
000000000005fc20 r fdt_errtable
000000000005fcc0 r fdt_src_name
000000000005fce8 r fields
000000000005fd08 r fstypes
000000000005fea0 r getvar_dispatch
000000000005ff60 r image_comp
0000000000060008 r init_sequence_f
0000000000060190 r list_guid
00000000000602c8 r maintenance_menu_items
0000000000060340 r name_type
0000000000060400 R op_adv
0000000000060580 r op_table
0000000000060650 r pci_bridge_ids
0000000000060670 r pci_bridge_ops
0000000000060680 r pci_generic_ecam_ids
00000000000606b0 r pci_generic_ecam_ops
00000000000606c0 r pci_generic_ids
00000000000606e0 r pl01x_serial_id
0000000000060710 r pl01x_serial_ops
0000000000060758 r pl031_ids
0000000000060778 r pl031_ops
00000000000607b0 r psci_of_match
00000000000607f0 r qfw_bootdev_ids
0000000000060810 r qfw_bootmeth_ids
0000000000060830 r qfw_mmio_ids
0000000000060850 r reserved_list
0000000000060958 r sha512_h0
0000000000060998 r sha512_k
0000000000060c18 r smbios_write_funcs
0000000000060c88 r uclass_idname_str
0000000000060d68 r uimage_comp
0000000000060e28 r uimage_os
0000000000060f60 r uimage_type
0000000000061398 r virtio_blk_ops
00000000000613c0 r virtio_bootdev_ids
00000000000613e0 r virtio_console_serial_ops
0000000000061428 r virtio_drv_name
0000000000061450 r virtio_mmio_ids
0000000000061470 r virtio_mmio_ops
00000000000614c8 r virtio_net_ops
0000000000061528 r virtio_pci_ops
0000000000061580 r weekdays
00000000000615c4 r color
0000000000061604 r colours
00000000000616f4 r env_flags_varaccess_mask
0000000000061714 r number.digits
0000000000061724 R efi_block_io_guid
0000000000061734 R efi_file_info_guid
0000000000061744 R efi_file_system_info_guid
0000000000061754 R efi_global_variable_guid
0000000000061764 r efi_gop_guid
0000000000061774 R efi_guid_bootmenu_auto_generated
0000000000061784 R efi_guid_device_path
0000000000061794 R efi_guid_device_path_to_text_protocol
00000000000617a4 R efi_guid_device_path_utilities_protocol
00000000000617b4 R efi_guid_driver_binding_protocol
00000000000617c4 R efi_guid_dt_fixup_protocol
00000000000617d4 R efi_guid_event_group_before_exit_boot_services
00000000000617e4 R efi_guid_event_group_exit_boot_services
00000000000617f4 R efi_guid_event_group_memory_map_change
0000000000061804 R efi_guid_event_group_reset_system
0000000000061814 R efi_guid_fdt
0000000000061824 R efi_guid_hii_database_protocol
0000000000061834 R efi_guid_hii_string_protocol
0000000000061844 R efi_guid_image_security_database
0000000000061854 R efi_guid_load_file2_protocol
0000000000061864 R efi_guid_load_file_protocol
0000000000061874 R efi_guid_loaded_image
0000000000061884 R efi_guid_loaded_image_device_path
0000000000061894 R efi_guid_rng_protocol
00000000000618a4 R efi_guid_text_input_ex_protocol
00000000000618b4 R efi_guid_text_input_protocol
00000000000618c4 R efi_guid_text_output_protocol
00000000000618d4 R efi_guid_unicode_collation_protocol2
00000000000618e4 R efi_lf2_initrd_guid
00000000000618f4 r efi_net_guid
0000000000061904 r efi_pxe_base_code_protocol_guid
0000000000061914 r efi_rt_properties_table_guid
0000000000061924 R efi_simple_file_system_protocol_guid
0000000000061934 R efi_system_partition_guid
0000000000061944 R efi_system_volume_label_id
0000000000061954 R efi_u_boot_guid
0000000000061964 r feature
0000000000061968 r feature
000000000006196c r feature_legacy
0000000000061970 r month_offset
00000000000619a0 r partition_basic_data_guid
00000000000619b0 r sha256_k
0000000000061ab0 r shim_lock_guid
0000000000061ac0 R smbios_guid
0000000000061ad0 r system_guid
0000000000061b78 R END
0000000000061b7c r capitalization_table
0000000000062a4c R codepage_437
0000000000062b94 r distfix
0000000000062c14 r dp_lf2_handle
0000000000062cac r inflate.order
0000000000062cd2 r inflate_table.dbase
0000000000062d12 r inflate_table.dext
0000000000062d52 r inflate_table.lbase
0000000000062d90 r inflate_table.lext
0000000000062dce r lenfix
0000000000063790 r LONG_ONLY_CHARS
0000000000063797 R _ctype
00000000000638a1 r android_bootloader_boot_flow.km_name
00000000000638b6 R avb_pubkey
0000000000063cd3 r bootefi_help_text
0000000000063de4 r booti_help_text
00000000000640bc r bootm_help_text
0000000000064454 r bootz_help_text
000000000006467a R default_environment
000000000006482c r dm_help_text
0000000000064a16 r env_flags_varaccess_rep
0000000000064a1b r env_flags_vartype_rep
0000000000064a22 r env_help_text
0000000000064bf0 r erase_seq
0000000000064bfc r extract_keymint_relevant_data.boot_patchlevel_key
0000000000064c22 r extract_keymint_relevant_data.system_patchlevel_key
0000000000064c4a r extract_keymint_relevant_data.system_version_key
0000000000064c6e r extract_keymint_relevant_data.vendor_patchlevel_key
0000000000064cb9 R hex_asc
0000000000064cca r illegal
0000000000064d04 R net_bcast_ethaddr
0000000000064d27 R net_null_addr_ip6
0000000000064d37 R net_null_ethaddr
0000000000064d3d r padding_RSA2048_SHA256
0000000000064e1d r padding_RSA2048_SHA512
0000000000064edd r padding_RSA4096_SHA256
00000000000650bd r padding_RSA4096_SHA512
000000000006527d r padding_RSA8192_SHA256
000000000006565d r padding_RSA8192_SHA512
0000000000065a23 r print_size.names
0000000000065a29 r rtc_days_in_month
0000000000065a39 r source_help_text
00000000000727b1 r tab_seq
00000000000727d4 R version_string
0000000000072880 d qemu_arm64_mem_map
0000000000072940 D mem_map
0000000000072948 d qfw_bootmeth_ops
0000000000072978 D image_load_addr
0000000000072980 d cmd_bootm_sub
0000000000072b78 d partition
0000000000072b80 d cmd_bcb_sub
0000000000072cd0 d default_tm
0000000000072cf8 d dm_subcmds
0000000000072e48 D eficonfig_menu_desc
0000000000072e50 d select_file_menu_items
0000000000072e98 d cmd_net
0000000000072f08 d fwcfg_commands
0000000000072fb0 d fastboot_help_text
0000000000073070 d cmd_avb
0000000000073268 d env_id
0000000000073270 d cmd_env_sub
00000000000733f8 d init_sequence_r
0000000000073508 d hist_cur
0000000000073510 d av_
0000000000073d20 d trim_threshold
0000000000073d28 d sbrk_base
0000000000073d30 d _stats
0000000000073d48 d block_cache
0000000000073d58 d root_info
0000000000073d68 d psci_sysreset_ops
0000000000073d80 d virtio_pci_supported
00000000000745a0 D console_ops
0000000000074608 d fonts
0000000000074648 d video_fontdata_8x16
0000000000075648 d bochs_video_supported
0000000000075688 D qfw_bootdev_ops
0000000000075690 d qfw_mmio_ops
00000000000756a0 D env_htab
00000000000756b8 D efi_obj_list
00000000000756c8 d entry_count
00000000000756d0 d efi_register_notify_events
00000000000756e0 d efi_boot_services
0000000000075858 d efi_event_queue
0000000000075868 d efi_tpl
0000000000075870 d efi_cout_modes
00000000000758b8 d efi_con_mode
00000000000758d0 D efi_con_out
0000000000075920 D efi_con_in
0000000000075938 d efi_con_in_ex
0000000000075968 d cin_notify_functions
0000000000075978 D efi_dt_fixup_prot
0000000000075988 d efi_package_lists
0000000000075998 d efi_keyboard_layout_list
00000000000759a8 d efi_mem
00000000000759b8 D efi_obj_list_initialized
00000000000759c0 D efi_system_partition
00000000000759d0 d algorithm_data
0000000000075a78 d y
0000000000075a7c D net_our_vlan
0000000000075a80 D net_native_vlan
0000000000075a84 D tftp_timeout_count_max
0000000000075a88 d tftp_block_size_option
0000000000075a8c d tftp_window_size_option
0000000000075a90 d timeout_ms
0000000000075a98 d timeout_count_max
0000000000075a9c d tftp_block_size
0000000000075aa0 d sequence_number
0000000000075aa4 d fastboot_send.cmd
0000000000075aa8 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
0000000000075ac0 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
0000000000075ad8 D _u_boot_list_2_cmd_2_ab_select
0000000000075ad8 d complete_cmdv.start
0000000000075ad8 d complete_cmdv.start.17
0000000000075ad8 d do_help.start
0000000000075ad8 d do_help.start.6
0000000000075ad8 d find_cmd.start
0000000000075ad8 d find_cmd.start.2
0000000000075b10 D _u_boot_list_2_cmd_2_avb
0000000000075b48 D _u_boot_list_2_cmd_2_bcb
0000000000075b80 D _u_boot_list_2_cmd_2_boot
0000000000075bb8 D _u_boot_list_2_cmd_2_boot_android
0000000000075bf0 D _u_boot_list_2_cmd_2_bootd
0000000000075c28 D _u_boot_list_2_cmd_2_bootefi
0000000000075c60 D _u_boot_list_2_cmd_2_booti
0000000000075c98 D _u_boot_list_2_cmd_2_bootm
0000000000075cd0 D _u_boot_list_2_cmd_2_bootp
0000000000075d08 D _u_boot_list_2_cmd_2_bootz
0000000000075d40 D _u_boot_list_2_cmd_2_cls
0000000000075d78 D _u_boot_list_2_cmd_2_date
0000000000075db0 D _u_boot_list_2_cmd_2_dm
0000000000075de8 D _u_boot_list_2_cmd_2_echo
0000000000075e20 D _u_boot_list_2_cmd_2_eficonfig
0000000000075e58 D _u_boot_list_2_cmd_2_env
0000000000075e90 D _u_boot_list_2_cmd_2_exit
0000000000075ec8 D _u_boot_list_2_cmd_2_false
0000000000075f00 D _u_boot_list_2_cmd_2_fastboot
0000000000075f38 D _u_boot_list_2_cmd_2_fatinfo
0000000000075f70 D _u_boot_list_2_cmd_2_fatload
0000000000075fa8 D _u_boot_list_2_cmd_2_fatls
0000000000075fe0 D _u_boot_list_2_cmd_2_fatmkdir
0000000000076018 D _u_boot_list_2_cmd_2_fatrm
0000000000076050 D _u_boot_list_2_cmd_2_fatsize
0000000000076088 D _u_boot_list_2_cmd_2_fatwrite
00000000000760c0 D _u_boot_list_2_cmd_2_fstype
00000000000760f8 D _u_boot_list_2_cmd_2_fstypes
0000000000076130 D _u_boot_list_2_cmd_2_gpt
0000000000076168 D _u_boot_list_2_cmd_2_help
00000000000761a0 D _u_boot_list_2_cmd_2_itest
00000000000761d8 D _u_boot_list_2_cmd_2_lcdputs
0000000000076210 D _u_boot_list_2_cmd_2_ln
0000000000076248 D _u_boot_list_2_cmd_2_load
0000000000076280 D _u_boot_list_2_cmd_2_ls
00000000000762b8 D _u_boot_list_2_cmd_2_net
00000000000762f0 D _u_boot_list_2_cmd_2_panic
0000000000076328 D _u_boot_list_2_cmd_2_part
0000000000076360 D _u_boot_list_2_cmd_2_ping
0000000000076398 D _u_boot_list_2_cmd_2_ping6
00000000000763d0 D _u_boot_list_2_cmd_2_printenv
0000000000076408 D _u_boot_list_2_cmd_2_qfw
0000000000076440 D _u_boot_list_2_cmd_2_question_mark
0000000000076478 D _u_boot_list_2_cmd_2_read
00000000000764b0 D _u_boot_list_2_cmd_2_reset
00000000000764e8 D _u_boot_list_2_cmd_2_run
0000000000076520 D _u_boot_list_2_cmd_2_save
0000000000076558 D _u_boot_list_2_cmd_2_setcurs
0000000000076590 D _u_boot_list_2_cmd_2_setenv
00000000000765c8 D _u_boot_list_2_cmd_2_setexpr
0000000000076600 D _u_boot_list_2_cmd_2_showvar
0000000000076638 D _u_boot_list_2_cmd_2_size
0000000000076670 D _u_boot_list_2_cmd_2_sleep
00000000000766a8 D _u_boot_list_2_cmd_2_source
00000000000766e0 D _u_boot_list_2_cmd_2_test
0000000000076718 D _u_boot_list_2_cmd_2_tftpboot
0000000000076750 D _u_boot_list_2_cmd_2_true
0000000000076788 D _u_boot_list_2_cmd_2_verified_boot_android
00000000000767c0 D _u_boot_list_2_cmd_2_version
00000000000767f8 D _u_boot_list_2_cmd_2_virtio
0000000000076830 D _u_boot_list_2_driver_2_blk_partition
0000000000076830 d complete_cmdv.end
0000000000076830 d dm_dump_driver_compat.start
0000000000076830 d dm_dump_driver_compat.start.3
0000000000076830 d dm_dump_drivers.start
0000000000076830 d dm_dump_drivers.start.11
0000000000076830 d do_help.end
0000000000076830 d efi_driver_init.start
0000000000076830 d find_cmd.end
0000000000076830 d lists_bind_fdt.start
0000000000076830 d lists_bind_fdt.start.3
0000000000076830 d lists_driver_lookup_name.start
0000000000076830 d lists_driver_lookup_name.start.1
00000000000768a8 D _u_boot_list_2_driver_2_bochs_video
0000000000076920 D _u_boot_list_2_driver_2_bootmeth_qfw
0000000000076998 D _u_boot_list_2_driver_2_efi_blk
0000000000076a10 D _u_boot_list_2_driver_2_efi_block
0000000000076a88 D _u_boot_list_2_driver_2_pci_bridge_drv
0000000000076b00 D _u_boot_list_2_driver_2_pci_generic_drv
0000000000076b78 D _u_boot_list_2_driver_2_pci_generic_ecam
0000000000076bf0 D _u_boot_list_2_driver_2_psci
0000000000076c68 D _u_boot_list_2_driver_2_psci_sysreset
0000000000076ce0 D _u_boot_list_2_driver_2_qfw_bootdev
0000000000076d58 D _u_boot_list_2_driver_2_qfw_mmio
0000000000076dd0 D _u_boot_list_2_driver_2_root_driver
0000000000076e48 D _u_boot_list_2_driver_2_rtc_pl031
0000000000076ec0 D _u_boot_list_2_driver_2_serial_pl01x
0000000000076f38 D _u_boot_list_2_driver_2_vidconsole_normal
0000000000076fb0 D _u_boot_list_2_driver_2_virtio_blk
0000000000077028 D _u_boot_list_2_driver_2_virtio_bootdev
00000000000770a0 D _u_boot_list_2_driver_2_virtio_console
0000000000077118 D _u_boot_list_2_driver_2_virtio_mmio
0000000000077190 D _u_boot_list_2_driver_2_virtio_net
0000000000077208 D _u_boot_list_2_driver_2_virtio_pci_modern
0000000000077280 D _u_boot_list_2_env_clbk_2_baudrate
0000000000077280 d bind_drivers_pass.end
0000000000077280 d bind_drivers_pass.start
0000000000077280 d bind_drivers_pass.start.14
0000000000077280 d dm_dump_driver_compat.end
0000000000077280 d dm_dump_drivers.end
0000000000077280 d dm_dump_static_driver_info.end
0000000000077280 d dm_dump_static_driver_info.start
0000000000077280 d dm_dump_static_driver_info.start.19
0000000000077280 d efi_driver_init.end
0000000000077280 d find_env_callback.start
0000000000077280 d find_env_callback.start.3
0000000000077280 d lists_bind_fdt.end
0000000000077280 d lists_driver_lookup_name.end
0000000000077290 D _u_boot_list_2_env_clbk_2_callbacks
00000000000772a0 D _u_boot_list_2_env_clbk_2_console
00000000000772b0 D _u_boot_list_2_env_clbk_2_ethaddr
00000000000772c0 D _u_boot_list_2_env_clbk_2_flags
00000000000772d0 D _u_boot_list_2_env_clbk_2_gatewayip
00000000000772e0 D _u_boot_list_2_env_clbk_2_gatewayip6
00000000000772f0 D _u_boot_list_2_env_clbk_2_ip6addr
0000000000077300 D _u_boot_list_2_env_clbk_2_ipaddr
0000000000077310 D _u_boot_list_2_env_clbk_2_loadaddr
0000000000077320 D _u_boot_list_2_env_clbk_2_netmask
0000000000077330 D _u_boot_list_2_env_clbk_2_nvlan
0000000000077340 D _u_boot_list_2_env_clbk_2_serverip
0000000000077350 D _u_boot_list_2_env_clbk_2_serverip6
0000000000077360 D _u_boot_list_2_env_clbk_2_vlan
0000000000077370 D _u_boot_list_2_env_driver_2_nowhere
0000000000077370 d _env_driver_lookup.start
0000000000077370 d _env_driver_lookup.start.11
0000000000077370 d env_select.start
0000000000077370 d env_select.start.8
0000000000077370 d find_env_callback.end
00000000000773a0 D _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
00000000000773a0 d _env_driver_lookup.end
00000000000773a0 d env_select.end
00000000000773a0 d event_show_spy_list.start
00000000000773a0 d event_show_spy_list.start.4
00000000000773a0 d notify_static.start
00000000000773a0 d notify_static.start.11
00000000000773b0 D _u_boot_list_2_part_driver_2_a_efi
00000000000773b0 d do_part_types.start
00000000000773b0 d do_part_types.start.20
00000000000773b0 d event_show_spy_list.end
00000000000773b0 d fit_loadable_process.start
00000000000773b0 d fit_loadable_process.start.27
00000000000773b0 d notify_static.end
00000000000773b0 d part_driver_get_count.start
00000000000773b0 d part_driver_get_first.start
00000000000773b0 d part_driver_get_type.start
00000000000773b0 d part_driver_get_type.start.62
00000000000773b0 d part_driver_lookup_type.start
00000000000773b0 d part_driver_lookup_type.start.46
00000000000773b0 d part_get_type_by_name.start
00000000000773b0 d part_get_type_by_name.start.1
00000000000773b0 d part_init.start
00000000000773b0 d part_init.start.19
00000000000773d8 D _u_boot_list_2_part_driver_2_dos
0000000000077400 D _u_boot_list_2_pci_driver_entry_2_bochs_video
0000000000077400 d do_part_types.end
0000000000077400 d part_driver_get_count.end
0000000000077400 d part_driver_get_type.end
0000000000077400 d part_driver_lookup_type.end
0000000000077400 d part_get_type_by_name.end
0000000000077400 d part_init.end
0000000000077400 d pci_find_and_bind_driver.start
0000000000077400 d pci_find_and_bind_driver.start.14
0000000000077410 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
0000000000077420 D _u_boot_list_2_uclass_driver_2_backlight
0000000000077420 d lists_uclass_lookup.start
0000000000077420 d lists_uclass_lookup.start.2
0000000000077420 d pci_find_and_bind_driver.end
0000000000077498 D _u_boot_list_2_uclass_driver_2_blk
0000000000077510 D _u_boot_list_2_uclass_driver_2_efi
0000000000077588 D _u_boot_list_2_uclass_driver_2_ethernet
0000000000077600 D _u_boot_list_2_uclass_driver_2_firmware
0000000000077678 D _u_boot_list_2_uclass_driver_2_nop
00000000000776f0 D _u_boot_list_2_uclass_driver_2_panel
0000000000077768 D _u_boot_list_2_uclass_driver_2_partition
00000000000777e0 D _u_boot_list_2_uclass_driver_2_pci
0000000000077858 D _u_boot_list_2_uclass_driver_2_pci_generic
00000000000778d0 D _u_boot_list_2_uclass_driver_2_qfw
0000000000077948 D _u_boot_list_2_uclass_driver_2_rng
00000000000779c0 D _u_boot_list_2_uclass_driver_2_root
0000000000077a38 D _u_boot_list_2_uclass_driver_2_rtc
0000000000077ab0 D _u_boot_list_2_uclass_driver_2_serial
0000000000077b28 D _u_boot_list_2_uclass_driver_2_sysreset
0000000000077ba0 D _u_boot_list_2_uclass_driver_2_vidconsole
0000000000077c18 D _u_boot_list_2_uclass_driver_2_video
0000000000077c90 D _u_boot_list_2_uclass_driver_2_virtio
0000000000077d08 D __efi_runtime_rel_start
0000000000077d08 D __efi_runtime_rel_stop
0000000000077d08 D __image_copy_end
0000000000077d08 D __rel_dyn_start
0000000000077d08 d lists_uclass_lookup.end
0000000000081ba0 D __bss_start
0000000000081ba0 D __rel_dyn_end
0000000000081ba0 D _end
0000000000081bc0 B images
0000000000082020 b get_console.console
0000000000082028 b block
0000000000082030 b partition_data
0000000000082100 b bcb
0000000000082900 b image_addr
0000000000082908 b image_size
0000000000082910 b bootefi_device_path
0000000000082918 b bootefi_image_path
0000000000082920 b avail_row
0000000000082924 b eficonfig_init.init
0000000000082928 b cin
0000000000082930 b cout
0000000000082938 b qfw_dev
0000000000082940 b virtio_curr_dev
0000000000082948 b avb_ops
0000000000082950 b top_vars
0000000000082958 b last_return_code
000000000008295c b get_dollar_var.buf
0000000000082984 b flag_repeat
0000000000082988 b ifs
0000000000082990 b map
0000000000082a90 b do_repeat
0000000000082a94 b get_user_input.the_command
0000000000082e98 b stored_bootdelay
0000000000082ea0 B monitor_flash_len
0000000000082ea8 b hist_num
0000000000082eac b hist_max
0000000000082eb0 b hist_add_idx
0000000000082eb8 b hist_list
0000000000082f58 B console_buffer
000000000008335c b cli_readline_into_buffer.initted
000000000008335d b hist_lines
0000000000088374 b ctrlc_disabled
0000000000088378 b ctrlc_was_pressed
0000000000088380 B console_devices
0000000000088398 B cd_count
00000000000883a8 b tstcdev
00000000000883b0 B mem_malloc_start
00000000000883b8 B mem_malloc_end
00000000000883c0 B mem_malloc_brk
00000000000883c8 b top_pad
00000000000883d0 b current_mallinfo.0
00000000000883d8 b max_sbrked_mem
00000000000883e0 b max_total_mem
00000000000883e8 B stdio_devices
0000000000088400 b devs
0000000000088478 b env_complete_buf
0000000000088678 b tmp_buf
0000000000088a80 b sector_buf
0000000000188a80 b print_efiname.name
0000000000188aa8 B virtio_bootdev_ops
0000000000188ab0 b virtio_pci_bind.num_devs
0000000000188ab8 B fastboot_progress_callback
0000000000188ac0 b fastboot_boot.boot_addr_start
0000000000188ad8 B fastboot_buf_addr
0000000000188ae0 B fastboot_buf_size
0000000000188ae4 b fastboot_bytes_expected
0000000000188ae8 b fastboot_bytes_received
0000000000188aec b image_size
0000000000188af0 b first_call
0000000000188af8 b flags_list
0000000000188b00 b first_call
0000000000188b08 b callback_list
0000000000188b10 b fs_type
0000000000188b18 b fs_dev_desc
0000000000188b20 b fs_partition
0000000000188bc8 b fs_dev_part
0000000000188bd0 b cur_dev
0000000000188bd8 b cur_part_info
0000000000188c80 b total_sector
0000000000188c88 b get_set_cluster.tmpbuf_cluster
0000000000188c90 b bs
0000000000188c98 b rs
0000000000188ca0 b efi_gd
0000000000188ca8 b app_gd
0000000000188cb0 b timers_enabled
0000000000188cb8 b current_image
0000000000188cc0 B efi_st_keep_devices
0000000000188cc8 b efi_get_next_monotonic_count.mono
0000000000188cd0 b uart_obj
0000000000188d00 b console_timer_event
0000000000188d08 b key_available
0000000000188d0c b next_key
0000000000188d18 B efi_memory_map_key
0000000000188d20 B efi_root
0000000000188d28 b watchdog_timer_event
0000000000188d30 b dhcp_ack
0000000000188d38 b netobj
0000000000188d40 b transmit_buffer
0000000000188d48 b receive_buffer
0000000000188d50 b receive_lengths
0000000000188d58 b wait_for_packet
0000000000188d60 b network_timer_event
0000000000188d68 b rx_packet_num
0000000000188d70 b new_tx_packet
0000000000188d78 b rx_packet_idx
0000000000188d80 b efi_initrd_handle
0000000000188d88 B errno
0000000000188d8c b local_toa
0000000000188da2 b _semihosting_enabled
0000000000188da8 B arp_wait_packet_ethaddr
0000000000188db0 B net_arp_wait_packet_ip
0000000000188db4 b net_arp_wait_reply_ip.0
0000000000188db8 B arp_wait_tx_packet_size
0000000000188dbc b arp_tx_packet_buf
0000000000189400 B arp_tx_packet
0000000000189408 B arp_wait_timer_start
0000000000189410 B arp_wait_try
0000000000189414 B net_nis_domain
0000000000189434 B net_hostname
0000000000189454 B net_root_path
0000000000189494 B bootp_num_ids
0000000000189498 B bootp_try
00000000001894a0 B bootp_start
00000000001894a8 B bootp_timeout
00000000001894b0 b time_taken_max
00000000001894b8 B bootp_ids
00000000001894c8 b eth_errno
00000000001894d0 b eth_try_another.first_failed
00000000001894d8 b eth_set_current.act
00000000001894e0 b eth_set_current.env_changed_id
00000000001894e4 B net_nd_sol_packet_ip6
00000000001894f8 B net_nd_timer_start
0000000000189500 B net_nd_try
0000000000189508 B net_nd_packet_mac_out
0000000000189510 B net_nd_tx_packet
0000000000189518 B net_nd_tx_packet_size
000000000018951c b net_nd_packet_buf
0000000000189b5c b net_nd_rep_packet_ip6
0000000000189b70 B push_packet
0000000000189b78 b net_init.first_call
0000000000189b79 b net_pkt_buf
000000000018b9c0 B net_tx_packet
000000000018b9c8 B net_rx_packets
000000000018b9e8 B net_state
000000000018b9ec b net_restarted
000000000018b9f0 b net_dev_exists
000000000018b9f4 b net_try_count
000000000018b9f8 B net_boot_file_size
000000000018b9fc B net_ip
000000000018ba00 b time_start
000000000018ba08 b time_handler
000000000018ba10 b time_delta
000000000018ba18 B net_restart_wrap
000000000018ba20 b udp_packet_handler
000000000018ba28 b arp_packet_handler
000000000018ba30 B net_server_ethaddr
000000000018ba38 B net_server_ip
000000000018ba40 B net_rx_packet
000000000018ba48 B net_rx_packet_len
000000000018ba4c B net_ethaddr
000000000018ba54 b net_ip_id
000000000018ba58 B net_boot_file_name
000000000018be58 B net_netmask
000000000018be5c B net_gateway
000000000018be60 B net_dns_server
000000000018be64 B net_boot_file_name_explicit
000000000018be68 B net_boot_file_expected_size_in_blocks
000000000018be6c B net_gateway6
000000000018be7c B net_ip6
000000000018be8c B net_link_local_ip6
000000000018be9c B net_server_ip6
000000000018beac B net_prefix_length
000000000018beb0 B use_ip6
000000000018beb4 B net_ping_ip
000000000018beb8 b ping_seq_number
000000000018bebc b seq_no
000000000018bec0 B net_ping_ip6
000000000018bed0 b saved_tftp_block_size_option
000000000018bed4 b tftp_remote_ip6
000000000018bee4 b tftp_remote_ip
000000000018bee8 b tftp_filename
000000000018bf68 b default_filename
000000000018bf78 b tftp_load_addr
000000000018bf80 b tftp_state
000000000018bf88 b time_start
000000000018bf90 b tftp_remote_port
000000000018bf94 b timeout_count
000000000018bf98 b tftp_our_port
000000000018bfa0 b tftp_cur_block
000000000018bfa8 b tftp_windowsize
000000000018bfac b tftp_last_nack
000000000018bfb0 b tftp_load_size
000000000018bfb8 b tftp_next_ack
000000000018bfc0 b tftp_prev_block
000000000018bfc8 b tftp_block_wrap
000000000018bfd0 b tftp_block_wrap_offset
000000000018bfd8 b fastboot_our_port
000000000018bfe0 b fastboot_timed_send_info.start
000000000018bfe8 b last_packet_len
000000000018bfec b last_packet
000000000018c3ec b fastboot_remote_ip.0
000000000018c3f0 b fastboot_remote_port
000000000018c3f4 b fastboot_send.command
000000000018c435 b fastboot_send.pending_command
000000000018c438 b state
000000000018c43c b command
000000000018c47d b response
000000000018c4c0 b curr_header_buffer
000000000018c4c8 b curr_sport
000000000018c4cc b curr_dport
000000000018c4d0 b curr_tcp_seq_num
000000000018c4d4 b curr_tcp_ack_num
000000000018c4d8 b curr_request_len
000000000018c4e0 b curr_chunk_size
000000000018c4e8 b curr_chunk_downloaded
000000000018c4f0 b curr_header_downloaded
000000000018c4f8 b command_handled_id
000000000018c4fc b command_handled_success
000000000018c4fd b is_ipv6
000000000018c500 b ip_header_size
000000000018c508 b udp_ops
000000000018c510 b current_tcp_state
000000000018c514 b tcp_last_connection_data_frame
000000000018c518 b tcp_packet_handler
000000000018c520 b loc_timestamp
000000000018c524 b rmt_timestamp
000000000018c528 b tcp_lost
000000000018c54c b tcp_activity_count
000000000018c550 b tcp_ack_edge
000000000018c554 b prev_len
000000000018c558 b sack_idx
000000000018c55c b edge_a
000000000018c6e0 b tcp6_packet_handler
000000000018c6e8 D __bss_end