summaryrefslogtreecommitdiff
path: root/bootloader/qemu_arm/System.map
blob: 1b21327fc94b9baf75d92b66d8ef8bf7c2323720 (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
00000000 T __image_copy_start
00000000 T _start
00000020 T _undefined_instruction
00000024 T _software_interrupt
00000028 T _prefetch_abort
0000002c T _data_abort
00000030 T _not_used
00000034 T _irq
00000038 T _fiq
00000040 T IRQ_STACK_START_IN
00000060 t undefined_instruction
000000c0 t software_interrupt
00000120 t prefetch_abort
00000180 t data_abort
000001e0 t not_used
00000240 t irq
000002a0 t fiq
000002e8 T reset
000002ec T save_boot_params_ret
000002fc T switch_to_hypervisor_ret
00000338 T c_runtime_cpu_setup
00000348 W save_boot_params
0000034c W switch_to_hypervisor
00000350 T cpu_init_cp15
000003b0 T cpu_init_crit
000003bc T __efi_runtime_start
000003c0 T __arm_smccc_smc
000003e0 T __arm_smccc_hvc
00000400 T invoke_psci_fn
00000488 T efi_memcpy_runtime
000004a4 T efi_update_table_header_crc32
000004cc W efi_reset_system
000004d0 W efi_get_time
000004d8 W efi_set_time
000004e0 T efi_convert_pointer
000005b0 t efi_unimplemented
000005b8 t efi_update_capsule_unsupported
000005c0 t efi_query_capsule_caps_unsupported
000005c8 t efi_set_virtual_address_map_runtime
000005d0 t efi_convert_pointer_runtime
000005d8 T efi_runtime_detach
00000624 T efi_runtime_relocate
00000794 T efi_get_variable_runtime
000007d0 T efi_get_next_variable_name_runtime
000007d4 T efi_var_mem_find
00000904 t efi_var_mem_compare
000009b4 T efi_var_mem_del
00000a54 T efi_var_mem_ins
00000b5c T efi_var_mem_free
00000b7c t efi_var_mem_notify_virtual_address_map
00000ba4 T efi_get_variable_mem
00000c5c T efi_get_next_variable_name_mem
00000d3c T efi_get_variable_int
00000d50 T efi_get_next_variable_name_int
00000d54 t efi_set_variable_runtime
00000d5c t efi_query_variable_info_runtime
00000d64 T u16_strnlen
00000d9c T crc32_no_comp
00000e84 T crc32
00000e98 t crc_table
00001298 T psci_method
000012a0 T efi_events
000012a8 T systab
000012f0 t firmware_vendor
00001308 T efi_runtime_mmio
00001310 T efi_runtime_services
00001360 t efi_virtmap
00001364 t efi_descriptor_count
00001368 t efi_descriptor_size
0000136c t efi_var_buf
00001370 t efi_current_var
00001374 T __efi_runtime_stop
00001380 T invalidate_dcache_all
00001390 W v7_outer_cache_inval_all
00001394 T flush_dcache_all
000013a4 W v7_outer_cache_flush_all
000013a8 T invalidate_dcache_range
000013d8 t v7_dcache_maint_range
00001454 W v7_outer_cache_inval_range
00001458 T flush_dcache_range
000014b0 W v7_outer_cache_flush_range
000014b4 T arm_init_before_mmu
000014e0 W v7_outer_cache_enable
000014e4 T invalidate_icache_all
000014fc W v7_outer_cache_disable
00001500 T __v7_flush_dcache_all
00001514 t start_flush_levels
00001518 t flush_levels
00001554 t loop1
00001558 t loop2
00001574 t skip
00001580 t finished
00001594 T v7_flush_dcache_all
000015a4 T __v7_invalidate_dcache_all
000015bc t inval_levels
000015f8 t inval_loop1
000015fc t inval_loop2
00001618 t inval_skip
00001624 t inval_finished
00001638 T v7_invalidate_dcache_all
00001648 W cpu_cache_initialization
0000164c T cleanup_before_linux_select
00001698 T cleanup_before_linux
000016ac T allow_unaligned
000016bc W s_init
000016c0 W lowlevel_init
000016e4 T timer_init
0000170c T get_ticks
00001734 T get_tbclk
00001740 T _main
00001788 t here
000017b8 t _start_ofs
000017cc T setjmp
000017dc T longjmp
000017f8 W relocate_vectors
00001804 T relocate_code
00001804 t relocate_base
00001828 t copy_loop
00001848 t fixloop
00001868 t fixnext
00001870 t relocate_done
00001874 t _image_copy_start_ofs
00001878 t _image_copy_end_ofs
0000187c t _rel_dyn_start_ofs
00001880 t _rel_dyn_end_ofs
00001884 T arch_fixup_fdt
00001890 W board_quiesce_devices
00001894 W board_prep_linux
00001898 T do_bootm_linux
000018e4 t boot_prep_linux
00001938 t boot_jump_linux
00001a10 T bootz_setup
00001ae0 T memset
00001bbc T memcpy
00001f6c T arch_setup_bdinfo
00001f74 T arch_reserve_stacks
00001f9c T arch_lmb_reserve
00001fb0 T interrupt_init
00001fd0 T enable_interrupts
00001fd4 T disable_interrupts
00001fdc T show_regs
00002198 T do_undefined_instruction
000021d4 T do_software_interrupt
00002210 T do_prefetch_abort
0000224c T do_data_abort
00002288 T do_not_used
000022c4 T do_fiq
00002300 T do_irq
0000233c W flush_cache
00002344 T check_cache_range
00002378 T arch_reserve_mmu
0000237c W arm_reserve_mmu
000023c8 W dram_bank_mmu_setup
00002448 T icache_enable
0000248c T icache_disable
00002494 t cache_disable
00002518 T dcache_enable
000026bc T dcache_disable
000026c4 T board_init
000026cc T board_late_init
0000275c T board_fdt_blob_setup
0000276c T dram_init
00002780 T dram_init_banksize
00002790 T enable_caches
000027a0 T bootm_find_images
000028fc T bootm_disable_interrupts
00002900 T do_bootm_states
00002eec W switch_to_non_secure_mode
00002ef0 W arch_preboot_os
00002ef4 W board_preboot_os
00002ef8 T boot_selected_os
00002f4c T bootm_os_get_boot_func
00002f5c t do_bootm_standalone
00002fa4 T image_multi_getimg
0000302c T image_decomp
00003184 T genimg_get_os_name
000031c0 T genimg_get_comp_name
000031fc t on_loadaddr
00003230 T env_get_bootm_low
00003264 T env_get_bootm_size
000032f0 T env_get_bootm_mapsize
00003320 T memmove_wd
0000332c T genimg_get_kernel_addr_fit
00003348 T genimg_get_format
00003380 T genimg_has_config
00003388 T boot_get_ramdisk
000034cc T boot_ramdisk_high
000035e0 T boot_get_setup
000035e8 T image_setup_linux
0000365c T image_locate_script
0000369c T ab_select_slot
00003b88 T android_image_get_kernel
00003bb0 T android_image_check_header
00003bb8 T android_image_get_end
00003bc0 T android_image_get_kload
00003be0 T android_image_get_kcomp
00003be8 T android_image_get_ramdisk
00003c78 T android_image_get_kernel_cmdline
00003c80 T android_image_is_bootconfig_used
00003ca8 T android_get_preloaded_partition
00003da4 t is_same_partition
00003e2c T android_image_load
00004a34 t _extract_boot_image_header
00004b04 t _read_in_boot_ramdisk
00004b90 T android_image_get_second
00004b98 T android_image_get_dtb_by_index
00004ba0 t android_read_data
00004cec W android_bootloader_boot_kernel
00004dd8 t hex_to_str
00004e50 T android_bootloader_boot_flow
00005760 t do_avb_verify
00005908 t android_part_get_info_by_name_suffix
00005998 t get_partition_size
00005a40 T android_bootloader_request_response
00005c2c t console_write
00005ca0 t console_read
00005d1c T oemlock_is_allowed
00005d24 t oemlock_get_field
00005d94 T oemlock_set_locked
00005e04 T oemlock_is_locked
00005e0c t get_console
00005e64 T write_avb_to_keymint_console
0000627c t parse_patchlevel
00006354 t qfw_bootmeth_bind
00006370 t qfw_check
00006390 t qfw_read_bootflow
00006418 t qfw_read_file
00006420 t qfw_boot
00006464 T boot_fdt_add_mem_rsv_regions
000065d8 t boot_fdt_reserve_region
00006638 T boot_relocate_fdt
00006814 t fdt_error
00006840 T boot_get_fdt
00006aec W ft_verify_fdt
00006af4 T image_setup_libfdt
00006cc0 T do_bootm
00006dc4 T bootm_maybe_autostart
00006e54 T do_bootd
00006e74 t do_help
00006ec8 t do_panic
00006ee4 t do_version
00006f24 t do_ab_select
00006fd0 T blk_common_cmd
000072d0 t do_source
0000731c T bcb_find_partition_and_load
00007394 t __bcb_initialize
00007494 t __bcb_load
0000756c T bcb_load
000075cc T bcb_set
000075e8 t __bcb_set
000076f0 T bcb_get
0000774c t bcb_field_get
00007844 T bcb_store
00007848 t __bcb_store
000078d4 T bcb_reset
00007920 t do_bcb
00007aac t do_bcb_load
00007b28 t do_bcb_set
00007b30 t do_bcb_clear
00007b90 t do_bcb_test
00007c30 t do_bcb_dump
00007c88 t do_bcb_store
00007c8c t do_boot_android
00007c9c t do_verified_boot_android
00007cac t boot_android
00007e28 T efi_get_image_parameters
00007e4c T efi_set_bootdev
00007fac T efi_install_fdt
00008264 T efi_run_image
00008424 t do_bootefi_exec
000084f4 t do_bootefi
000086f0 T do_bootz
000087f4 T mk_date
00008a44 t do_date
00008bf0 t do_dm
00008c80 t complete_dm
00008cb0 t do_dm_dump_driver_compat
00008cc0 t do_dm_dump_devres
00008cc8 t do_dm_dump_drivers
00008cd8 t do_dm_dump_static_driver_info
00008ce8 t do_dm_dump_tree
00008d1c t do_dm_dump_uclass
00008d2c t do_echo
00008dbc T eficonfig_print_msg
00008df8 T eficonfig_print_entry
00008e80 T eficonfig_display_statusline
00008eec T eficonfig_choice_entry
00008fec T eficonfig_destroy
00009058 T eficonfig_process_quit
00009060 T eficonfig_append_menu_entry
000090f4 T eficonfig_append_quit_entry
00009158 T eficonfig_create_fixed_menu
000091ec T eficonfig_process_common
00009354 T eficonfig_create_device_path
00009400 T eficonfig_process_clear_file_selection
0000941c T eficonfig_process_show_file_option
000094b0 T eficonfig_process_select_file
00009d48 T eficonfig_get_unused_bootoption
00009dfc T eficonfig_append_bootorder
00009ea8 T eficonfig_choice_change_boot_order
0000a1c4 T eficonfig_enumerate_boot_option
0000a310 T eficonfig_delete_invalid_boot_option
0000a558 t delete_boot_option
0000a690 T eficonfig_generate_media_device_boot_option
0000a838 t do_eficonfig
0000a9f8 t eficonfig_volume_selected
0000aa18 t sort_file
0000aa2c t eficonfig_file_selected
0000abf8 t eficonfig_process_add_boot_option
0000ac8c t eficonfig_process_edit_boot_option
0000adc4 t eficonfig_process_change_boot_order
0000b0e0 t eficonfig_process_delete_boot_option
0000b11c t eficonfig_edit_boot_option
0000b604 t fill_file_info
0000b678 t eficonfig_set_boot_option
0000b6fc t create_boot_option_entry
0000b7a8 t eficonfig_boot_add_enter_description
0000b7c0 t prepare_file_selection_entry
0000b930 t eficonfig_boot_add_optional_data
0000b948 t eficonfig_boot_edit_save
0000b9ac t handle_user_input
0000ba5c t eficonfig_show_boot_selection
0000bc74 t eficonfig_add_boot_selection_entry
0000bdf8 t eficonfig_process_boot_selected
0000be10 t eficonfig_print_change_boot_order_entry
0000becc t eficonfig_add_change_boot_order_entry
0000c014 t eficonfig_process_save_boot_order
0000c114 t do_exit
0000c144 T do_fat_size
0000c160 T do_fat_fsload
0000c17c t do_fat_ls
0000c198 t do_fat_fsinfo
0000c22c t do_fat_fswrite
0000c248 t do_fat_rm
0000c264 t do_fat_mkdir
0000c280 t do_size_wrapper
0000c29c t do_load_wrapper
0000c2b8 t do_save_wrapper
0000c2d4 t do_ls_wrapper
0000c2f0 t do_ln_wrapper
0000c30c t do_fstype_wrapper
0000c310 t do_fstypes_wrapper
0000c314 t do_itest
0000c394 t binary_test
0000c544 t evalstr
0000c5b8 t evalexp
0000c62c t do_sleep
0000c71c t do_bootp
0000c728 T do_tftpb
0000c734 t netboot_common
0000ca80 t do_ping
0000cae8 T do_ping6
0000cb68 t do_net
0000cbec t do_net_list
0000cc9c t do_part
0000cfbc t do_part_types
0000d05c t do_part_type
0000d0dc t do_part_info
0000d21c t do_qemu_fw
0000d2a8 t qemu_fwcfg_do_list
0000d334 t qemu_fwcfg_do_cpus
0000d360 t qemu_fwcfg_do_load
0000d440 T do_read
0000d59c T setexpr_regex_sub
0000d84c t substitute
0000d944 t do_setexpr
0000dc20 t get_arg
0000dd0c t regex_sub_var
0000de38 t do_test
0000e1a8 t do_false
0000e1b0 t do_true
0000e1b8 t do_virtio
0000e26c t do_fastboot
0000e414 t do_gpt
0000e694 t gpt_verify
0000e7d4 t gpt_setenv
0000e900 t gpt_enumerate
0000ea44 t do_disk_guid
0000eaa0 t set_gpt_info
0000efec t extract_val
0000f09c t extract_env
0000f164 T do_avb_init
0000f1c4 T do_avb_read_part
0000f2a0 T do_avb_read_part_hex
0000f3f8 T do_avb_write_part
0000f4c0 T do_avb_read_rb
0000f550 T do_avb_write_rb
0000f5dc T do_avb_get_uuid
0000f668 T do_avb_verify_part
0000f71c T do_avb_is_unlocked
0000f7ac t do_avb
0000f81c T env_get_id
0000f82c T env_set
0000f890 t _do_env_set
0000fa80 t do_env
0000fadc t do_env_print
0000fbb0 t do_env_set
0000fbcc t do_env_default
0000fc7c t do_env_delete
0000fd60 t do_env_verified_import
0000ff88 t do_env_exists
0000ffdc t env_print
0001009c T board_init_f_alloc_reserve
000100ac T board_init_f_init_reserve
000100d0 T main_loop
00010110 T get_version
00010118 T jumptable_init
00010388 t dummy
0001038c t mdelay
00010398 T get_local_var
00010434 T set_local_var
000105b8 T parse_string_outer
000106f0 t parse_stream_outer
00010e9c T parse_file_outer
00010ef8 T u_boot_hush_start
00010f50 t do_showvar
0001107c t static_peek
00011088 t static_get
000110a4 t done_word
00011404 t done_pipe
0001144c t file_peek
00011458 t free_pipe_list
00011544 t new_pipe
00011584 t done_command
00011620 t b_addqchr
00011670 t b_addchr
000116f0 t run_list_real
00011f18 t insert_var_value_sub
00012258 t is_assignment
000122ac t make_string
00012414 t file_get
000125d0 T bootdelay_process
00012680 T autoboot_command
0001277c W coloured_LED_init
00012780 W red_led_on
00012784 W board_add_ram_info
00012788 W arch_cpu_init
00012790 W mach_cpu_init
00012798 W board_get_usable_ram_top
000127a4 W arch_setup_dest_addr
000127ac T setup_bdinfo
000127b4 W reserve_arch
000127bc W checkcpu
000127c4 W clear_bss
000127cc T board_init_f
0001284c t setup_mon_len
00012870 t log_init
00012878 t initf_bootstage
00012880 t setup_spl_handoff
00012888 t initf_dm
00012890 t init_baud_rate
000128bc t display_text_info
000128c4 t print_resetinfo
00012994 t misc_init_f
0001299c t announce_dram_init
000129b4 t setup_dest_addr
000129fc t reserve_round_4k
00012a14 t reserve_video
00012a1c t reserve_trace
00012a24 t reserve_uboot
00012a74 t reserve_malloc
00012a9c t reserve_board
00012af4 t reserve_global_data
00012b24 t reserve_fdt
00012ba8 t reserve_bootstage
00012bb0 t reserve_bloblist
00012bb8 t reserve_stacks
00012bd4 t show_dram_config
00012dcc t display_new_sp
00012dd4 t reloc_fdt
00012e4c t reloc_bootstage
00012e54 t reloc_bloblist
00012e5c t setup_reloc
00012ea0 t cyclic_unregister_all
00012ea8 W cpu_secondary_init_r
00012eb0 W arch_initr_trap
00012eb8 W power_init_board
00012ec0 T board_init_r
00012f5c t initr_trace
00012f64 t initr_reloc
00012f80 t initr_caches
00012f90 t initr_reloc_global_data
00012fd0 t initr_barrier
00012fd8 t initr_malloc
00013004 t log_init
0001300c t initr_bootstage
00013014 t initr_of_live
0001301c t initr_dm
00013040 t initr_binman
00013048 t initr_dm_devices
00013050 t initr_announce
00013058 t dm_announce
000130e4 t initr_env
00013150 t initr_net
0001316c t run_main_loop
0001317c T fdt_find_and_setprop
000131f4 T fdt_find_or_add_subnode
0001325c T fdt_root
00013300 T fdt_initrd
000134dc W board_fdt_chosen_bootargs
000134e8 T fdt_chosen
000135ec T do_fixup_by_path
00013648 T fdt_fixup_ethernet
000137f4 T fdt_shrink_to_minimum
0001396c T fdt_support_default_count_cells
000139d0 T fdt_translate_address
000139dc t __of_translate_address
00013c8c t of_bus_default_map
00013d58 t of_bus_default_translate
00013dd8 T menu_default_choice
00013df4 T menu_default_set
00013e80 T menu_get_choice
00014068 T menu_item_add
0001415c T menu_create
000141f4 T menu_destroy
0001425c T bootmenu_conv_key
00014310 T bootmenu_loop
00014364 T cli_ch_init
00014370 T cli_ch_process
000145d8 T cli_readline
000145f0 T cli_readline_into_buffer
00014ee4 t delete_char
00014fe0 t cread_add_char
000150e4 T cli_simple_process_macros
00015324 T bounce_buffer_start_extalign
000153c8 T bounce_buffer_stop
00015428 t on_console
000154fc T fputs
00015518 T getchar
00015578 T tstc
000155b4 T putc
00015604 T puts
00015654 T flush
000156a4 T ctrlc
000156fc T disable_ctrlc
00015714 T had_ctrlc
00015724 T clear_ctrlc
00015738 T console_assign
0001578c t console_setfile
00015860 T console_init_f
00015878 T console_init_r
000159cc T sbrk
00015a2c T mem_malloc_init
00015a58 t malloc
00015f50 t malloc_extend_top
000160f0 t free
0001635c t malloc_trim
00016470 t realloc
00016900 t memalign
00016aa4 t calloc
00016b7c T initf_malloc
00016ba0 T malloc_simple
00016ba8 t alloc_simple
00016c1c T memalign_simple
00016c2c T event_notify
00016d10 T event_notify_null
00016d1c T event_register
00016d78 T event_init
00016d90 W get_effective_memsize
00016d9c T stdio_file_to_flags
00016db8 T stdio_get_list
00016dc8 T stdio_get_by_name
00016e18 T stdio_clone
00016e5c T stdio_register_dev
00016eb0 T stdio_init_tables
00016ecc T stdio_add_devices
00016f80 t stdio_serial_putc
00016f88 t stdio_serial_puts
00016f90 t stdio_serial_flush
00016f94 t stdio_serial_getc
00016f98 t stdio_serial_tstc
00016f9c T run_command
00016fb0 T run_command_list
00017028 T do_run
0001708c T cli_process_fdt
000170c4 T cli_secure_boot_cmd
00017140 T cli_loop
00017148 T cli_init
0001714c T _do_help
00017304 T find_cmd_tbl
000173b0 T cmd_usage
0001740c T find_cmd
0001743c T var_complete
000174e4 T complete_subcmdv
0001768c T cmd_auto_complete
00017aec T cmd_get_data_size
00017b6c T cmd_always_repeatable
00017b88 T cmd_never_repeatable
00017ba4 T cmd_discard_repeatable
00017bc4 T cmd_process
00017d68 T cmd_process_error
00017da8 T cmd_source_script
00017df4 T avb_ops_alloc
00017eac t read_from_partition
00017ee0 t write_to_partition
00017f14 t validate_vbmeta_public_key
00017f70 t read_rollback_index
00017fa4 t write_rollback_index
00017fc4 t read_is_device_unlocked
00017fe8 t get_unique_guid_for_partition
0001803c t get_size_of_partition
00018088 T avb_ops_free
000180cc T avb_verify
00018104 T avb_verify_partitions
00018288 t blk_byte_io
00018578 t get_partition
0001864c t blk_read_and_flush
00018740 t avb_blk_write
00018814 T qfw_get_dev
00018820 T qfw_online_cpus
00018844 T qfw_read_firmware_list
0001892c T qfw_file_iter_init
0001894c T qfw_file_iter_next
00018960 T qfw_file_iter_end
00018978 T qemu_fwcfg_setup_kernel
00018b24 T blk_get_dev
00018b2c t get_dev_hwpart
00018b64 T dev_print
00018dcc T part_init
00018e58 T part_print
00018fb4 t part_driver_lookup_type
0001907c T part_get_info
000190e0 T part_get_info_whole_disk
00019134 T blk_get_device_by_str
00019250 T blk_get_device_part_str
0001963c T part_get_info_by_name_type
000196e0 T part_get_info_by_name
000196e4 T part_get_info_by_dev_and_name
00019794 T part_get_info_by_dev_and_name_or_num
00019804 T part_set_generic_name
00019898 T part_create_block_devices
00019974 T disk_blk_read
00019a3c t dev_get_blk
00019a64 T disk_blk_write
00019acc t part_blk_read
00019b4c t part_blk_write
00019bcc t part_blk_erase
00019c44 t test_block_type
00019d00 t part_get_info_dos
00019d28 t part_print_dos
00019d64 t part_test_dos
00019e00 t part_get_info_extended
0001a0d4 t print_partition_extended
0001a3a4 T get_disk_guid
0001a43c t find_valid_gpt
0001a4a0 T part_print_efi
0001a71c t is_pte_valid
0001a768 t print_efiname
0001a7c8 T part_get_info_efi
0001a960 T write_gpt_table
0001acec t set_protective_mbr
0001ade0 T gpt_fill_pte
0001b13c T gpt_fill_header
0001b324 t partition_entries_offset
0001b39c T gpt_restore
0001b4b4 T gpt_verify_headers
0001b560 t is_gpt_valid
0001b874 T gpt_repair_headers
0001ba48 t write_one_gpt_table
0001bb10 T gpt_verify_partitions
0001bd4c t validate_gpt_header
0001bf38 t part_test_efi
0001c00c T blk_get_uclass_name
0001c04c T blk_get_devnum_by_uclass_idname
0001c128 T blk_list_part
0001c1ac t get_desc
0001c270 T blk_print_part_devnum
0001c2b0 T blk_list_devices
0001c324 T blk_print_device_num
0001c368 T blk_show_device
0001c3e4 T blk_read_devnum
0001c428 T blk_dread
0001c430 T blk_write_devnum
0001c474 T blk_dwrite
0001c47c T blk_dselect_hwpart
0001c4a8 T blk_read
0001c548 T blk_write
0001c5a8 T blk_erase
0001c600 T blk_derase
0001c608 T blk_find_max_devnum
0001c67c T blk_next_free_devnum
0001c6a0 T blk_create_device
0001c834 t blk_post_probe
0001c864 T blkcache_read
0001c954 T blkcache_fill
0001ca94 T blkcache_invalidate
0001cb20 T device_bind_with_driver_data
0001cb48 t device_bind_common
0001cedc T device_bind
0001cf08 T device_bind_by_name
0001cf78 T device_of_to_plat
0001d0d0 T device_probe
0001d254 T device_get_uclass_id
0001d264 T dev_get_plat
0001d290 T dev_get_parent_plat
0001d2bc T dev_get_uclass_plat
0001d2e8 T dev_get_priv
0001d314 T dev_get_uclass_priv
0001d340 T dev_get_parent_priv
0001d36c T dev_get_parent
0001d374 T device_get_decendent_count
0001d3a8 T device_find_first_child
0001d3c0 T device_find_next_child
0001d3e4 T device_first_child_err
0001d420 T device_next_child_err
0001d464 T dev_get_driver_data
0001d46c T device_set_name_alloced
0001d47c T device_set_name
0001d4b4 T dev_set_priv
0001d4bc T dev_set_parent_priv
0001d4c4 T dev_set_uclass_priv
0001d4cc T dev_set_plat
0001d4d4 T dev_set_parent_plat
0001d4dc T dev_set_uclass_plat
0001d4e4 T device_is_compatible
0001d4fc t alloc_priv
0001d560 T devfdt_get_addr_index
0001d640 T devfdt_get_addr
0001d648 T lists_driver_lookup_name
0001d6c0 T lists_uclass_lookup
0001d724 T lists_bind_drivers
0001d820 T device_bind_driver
0001d83c T device_bind_driver_to_node
0001d8e8 T lists_bind_fdt
0001db04 T dm_root
0001db38 T dm_init
0001dbe4 T dm_remove_devices_flags
0001dc28 T dm_scan_plat
0001dc58 T dm_scan_fdt_dev
0001dc70 t dm_scan_fdt_node
0001dd24 T dm_extended_scan
0001dd8c W dm_scan_other
0001dd94 T dm_init_and_scan
0001de04 T dm_get_stats
0001de2c t dm_probe_devices
0001deb4 T uclass_get_priv
0001debc T uclass_get
0001e040 T dev_get_uclass_index
0001e094 T uclass_find_device
0001e104 T uclass_find_device_by_namelen
0001e1a0 T uclass_find_next_free_seq
0001e20c T uclass_find_device_by_seq
0001e27c T uclass_find_device_by_of_offset
0001e2ec T uclass_get_nth_device_by_driver_name
0001e378 T uclass_get_device
0001e3bc T uclass_get_device_by_name
0001e41c T uclass_get_device_by_seq
0001e460 T uclass_get_device_by_of_offset
0001e4a4 T uclass_first_device
0001e4e8 t _uclass_next_device
0001e538 T uclass_next_device
0001e558 T uclass_first_device_err
0001e580 T uclass_first_device_check
0001e5e0 T uclass_next_device_check
0001e61c T uclass_get_count
0001e658 T uclass_bind_device
0001e6dc T uclass_pre_unbind_device
0001e70c T uclass_unbind_device
0001e730 T uclass_pre_probe_device
0001e7a0 T uclass_post_probe_device
0001e808 T uclass_pre_remove_device
0001e838 T uclass_probe_all
0001e8a8 T pci_get_devfn
0001e8e8 T dev_tag_set_ptr
0001e994 T dev_tag_get_ptr
0001ea08 T dev_tag_del
0001ea9c T devres_release_probe
0001eaa8 t release_nodes
0001eb1c T devres_release_all
0001eb28 T device_chld_unbind
0001eba8 T device_unbind
0001ece4 T device_chld_remove
0001ed58 T device_remove
0001eee8 T device_free
0001efa4 T dm_dump_tree
0001f03c t show_devices
0001f208 T dm_dump_uclass
0001f2ec T dm_dump_driver_compat
0001f3c4 T dm_dump_drivers
0001f510 T dm_dump_static_driver_info
0001f57c t h_cmp_uclass_id
0001f5a0 T ofnode_get_name
0001f5c0 T ofnode_read_u32_index
0001f628 T ofnode_read_u32_default
0001f64c T ofnode_read_bool
0001f674 T ofnode_get_property
0001f68c T ofnode_read_string
0001f6e0 T ofnode_find_subnode
0001f6f4 T ofnode_is_enabled
0001f714 T ofnode_first_subnode
0001f724 T ofnode_next_subnode
0001f734 T ofnode_path
0001f750 T ofnode_read_u8_array_ptr
0001f768 T ofnode_read_pci_addr
0001f84c T ofnode_read_pci_vendev
0001f954 T ofnode_read_simple_addr_cells
0001f964 T ofnode_read_simple_size_cells
0001f974 T ofnode_pre_reloc
0001fa1c T ofnode_read_resource
0001fa88 T ofnode_device_is_compatible
0001faac T ofnode_by_prop_value
0001fadc T ofnode_conf_read_int
0001fb2c T ofnode_conf_read_str
0001fb64 T sysreset_get_status
0001fb80 T sysreset_walk
0001fc18 T sysreset_walk_halt
0001fc44 T do_reset
0001fc98 t sysreset_post_bind
0001fca0 t psci_sysreset_request
0001fcd0 T psci_sys_reset
0001fd60 T psci_sys_poweroff
0001fd9c t psci_bind
0001fdf0 t psci_probe
0001fe7c T pci_get_controller
0001feb4 T dm_pci_get_bdf
0001fef8 t pci_get_bus_max
0001ff40 T pci_get_ff
0001ff5c T pci_bus_find_devfn
0001ffd0 T dm_pci_write_config
00020080 T dm_pci_write_config8
00020088 T dm_pci_write_config16
00020090 T dm_pci_write_config32
00020098 T dm_pci_read_config
00020168 T dm_pci_read_config8
00020194 T dm_pci_read_config16
000201c0 T dm_pci_read_config32
000201ec T pci_auto_config_devices
00020328 T pci_generic_mmap_write_config
000203b4 T pci_generic_mmap_read_config
00020454 T dm_pci_hose_probe_bus
00020520 T dm_pci_find_capability
000205a0 W board_pci_fixup_dev
000205a4 T pci_bind_bus_devices
00020b50 T dm_pci_bus_to_phys
00020c18 T dm_pci_map_bar
00020d78 T dm_pci_find_next_capability
00020d84 t _dm_pci_find_next_capability
00020e2c t pci_uclass_pre_probe
00021184 t pci_uclass_post_probe
000211ec t pci_uclass_child_post_bind
00021230 T pci_init
00021274 t pci_bridge_read_config
000212f4 t pci_bridge_write_config
00021358 T dm_pciauto_prescan_setup_bridge
00021760 T dm_pciauto_postscan_setup_bridge
000218c0 T dm_pciauto_config_device
00021960 t dm_pciauto_setup_device
00021bec t dm_pciauto_exp_link_stable
00021cbc T pciauto_region_align
00021cd8 T pciauto_region_allocate
00021d38 T pciauto_config_init
00021e48 t pci_generic_ecam_probe
00021e64 t pci_generic_ecam_of_to_plat
00021edc t pci_generic_ecam_read_config
00021f60 t pci_generic_ecam_write_config
00021fd8 t pci_generic_ecam_conf_address
00022050 T serial_init
000221ec T serial_setbrg
00022230 T serial_initialize
00022240 T serial_putc
000222a4 T serial_puts
000222c4 t _serial_puts
00022334 T serial_flush
00022380 T serial_getc
000223c8 T serial_tstc
00022404 T serial_stdio_init
00022408 t on_baudrate
00022510 t serial_post_probe
000225f4 t serial_pre_remove
000225fc t serial_stub_putc
0002264c t serial_stub_puts
00022654 t serial_stub_flush
0002268c t serial_stub_getc
000226b8 t serial_stub_tstc
000226dc T pl01x_serial_setbrg
00022814 T pl01x_serial_probe
00022880 T pl01x_serial_getc
000228c0 T pl01x_serial_putc
000228f4 T pl01x_serial_pending
00022938 T pl01x_serial_of_to_plat
000229a8 T virtio_get_config
000229bc T virtio_set_config
000229d0 T virtio_generation
000229f0 T virtio_reset
00022a04 T virtio_find_vqs
00022a18 T virtio_notify
00022a2c T virtio_add_status
00022a80 T virtio_finalize_features
00022b08 T virtio_driver_features_init
00022b18 T virtio_init
00022b20 t virtio_uclass_pre_probe
00022ba0 t virtio_uclass_post_probe
00022c68 t virtio_uclass_child_post_bind
00022c7c t virtio_uclass_child_pre_probe
00022f20 t virtio_uclass_child_post_probe
00022f34 t virtio_bootdev_bind
00022f4c t virtio_bootdev_hunt
00022f68 T virtqueue_add
0002320c T virtqueue_kick
00023294 T virtqueue_get_buf
00023450 T vring_create_virtqueue
000236f8 T vring_del_virtqueue
0002373c T virtqueue_get_vring_size
00023744 T virtqueue_get_desc_addr
0002374c T virtqueue_get_avail_addr
00023754 T virtqueue_get_used_addr
0002375c T virtqueue_poll
00023784 t __bb_force_page_align
000237b4 t virtio_mmio_probe
00023850 t virtio_mmio_of_to_plat
00023880 t virtio_mmio_get_config
000239c0 t virtio_mmio_set_config
00023b14 t virtio_mmio_generation
00023b48 t virtio_mmio_get_status
00023b6c t virtio_mmio_set_status
00023bbc t virtio_mmio_reset
00023bdc t virtio_mmio_get_features
00023c3c t virtio_mmio_set_features
00023cb8 t virtio_mmio_find_vqs
00023e98 t virtio_mmio_del_vqs
00023f54 t virtio_mmio_notify
00023f78 t virtio_pci_bind
00023fcc t virtio_pci_probe
000241e0 t virtio_pci_find_capability
00024314 t virtio_pci_get_config
00024428 t virtio_pci_set_config
00024560 t virtio_pci_generation
00024584 t virtio_pci_get_status
000245a8 t virtio_pci_set_status
000245f8 t virtio_pci_reset
00024648 t virtio_pci_get_features
000246a4 t virtio_pci_set_features
0002471c t virtio_pci_find_vqs
00024864 t virtio_pci_del_vqs
000248c4 t virtio_pci_notify
0002492c t virtio_net_bind
00024968 t virtio_net_probe
000249bc t virtio_net_start
00024a3c t virtio_net_send
00024ae0 t virtio_net_recv
00024b34 t virtio_net_free_pkt
00024b84 t virtio_net_stop
00024b88 t virtio_net_write_hwaddr
00024c00 t virtio_net_read_rom_hwaddr
00024ccc t virtio_blk_bind
00024d78 t virtio_blk_probe
00024e24 t virtio_blk_read
00024e48 t virtio_blk_write
00024e6c t virtio_blk_erase
00024ef8 t virtio_blk_do_req
00025058 t virtio_console_bind
0002508c t virtio_console_probe
000250dc t add_inbuf
00025158 t virtio_console_serial_setbrg
00025160 t virtio_console_serial_getc
000251e4 t virtio_console_serial_putc
00025260 t virtio_console_serial_pending
00025278 T fastboot_response
000252e8 T fastboot_fail
00025300 T fastboot_okay
00025334 W fastboot_set_reboot_flag
000253c0 T fastboot_boot
0002544c T fastboot_handle_boot
000254b8 T fastboot_set_progress_callback
000254c8 T fastboot_init
00025504 T fastboot_getvar
000255f0 t getvar_version
000255fc t getvar_version_bootloader
00025608 t getvar_downloadsize
00025628 t getvar_serialno
00025664 t getvar_version_baseband
00025670 t getvar_product
000256ac t getvar_platform
000256e8 t getvar_current_slot
000256f4 t getvar_has_slot
000257b0 t getvar_partition_size
000257fc t getvar_is_userspace
00025808 T fastboot_handle_command
000258c8 T fastboot_data_remaining
000258e8 T fastboot_data_download
000259ac T fastboot_data_complete
00025a08 t getvar
00025a0c t download
00025ad0 t flash
00025af0 t erase
00025af4 t okay
00025afc t reboot_bootloader
00025b38 t reboot_fastbootd
00025b74 t reboot_recovery
00025bb0 t run_flashing_lock
00025c08 t run_flashing_unlock
00025c80 T fastboot_block_get_part_info
00025d40 T fastboot_block_erase
00025da8 t fb_block_write
00025e84 T fastboot_block_write_raw_image
00025f58 T fastboot_block_write_sparse_image
00025fec t fb_block_sparse_write
00025ff8 t fb_block_sparse_reserve
00026000 T fastboot_block_flash_write
00026084 T qfw_read_entry
00026124 T qfw_register
000261bc t qfw_post_bind
000261c4 t qfw_get_bootflow
000261d4 t qfw_bootdev_bind
000261ec t qfw_bootdev_hunt
00026208 t qfw_mmio_probe
0002620c t qfw_mmio_of_to_plat
00026230 t qfw_mmio_read_entry_io
000262d0 t qfw_mmio_read_entry_dma
000262ec T dm_rtc_get
00026308 T dm_rtc_set
00026324 T dm_rtc_reset
00026340 t pl031_probe
00026360 t pl031_of_to_plat
00026384 t pl031_get
000263c4 t pl031_set
00026400 t pl031_reset
00026420 T dm_rng_read
0002643c T env_set_ulong
0002645c T env_set_hex
00026494 T env_get_hex
000264dc T env_get
0002658c T eth_env_get_enetaddr
000265e0 T eth_env_set_enetaddr
00026634 t env_get_from_linear
0002673c T env_get_ulong
0002676c T env_get_yesno
000267c4 T env_get_autostart
000267e4 T env_get_default
00026820 T env_set_default
000268dc T env_set_default_vars
00026920 T env_relocate
00026940 T env_complete
00026b38 W arch_env_get_location
00026b48 W env_get_location
00026b4c T env_load
00026c10 t env_driver_lookup
00026c88 T env_init
00026d60 T env_attr_walk
00026ea0 T env_attr_lookup
00026f2c t regex_callback
00027074 T env_flags_parse_vartype
000270c8 T env_flags_parse_varaccess
0002711c T eth_validate_ethaddr_str
000271e4 T env_flags_init
000272c0 t on_flags
00027310 T env_flags_validate
00027600 t clear_flags
00027610 t set_flags
000276a4 T env_callback_init
000277c0 t on_callbacks
00027810 t clear_callback
00027820 t set_callback
000278f0 t env_nowhere_load
00027914 t env_nowhere_init
00027928 T fs_get_type
00027938 T fs_set_blk_dev
00027a0c T fs_set_blk_dev_with_part
00027ac4 T fs_close
00027afc T fs_exists
00027b5c T fs_size
00027bbc T fs_read
00027c3c T fs_write
00027cf4 T fs_opendir
00027da8 T fs_readdir
00027e38 T fs_closedir
00027ea8 T fs_unlink
00027f08 T fs_mkdir
00027f68 T fs_ln
00027fd4 T do_size
00028088 T do_load
0002847c T do_ls
0002854c T file_exists
000285c8 T do_save
0002873c T do_fs_type
000287ec T do_rm
00028880 T do_mkdir
00028928 T do_ln
00028970 T do_fs_types
000289f8 t fs_ls_generic
00028ae4 t fs_ln_unsupported
00028aec t fs_probe_unsupported
00028af4 t fs_ls_unsupported
00028afc t fs_exists_unsupported
00028b04 t fs_size_unsupported
00028b0c t fs_read_unsupported
00028b14 t fs_write_unsupported
00028b1c t fs_close_unsupported
00028b20 t fs_uuid_unsupported
00028b28 t fs_opendir_unsupported
00028b30 t fs_unlink_unsupported
00028b38 t fs_mkdir_unsupported
00028b40 T fat_set_blk_dev
00028c2c T fat_next_cluster
00028d74 t get_fatent
00028f1c T file_fat_detectfs
00028fe8 t read_bootsectandvi
00029130 T fat_exists
000291a8 t fat_itr_root
00029374 t fat_itr_resolve
00029528 T fat_size
000295fc T fat_read_file
00029a84 T fat_opendir
00029b24 T fat_readdir
00029c1c t fat_itr_next
00029f30 t fat2rtc
00029f8c T fat_closedir
00029fa8 T fat_close
00029fac T fat_uuid
0002a008 T file_fat_write_at
0002a2ac t split_filename
0002a400 t normalize_longname
0002a4f8 t find_directory_entry
0002a578 t set_name
0002a7d4 t fat_find_empty_dentries
0002a998 t fill_dir_slot
0002ac28 t fill_dentry
0002ac80 t set_contents
0002b7a4 t flush_dirty_fat_buffer
0002b840 t flush_dir
0002b8d0 T file_fat_write
0002b900 T fat_unlink
0002bac4 t fat_dir_entries
0002bb94 t delete_dentry_long
0002bc7c T fat_mkdir
0002c01c t fat_itr_child
0002c09c t get_cluster
0002c27c t next_dent
0002c2f4 t downcase
0002c34c t str2fat
0002c3dc t fat_move_to_cluster
0002c42c t set_fatent_value
0002c69c t clear_fatent
0002c710 t determine_fatent
0002c750 t disk_write
0002c7dc t set_sectors
0002c94c t delete_single_dentry
0002c98c T efi_driver_init
0002cac4 t efi_uc_init
0002cacc t efi_uc_destroy
0002cad4 t efi_uc_supported
0002cb94 t efi_uc_start
0002cc78 t efi_uc_stop
0002cd88 t check_node_type
0002ce0c t disconnect_child
0002ce60 t efi_bl_read
0002cec4 t efi_bl_write
0002cf28 t efi_bl_init
0002cfa0 t efi_bl_bind
0002d0f4 T efi_bootmgr_load
0002d298 t try_load_entry
0002d5c8 t try_load_from_file_path
0002d6bc T __efi_entry_check
0002d70c T __efi_exit_check
0002d74c T efi_save_gd
0002d760 T efi_restore_gd
0002d78c T efi_signal_event
0002d848 t efi_queue_event
0002d8c0 T efi_add_handle
0002d8ec T efi_create_handle
0002d93c T efi_search_protocol
0002d9c4 T efi_search_obj
0002d9fc T efi_remove_protocol
0002da5c T efi_delete_handle
0002dafc T efi_create_event
0002dc3c T efi_timer_check
0002dcf0 t efi_process_event_queue
0002ddd0 T efi_set_timer
0002de9c T efi_add_protocol
0002e004 T efi_register_protocol_notify
0002e0f4 T efi_install_configuration_table
0002e288 T efi_setup_loaded_image
0002e3cc T efi_locate_device_path
0002e5b8 T efi_locate_handle_buffer
0002e62c T efi_load_image
0002ec1c T efi_close_protocol
0002ecfc T efi_locate_handle_buffer_int
0002edac t efi_locate_handle
0002ef44 T efi_install_multiple_protocol_interfaces
0002ef74 t efi_install_multiple_protocol_interfaces_int
0002f154 T efi_uninstall_multiple_protocol_interfaces
0002f184 t efi_uninstall_multiple_protocol_interfaces_int
0002f2d0 T efi_protocol_open
0002f538 t efi_disconnect_controller
0002f92c T efi_start_image
0002fbe4 t efi_open_protocol
0002fd6c T efi_unload_image
0002ff00 t efi_delete_image
0002ffa8 T efi_handle_protocol
0002ffd8 T efi_initialize_system_table
0003005c t efi_install_protocol_interface
0003011c t efi_uninstall_protocol_interface
000301d0 t efi_uninstall_protocol
000302bc t efi_disconnect_all_drivers
000304c4 t efi_raise_tpl
00030548 t efi_restore_tpl
000305c8 t efi_allocate_pages_ext
00030634 t efi_free_pages_ext
000306a0 t efi_get_memory_map_ext
00030714 t efi_allocate_pool_ext
00030780 t efi_free_pool_ext
000307ec t efi_create_event_ext
00030868 t efi_set_timer_ext
000308d4 t efi_wait_for_event
00030a8c t efi_signal_event_ext
00030b48 t efi_close_event
00030cdc t efi_check_event
00030de4 t efi_reinstall_protocol_interface
00030edc t efi_locate_handle_ext
00030f50 t efi_install_configuration_table_ext
00030fbc t efi_exit
0003114c t efi_exit_boot_services
0003138c t efi_get_next_monotonic_count
00031424 t efi_stall
000314c8 t efi_set_watchdog_timer
00031534 t efi_connect_controller
00031814 t efi_close_protocol_ext
00031880 t efi_open_protocol_information
000319c0 t efi_protocols_per_handle
00031b44 t efi_locate_protocol
00031cf8 t efi_install_multiple_protocol_interfaces_ext
00031d80 t efi_uninstall_multiple_protocol_interfaces_ext
00031e08 t efi_calculate_crc32
00031ea8 t efi_copy_mem
00031f14 t efi_set_mem
00031f8c t efi_create_event_ex
00032028 t efi_update_exit_data
00032098 t efi_bind_controller
000321fc T efi_get_dp_from_boot
000322c4 T efi_link_dev
000322d8 T efi_unlink_dev
000322fc T efi_varname_is_load_option
0003239c T efi_next_variable_name
0003240c T efi_setup_console_size
000325b4 t efi_cout_reset
000325fc t efi_cout_output_string
00032778 t efi_cout_test_string
0003278c t efi_cout_query_mode
000327fc t efi_cout_set_mode
00032864 t efi_cout_set_attribute
000328d0 t efi_cout_clear_screen
00032924 t efi_cout_set_cursor_position
000329a8 t efi_cout_enable_cursor
000329e4 t efi_cin_reset
00032a14 t efi_cin_read_key_stroke
00032a94 T efi_console_register
00032c00 t efi_key_notify
00032c14 t efi_console_timer_notify
00032c28 T efi_console_get_u16_string
00032d64 t efi_cin_empty_buffer
00032d90 t term_get_char
00032dd4 t efi_cin_check
0003318c t set_shift_mask
000331ec t analyze_modifiers
0003326c t efi_cin_reset_ex
0003329c t efi_cin_read_key_stroke_ex
00033388 t efi_cin_set_state
0003339c t efi_cin_register_key_notify
0003342c t efi_cin_unregister_key_notify
0003349c T efi_dp_next
000334d4 T efi_dp_shorten
00033548 T efi_dp_find_obj
00033584 t find_handle
00033750 T efi_dp_last_node
000337a4 T efi_dp_instance_size
00033804 T efi_dp_size
00033840 T efi_dp_dup
000338b0 t dp_alloc
000338f8 T efi_dp_append
00033900 t efi_dp_append_or_concatenate
00033a28 T efi_dp_concat
00033a30 T efi_dp_append_node
00033b4c T efi_dp_create_device_node
00033b94 T efi_dp_append_instance
00033c94 T efi_dp_get_next_instance
00033d54 T efi_dp_is_multi_instance
00033d94 T efi_dp_from_part
00033e10 t dp_part_fill
00033e40 T efi_dp_part_node
00033e84 t dp_part_node
000340c8 T efi_dp_from_file
00034228 T efi_dp_from_uart
00034290 T efi_dp_from_eth
000342ec t dp_size
000343b4 t dp_fill
000345a0 T efi_dp_from_mem
000346ac T efi_dp_split_file_path
0003476c T efi_dp_from_name
00034a04 T efi_dp_check_length
00034a7c T efi_dp_from_lo
00034b30 T efi_dp_str
00034b5c t efi_convert_device_path_to_text
00034bfc t efi_convert_device_node_to_text
00034c48 t efi_convert_single_device_node_to_text
00035554 t efi_str_to_u16
000355b0 t get_device_path_size
000355e4 t duplicate_device_path
00035608 t append_device_path
00035634 t append_device_node
00035660 t append_device_path_instance
0003568c t get_next_device_path_instance
000356b8 t is_device_path_multi_instance
000356dc t create_device_node
00035710 T efi_try_purge_kaslr_seed
0003579c T efi_carve_out_dt_rsv
000358e4 t efi_reserve_memory
00035944 t efi_dt_fixup
00035ac8 T efi_file_open_int
00035b70 t file_open
00035ec4 T efi_file_size
00035f7c T efi_file_read_int
000362c0 T efi_file_setpos_int
00036334 t efi_get_file_size
00036378 T efi_file_from_path
000364f0 T efi_simple_file_system
00036534 t efi_open_volume
000365b0 t efi_create_file
000365f0 t efi_file_open
0003664c t efi_file_close
00036674 t efi_file_delete
000366d0 t efi_file_read
00036704 t efi_file_write
00036738 t efi_file_getpos
0003676c t efi_file_setpos
000367a0 t efi_file_getinfo
000369bc t efi_file_setinfo
00036af8 t efi_file_flush
00036b30 t efi_file_open_ex
00036bc0 t efi_file_read_ex
00036c20 t efi_file_write_ex
00036c80 t efi_file_flush_ex
00036cd8 t efi_file_write_int
00036dac t new_package_list
00036e70 t remove_package_list
00036ec0 t update_package_list
00036fd8 t list_package_lists
000370ec t export_package_lists
00037118 t register_package_notify
00037168 t unregister_package_notify
0003717c t find_keyboard_layouts
00037220 t get_keyboard_layout
000372dc t set_keyboard_layout
000372fc t get_package_list_handle
00037350 t new_string
00037468 t get_string
00037538 t set_string
00037664 t get_languages
0003776c t get_secondary_languages
0003780c t add_packages
00037c00 t free_packagelist
00037c40 t free_keyboard_layouts
00037c98 t remove_strings_package
00037d18 t remove_guid_package
00037d58 t remove_keyboard_package
00037da4 t language_match
00037df8 T efi_print_image_infos
00037ee8 T efi_check_pe
00037f3c T efi_load_pe
00038274 t efi_set_code_and_data_type
000382c8 t efi_loader_relocate
000383f0 T efi_set_load_options
00038438 T efi_deserialize_load_option
0003852c T efi_serialize_load_option
00038608 T efi_add_memory_map
00038658 t efi_add_memory_map_pg
00038a04 T efi_allocate_pages
00038c40 t efi_check_allocated
00038cbc T efi_free_pages
00038d58 T efi_alloc_aligned_pages
00038ed4 T efi_allocate_pool
00038f74 T efi_free_pool
00039034 T efi_get_memory_map
00039100 T efi_get_memory_map_alloc
000391ac T efi_add_conventional_memory_map
00039288 W efi_add_known_memory
000392e8 T efi_memory_init
00039388 t efi_mem_sort
000394bc t efi_mem_cmp
000394f0 T efi_root_node_register
00039624 T efi_init_runtime_supported
0003967c W efi_reset_system_init
00039684 t efi_get_time_boottime
00039780 t efi_set_time_boottime
000398f0 t efi_set_virtual_address_map
00039b74 t efi_reset_system_boottime
00039bf8 T efi_init_early
00039c40 T efi_init_obj_list
00039e00 T efi_create_indexed_name
00039e84 t efi_stri_coll
00039f04 t efi_metai_match
00039f30 t efi_str_lwr
00039f70 t efi_str_upr
00039fb0 t efi_fat_to_str
0003a028 t efi_str_to_fat
0003a120 t metai_match
0003a2d0 T efi_get_variable
0003a334 T efi_set_variable
0003a390 T efi_get_next_variable_name
0003a3c4 T efi_query_variable_info
0003a418 T efi_init_secure_state
0003a55c T efi_auth_var_get_type
0003a5c4 T efi_get_var
0003a65c T efi_var_mem_init
0003a718 t efi_var_mem_notify_exit_boot_services
0003a79c T efi_var_collect
0003a960 T efi_var_to_file
0003aa10 t efi_set_blk_dev_to_system_partition
0003aa98 T efi_var_restore
0003ac20 T efi_var_from_file
0003acfc T efi_set_variable_int
0003af38 T efi_query_variable_info_int
0003afac T efi_variables_boot_exit_notify
0003afe8 T efi_init_variables
0003b010 T efi_set_watchdog
0003b04c T efi_watchdog_register
0003b0a8 t efi_watchdog_timer_notify
0003b0d8 T efi_disk_is_removable
0003b12c T efi_fs_from_path
0003b1a8 T efi_disk_probe
0003b36c T efi_disk_remove
0003b42c T efi_disk_get_device_name
0003b518 T efi_disks_register
0003b55c t efi_disk_add_dev
0003b7e0 t efi_disk_reset
0003b7f4 t efi_disk_read_blocks
0003b8c4 t efi_disk_write_blocks
0003b9a4 t efi_disk_flush_blocks
0003b9b8 t efi_disk_rw_blocks
0003ba68 T efi_net_register
0003be80 t efi_net_start
0003bee0 t efi_net_stop
0003bf3c t efi_net_initialize
0003bfd4 t efi_net_reset
0003c040 t efi_net_shutdown
0003c0b8 t efi_net_receive_filters
0003c0cc t efi_net_station_address
0003c0e0 t efi_net_statistics
0003c0f4 t efi_net_mcastiptomac
0003c1b0 t efi_net_nvdata
0003c1c4 t efi_net_get_status
0003c254 t efi_net_transmit
0003c37c t efi_net_receive
0003c53c t efi_pxe_base_code_start
0003c544 t efi_pxe_base_code_stop
0003c54c t efi_pxe_base_code_dhcp
0003c554 t efi_pxe_base_code_discover
0003c55c t efi_pxe_base_code_mtftp
0003c564 t efi_pxe_base_code_udp_write
0003c56c t efi_pxe_base_code_udp_read
0003c574 t efi_pxe_base_code_set_ip_filter
0003c57c t efi_pxe_base_code_arp
0003c584 t efi_pxe_base_code_set_parameters
0003c58c t efi_pxe_base_code_set_station_ip
0003c594 t efi_pxe_base_code_set_packets
0003c59c t efi_network_timer_notify
0003c628 t efi_net_push
0003c6b0 T efi_smbios_register
0003c74c W platform_get_rng_device
0003c788 T efi_rng_register
0003c7fc t rng_getinfo
0003c888 t getrng
0003c934 T efi_initrd_register
0003ca04 T efi_initrd_deregister
0003ca68 t get_initrd_fp
0003ca94 t efi_load_file2_initrd
0003cbd8 T console_read_unicode
0003ccd8 T utf8_get
0003cdf4 T utf8_put
0003cedc T utf8_utf16_strnlen
0003cf58 T utf8_utf16_strncpy
0003cfd8 T utf16_put
0003d058 T utf16_get
0003d0ec T utf16_strnlen
0003d15c T utf16_utf8_strnlen
0003d1f0 T utf16_utf8_strncpy
0003d270 T utf_to_lower
0003d2bc T utf_to_upper
0003d300 T u16_strncmp
0003d348 T u16_strsize
0003d378 T u16_strcpy
0003d3ac T u16_strdup
0003d41c T u16_strlcat
0003d4b0 T utf16_to_utf8
0003d5d4 T utf_to_cp
0003d624 T write_smbios_table
0003d780 t smbios_write_type0
0003d8bc t smbios_write_type1
0003da24 t smbios_write_type2
0003db38 t smbios_write_type3
0003dbf8 t smbios_write_type4
0003dce8 t smbios_write_type32
0003dd50 t smbios_write_type127
0003dda0 t smbios_add_string
0003de38 t smbios_add_prop_si
0003de68 T write_sparse_image
0003e514 t default_log
0003e518 T string_to_ip
0003e5b4 T string_to_ip6
0003e838 T string_to_enetaddr
0003e89c T compute_ip_checksum
0003e8e4 T ip_checksum_ok
0003e900 T list_sort
0003eb2c t merge
0003ebc8 T inflate_fast
0003f188 T inflate_table
0003f6d4 T inflateReset
0003f74c T inflateInit2_
0003f84c T zcalloc
0003f854 T zcfree
0003f85c T inflate
00041344 T adler32
00041628 T inflateEnd
00041690 T gzalloc
000416a0 T gzfree
000416a8 T gzip_parse_header
00041740 T gunzip
00041794 T zunzip
000418a0 T ulz4fn
00041eb8 t LZ4_wildCopy
00041f1c T avb_chain_partition_descriptor_validate_and_byteswap
00042210 T avb_sub_cmdline
00042458 T avb_append_options
00042844 t cmdline_append_option
00042930 t cmdline_append_hex
00042980 T avb_new_cmdline_subst_list
00042988 T avb_free_cmdline_subst_list
000429d8 T avb_add_root_digest_substitution
00042a9c t uint64_to_base10
00042b18 T avb_get_algorithm_data
00042b38 T avb_rsa_public_key_header_validate_and_byteswap
00042bd4 T avb_footer_validate_and_byteswap
00042e9c T avb_hashtree_descriptor_validate_and_byteswap
00043524 T avb_property_descriptor_validate_and_byteswap
0004382c T avb_property_lookup
000438a8 t property_lookup_desc_foreach
00043a2c T avb_sha256_init
00043a60 T avb_sha256_update
00043b0c t SHA256_transform
00043ce8 T avb_sha256_final
00043dc8 T avb_slot_verify
00044234 t load_and_verify_vbmeta
000452f0 t has_system_partition
000453e8 t avb_manage_hashtree_error_mode
000455d4 T avb_slot_verify_data_free
000456d4 T avb_slot_verify_data_calculate_vbmeta_digest
000457ec t load_requested_partitions
000459fc t load_and_verify_hash_partition
00045f34 t read_persistent_digest
00046254 t load_full_partition
00046464 T avb_be32toh
0004646c T avb_be64toh
0004647c T avb_safe_memcmp
000464b8 T avb_safe_add_to
00046534 T avb_basename
0004658c T avb_safe_add
000465c0 T avb_validate_utf8
00046658 T avb_str_concat
00046754 T avb_malloc
000467b4 T avb_calloc
000467e4 T avb_strdup
00046828 T avb_strstr
000468a8 T avb_strv_find_str
0004690c T avb_replace
00046ab8 T avb_strdupv
00046c00 T avb_uppercase
00046c34 T avb_bin2hex
00046ca8 T avb_version_string
00046cb4 T avb_descriptor_validate_and_byteswap
00046e08 T avb_descriptor_foreach
000471b8 T avb_descriptor_get_all
00047238 t count_descriptors
0004724c t set_descriptors
00047264 T avb_hash_descriptor_validate_and_byteswap
000475fc T avb_kernel_cmdline_descriptor_validate_and_byteswap
00047810 T avb_rsa_verify
00047d78 t montMul
00047ec8 T avb_sha512_init
00047f10 T avb_sha512_update
00047fbc t SHA512_transform
00048474 T avb_sha512_final
00048574 T avb_memcmp
00048578 T avb_memcpy
0004857c T avb_memset
00048580 T avb_strcmp
00048584 T avb_strncmp
00048588 T avb_strlen
0004858c T avb_abort
00048590 T avb_printv
000485f8 T avb_malloc_
000485fc T avb_free
00048600 T avb_div_by_10
00048630 T avb_vbmeta_image_verify
0004923c T avb_vbmeta_image_header_to_host_byte_order
000499a0 T avb_vbmeta_verify_result_to_string
00049a0c T addBootConfigParameters
00049ac4 T addBootConfigTrailer
00049b74 T fdt_ro_probe_
00049c80 T fdt_header_size
00049cd0 T fdt_check_header
00049f04 T fdt_offset_ptr
00049fdc T fdt_next_tag
0004a13c T fdt_check_node_offset_
0004a17c T fdt_check_prop_offset_
0004a1bc T fdt_next_node
0004a2b4 T fdt_first_subnode
0004a2f0 T fdt_next_subnode
0004a340 T fdt_find_string_
0004a3a4 T fdt_move
0004a414 T fdt_get_string
0004a59c T fdt_get_mem_rsv
0004a608 t fdt_mem_rsv
0004a674 T fdt_num_mem_rsv
0004a6c0 T fdt_subnode_offset_namelen
0004a7c4 T fdt_subnode_offset
0004a7f4 T fdt_path_offset_namelen
0004a904 T fdt_get_alias_namelen
0004a9a0 T fdt_path_offset
0004a9c8 T fdt_get_name
0004aa94 T fdt_first_property_offset
0004aac0 t nextprop_
0004ab20 T fdt_next_property_offset
0004ab4c t fdt_get_property_by_offset_
0004abbc T fdt_get_property_namelen
0004ac20 t fdt_get_property_namelen_
0004acec T fdt_get_property
0004ad2c T fdt_getprop_namelen
0004adbc T fdt_getprop_by_offset
0004ae80 T fdt_getprop
0004aec0 T fdt_supernode_atdepth_offset
0004af84 T fdt_parent_offset
0004afd8 T fdt_node_offset_by_prop_value
0004b098 T fdt_stringlist_contains
0004b120 T fdt_node_check_compatible
0004b188 T fdt_add_mem_rsv
0004b224 t fdt_rw_probe_
0004b2b4 t fdt_splice_mem_rsv_
0004b338 T fdt_del_mem_rsv
0004b3a8 t fdt_splice_struct_
0004b424 T fdt_setprop_placeholder
0004b4ec t fdt_add_property_
0004b718 T fdt_setprop
0004b768 T fdt_delprop
0004b7cc T fdt_add_subnode_namelen
0004b8f0 T fdt_add_subnode
0004b920 T fdt_open_into
0004bb60 t fdt_blocks_misordered_
0004bc40 t fdt_packblocks_
0004bd38 t fdt_splice_
0004be0c T fdt_strerror
0004be54 T fdt_address_cells
0004be80 t fdt_cells
0004becc T fdt_size_cells
0004bee8 T fdtdec_get_srcname
0004bf00 T fdtdec_get_addr_size_fixed
0004bff0 T fdtdec_get_number
0004c024 T fdtdec_get_addr_size_auto_parent
0004c098 T fdtdec_get_is_enabled
0004c0d4 T fdtdec_get_alias_seq
0004c1fc T fdtdec_get_alias_highest_id
0004c2d4 T fdtdec_get_chosen_prop
0004c310 t fdtdec_prepare_fdt
0004c35c T fdtdec_get_bool
0004c37c T fdtdec_locate_byte_array
0004c3b0 T fdt_get_resource
0004c4d0 T fdtdec_setup_mem_size_base
0004c534 T get_next_memory_node
0004c578 T fdtdec_setup_memory_banksize
0004c620 W fdtdec_board_setup
0004c628 T fdtdec_setup
0004c6cc T qsort
0004c7bc T strcmp_compar
0004c7c8 T hcreate_r
0004c880 T hdestroy_r
0004c904 T hmatch_r
0004c9ac T hsearch_r
0004ce88 T hdelete_r
0004cf98 T hexport_r
0004d33c t cmpkey
0004d350 T himport_r
0004d748 t drop_var_from_set
0004d7b4 T hwalk_r
0004d814 t match_string
0004d8ac T display_options_get_banner_priv
0004d954 T display_options_get_banner
0004d964 T display_options
0004d9d4 T print_size
0004db24 T hexdump_line
0004dcd8 T print_buffer
0004ddd4 W __div64_32
0004dee0 T hang
0004def0 T strim
0004df58 T lmb_dump_all
0004df5c T arch_lmb_reserve_generic
0004e008 T lmb_reserve
0004e014 T lmb_init_and_reserve
0004e064 t lmb_reserve_common
0004e120 T lmb_init_and_reserve_range
0004e160 T lmb_free
0004e254 t lmb_remove_region
0004e2ac t lmb_add_region_flags
0004e4a4 T lmb_reserve_flags
0004e4ac T lmb_alloc
0004e4b4 T lmb_alloc_base
0004e4ec T __lmb_alloc_base
0004e634 T lmb_alloc_addr
0004e6c4 T lmb_get_free_size
0004e780 W board_lmb_reserve
0004e784 T slre_compile
0004e8cc t compile
0004ef04 T slre_match
0004efa0 t match
0004f3ac t get_escape_char
0004f43c t quantifier
0004f520 t relocate
0004f57c t loop_greedy
0004f644 t loop_non_greedy
0004f6f8 T strncasecmp
0004f778 T strcasecmp
0004f780 T strcpy
0004f79c T strncpy
0004f7bc T strlcpy
0004f80c T strlen
0004f828 T strcat
0004f854 T strncat
0004f89c T strlcat
0004f8ec T strnlen
0004f924 T strcmp
0004f944 T strncmp
0004f97c T strchr
0004f9a4 T strrchr
0004f9dc T strdup
0004fa30 T strsep
0004faa8 T memmove
0004faf4 T memcmp
0004fb28 T strstr
0004fbc4 T memchr
0004fbec T table_compute_checksum
0004fc10 W get_timer
0004fc28 t tick_to_time
0004fc7c W timer_get_us
0004fc98 T usec_to_tick
0004fd00 W __udelay
0004fd40 T udelay
0004fd70 T uuid_str_valid
0004fe00 T uuid_guid_get_bin
0004fe5c T uuid_guid_get_str
0004fea8 T uuid_str_to_bin
0005000c T uuid_bin_to_str
000500bc T rand
000500dc t panic_finish
00050100 T panic
00050118 T vsnprintf
0005011c t vsnprintf_internal
00050930 T snprintf
0005095c T sprintf
00050998 T printf
000509c8 T vprintf
00050a20 T simple_itoa
00050a68 t string16
00050b8c t string
00050c44 t number
00050f3c t put_dec_trunc
0005103c t put_dec
00051170 T simple_strtoul
00051224 T hextoul
0005122c T dectoul
00051234 T strict_strtoul
000512b8 T simple_strtol
000512e0 T ustrtoul
00051370 T ustrtoull
00051418 T simple_strtoull
000514dc T trailing_strtoln_end
00051568 T trailing_strtol
00051574 T rtc_calc_weekday
00051654 T rtc_mktime
00051720 T rtc_month_days
00051794 T rtc_to_tm
000519c8 T arp_init
00051a1c T arp_raw_request
00051ae8 T arp_request
00051b6c T arp_timeout_check
00051c08 T arp_is_waiting
00051c20 T arp_receive
00051e50 T bootp_reset
00051e98 T bootp_request
000521c8 t bootp_timeout_handler
00052238 t bootp_handler
0005263c t eth_get_uclass_priv
00052670 T eth_set_current_to_next
000526ac T eth_get_dev
0005271c T eth_set_dev
00052768 T eth_get_dev_by_name
00052860 T eth_get_ethaddr
00052888 T eth_halt_state_only
000528b4 T eth_get_dev_index
000528d8 t on_ethaddr
00052960 T eth_init
00052a70 T eth_halt
00052ac8 T eth_send
00052b34 T eth_rx
00052c20 T eth_initialize
00052d68 t eth_write_hwaddr
00052e34 t eth_post_bind
00052e78 t eth_pre_unbind
00052ea4 t eth_post_probe
000530e4 t eth_pre_remove
00053120 T eth_env_get_enetaddr_by_index
0005316c T eth_env_set_enetaddr_by_index
000531b8 T eth_common_init
000531bc T eth_mac_skip
00053204 T eth_current_changed
000532bc T eth_get_name
000532e4 T eth_try_another
00053364 T eth_set_current
000533f0 T ndisc_request
00053584 T ndisc_timeout_check
0005361c T ndisc_init
0005368c T ndisc_receive
000538e4 t on_ipaddr
00053910 t on_gatewayip
0005393c t on_netmask
00053968 t on_serverip
00053994 t on_nvlan
000539f0 t on_vlan
00053a4c T net_auto_load
00053ab0 t net_check_prereq
00053cc8 T net_init
00053d84 t net_init_loop
00053e08 T net_loop
00054168 T net_start_again
000542e8 T net_set_timeout_handler
00054350 t start_again_timeout_handler
00054364 T net_set_udp_handler
00054384 T net_get_udp_handler
00054394 t dummy_handler
00054398 T net_get_arp_handler
000543a8 T net_get_async_tx_pkt_buf
000543d0 T net_send_udp_packet
00054404 T net_send_ip_packet
000545b0 T net_send_tcp_packet
00054604 T net_set_ether
000546a0 T net_set_udp_header
00054740 T net_set_ip_header
00054808 T net_process_received_packet
00054af4 t receive_icmp
00054b30 T net_eth_hdr_size
00054b54 T net_update_ether
00054be8 T copy_filename
00054c54 T net_parse_bootfile
00054ce4 T ip_to_string
00054d24 t on_ip6addr
00054dc0 t on_gatewayip6
00054df4 t on_serverip6
00054e28 T ip6_is_unspecified_addr
00054ebc T ip6_is_our_addr
00054f04 T ip6_make_eui
00054f48 T ip6_make_lladdr
00054f9c T ip6_make_snma
00054fec T ip6_make_mult_ethdstaddr
00055008 T ip6_addr_in_subnet
00055068 T csum_partial
0005513c T csum_ipv6_magic
000552d4 T ip6_add_hdr
00055340 T udp6_add_hdr
000553e4 T net_send_ip_packet6
00055640 T net_send_udp_packet6
00055674 T net_send_tcp_packet6
000556c0 T net_ip6_handler
0005592c T ping_start
00055a58 t ping_timeout_handler
00055a74 T ping_receive
00055bb0 T ip6_make_ping
00055c78 T ping6_send
00055d00 T ping6_start
00055d30 t ping6_timeout
00055d4c T ping6_receive
00055db4 T tftp_start
0005634c t tftp_timeout_handler
000563d4 t tftp_handler
00056838 t tftp_send
00056aec t update_block_number
00056bb4 t tftp_complete
00056c68 T fastboot_udp_start_server
00056cd4 t fastboot_timed_send_info
00056e28 t fastboot_handler
00056f90 t fastboot_send
000572b4 T fastboot_tcp_start_server
00057314 t fastboot_tcp_reset_state
000573ec t fastboot_tcp_handler_ipv4
00057440 t fastboot_tcp_handler_ipv6
00057494 t fastboot_tcp_handler
000578a8 t fastboot_tcp_reset
000578d8 t fastboot_tcp_send_packet
00057948 t fastboot_tcp_answer
000579f4 t fastboot_tcp_send_message
00057a88 T udp_prereq
00057aac T udp_start
00057ac4 T tcp_set_tcp_state
00057ad4 T tcp_set_tcp_handler
00057af4 t dummy_handler
00057af8 T tcp_set_pseudo_header
00057b78 T net_set_ack_options
00057de8 T tcp_sent_state_machine
00057e94 T net_set_tcp_header_common
0005805c T net_set_tcp_header
000580e4 T tcp_hole
000582ac T tcp_parse_options
00058310 T tcp_state_machine
000585c0 T rxhand_tcp_f
000588b8 T net_set_tcp_handler6
000588d8 t dummy_handler
000588dc T net_set_tcp_header6
00058974 T rxhand_tcp6
00058bc0 T __aeabi_uidiv
00058bc0 T __udivsi3
00058c5c T __aeabi_idiv
00058c5c T __divsi3
00058d28 T __aeabi_uidivmod
00058d40 T __aeabi_idivmod
00058d58 t Ldiv0
00058d68 T __aeabi_uldivmod
00058d90 t L_div_64_64
00058da0 t L_lsl_4
00058dcc t L_lsl_1
00058df8 t L_subtract
00058e14 t L_update
00058e38 t L_exit
00058e4c t L_div_32_32
00058e64 t L_pow2
00058ed4 t L_div_by_0
00058eec T __div0
00058f40 r ROOT
00058f58 r block_io_disk_template
00058fb8 r efi_file_handle_protocol
00058ff8 R efi_u_boot_guid
00059008 r sha512_h0
00059048 r sha512_k
000593c0 R avb_pubkey_size
000593c4 r baudrate_table
000593d8 r blk_part_ops
000593e8 r boot_os
00059430 r color
00059470 r commands
00059508 r env_flags_varaccess_mask
00059558 r LZ4_decompress_generic.inc32table
00059578 r LZ4_decompress_generic.dec64table
00059598 r sha256_h0
000595b8 r driver_ops
000595c8 r efi_blk_ops
000595d8 R efi_block_io_guid
000595e8 R efi_device_path_to_text
000595f0 R efi_device_path_utilities
00059610 R efi_file_info_guid
00059620 R efi_file_system_info_guid
00059630 R efi_global_variable_guid
00059640 R efi_guid_bootmenu_auto_generated
00059650 R efi_guid_device_path
00059660 R efi_guid_device_path_to_text_protocol
00059670 R efi_guid_device_path_utilities_protocol
00059680 R efi_guid_driver_binding_protocol
00059690 R efi_guid_dt_fixup_protocol
000596a0 R efi_guid_event_group_before_exit_boot_services
000596b0 R efi_guid_event_group_exit_boot_services
000596c0 R efi_guid_event_group_memory_map_change
000596d0 R efi_guid_event_group_reset_system
000596e0 R efi_guid_fdt
000596f0 R efi_guid_hii_database_protocol
00059700 R efi_guid_hii_string_protocol
00059710 R efi_guid_image_security_database
00059720 R efi_guid_load_file2_protocol
00059730 R efi_guid_load_file_protocol
00059740 R efi_guid_loaded_image
00059750 R efi_guid_loaded_image_device_path
00059760 R efi_guid_rng_protocol
00059770 R efi_guid_text_input_ex_protocol
00059780 R efi_guid_text_input_protocol
00059790 R efi_guid_text_output_protocol
000597a0 R efi_guid_unicode_collation_protocol2
000597b0 R efi_guid_virtio_dev
000597c0 R efi_hii_database
000597ec R efi_hii_string
00059800 R efi_lf2_initrd_guid
00059810 r efi_lf2_protocol
00059814 r efi_net_guid
00059824 r efi_pxe_base_code_protocol_guid
00059834 r efi_rng_protocol
0005983c r efi_rt_properties_table_guid
0005984c R efi_simple_file_system_protocol_guid
0005985c R efi_system_partition_guid
0005986c R efi_system_volume_label_id
0005987c R efi_unicode_collation_protocol2
00059898 r fastboot_boot.bootm_args
000598a4 r fastboot_set_reboot_flag.commands
000598b4 r fastboot_set_reboot_flag.recovery
000598c4 r fdt_errtable
00059914 r fdt_src_name
00059928 r feature
0005992c r feature
00059930 r feature_legacy
00059934 r fields
00059944 r fstypes
000599cc r getvar_dispatch
00059a2c r init_sequence_f
00059ae8 r list_guid
00059b9c r maintenance_menu_items
00059bd8 r month_offset
00059c08 r name_type
00059c68 R op_adv
00059d68 r op_table
00059dd0 r partition_basic_data_guid
00059de0 r pci_bridge_ids
00059df0 r pci_bridge_ops
00059df8 r pci_generic_ecam_ids
00059e10 r pci_generic_ecam_ops
00059e18 r pci_generic_ids
00059e28 r pl01x_serial_id
00059e40 r pl01x_serial_ops
00059e64 r pl031_ids
00059e74 r pl031_ops
00059e90 r psci_of_match
00059eb0 r qfw_bootdev_ids
00059ec0 r qfw_bootmeth_ids
00059ed0 r qfw_mmio_ids
00059ee0 r reserved_list
00059f64 r sha256_k
0005a064 r shim_lock_guid
0005a074 R smbios_guid
0005a084 r smbios_write_funcs
0005a0bc r machines
0005a0cc r system_guid
0005a0dc r uclass_idname_str
0005a134 r uimage_comp
0005a194 r uimage_os
0005a230 r uimage_type
0005a434 r virtio_blk_ops
0005a444 r virtio_bootdev_ids
0005a454 r virtio_console_serial_ops
0005a478 r virtio_drv_name
0005a48c r virtio_mmio_ids
0005a49c r virtio_mmio_ops
0005a4c8 r virtio_net_ops
0005a4ec r virtio_pci_ops
0005a518 r weekdays
0005a534 R END
0005a538 r capitalization_table
0005b408 R codepage_437
0005b508 r distfix
0005b588 r dp_lf2_handle
0005b5a0 r inflate.order
0005b5c6 r inflate_table.dbase
0005b606 r inflate_table.dext
0005b646 r inflate_table.lbase
0005b684 r inflate_table.lext
0005b6c2 r lenfix
0005c03a r LONG_ONLY_CHARS
0005c041 R _ctype
0005c141 r android_bootloader_boot_flow.km_name
0005c152 R avb_pubkey
0005c55b r number.digits
0005c56b R default_environment
0005c715 r env_flags_varaccess_rep
0005c71a r env_flags_vartype_rep
0005c721 r erase_seq
0005c725 r extract_keymint_relevant_data.boot_patchlevel_key
0005c74b r extract_keymint_relevant_data.system_patchlevel_key
0005c773 r extract_keymint_relevant_data.system_version_key
0005c797 r extract_keymint_relevant_data.vendor_patchlevel_key
0005c7bf R hex_asc
0005c7d0 r illegal
0005c7e1 R net_bcast_ethaddr
0005c7e7 R net_null_addr_ip6
0005c7f7 R net_null_ethaddr
0005c7fd r padding_RSA2048_SHA256
0005c8dd r padding_RSA2048_SHA512
0005c99d r padding_RSA4096_SHA256
0005cb7d r padding_RSA4096_SHA512
0005cd3d r padding_RSA8192_SHA256
0005d11d r padding_RSA8192_SHA512
0005d4dd r print_size.names
0005d4e3 r rtc_days_in_month
0006ae5d r tab_seq
0006ae66 R version_string
0006aec8 D image_load_addr
0006aecc d qfw_bootmeth_ops
0006aee4 d bootm_help_text
0006b274 d cmd_bootm_sub
0006b370 d source_help_text
0006b398 d partition
0006b39c d cmd_bcb_sub
0006b444 d bootefi_help_text
0006b555 d bootz_help_text
0006b760 d default_tm
0006b784 d dm_help_text
0006b8f8 d dm_subcmds
0006b9a0 D eficonfig_menu_desc
0006b9a4 d select_file_menu_items
0006b9c8 d cmd_net
0006b9e4 d fwcfg_commands
0006ba38 d fastboot_help_text
0006baf4 d cmd_avb
0006bbf0 d env_id
0006bbf4 d env_help_text
0006bdc4 d cmd_env_sub
0006be88 d init_sequence_r
0006bf08 d hist_cur
0006bf0c d av_
0006c314 d trim_threshold
0006c318 d sbrk_base
0006c31c D stdio_names
0006c328 d _stats
0006c33c d block_cache
0006c344 d root_info
0006c34c d psci_sysreset_ops
0006c358 d virtio_pci_supported
0006ca74 D qfw_bootdev_ops
0006ca78 d qfw_mmio_ops
0006ca80 D env_htab
0006ca90 D efi_obj_list
0006ca98 D efi_event_queue
0006caa0 D efi_register_notify_events
0006caa8 d entry_count
0006cab0 d efi_boot_services
0006cb78 d efi_tpl
0006cb7c d efi_cout_modes
0006cba0 d efi_con_mode
0006cbb8 D efi_con_out
0006cbe0 D efi_con_in
0006cbec d efi_con_in_ex
0006cc04 d cin_notify_functions
0006cc10 D efi_dt_fixup_prot
0006cc20 d efi_package_lists
0006cc28 d efi_keyboard_layout_list
0006cc30 D efi_mem
0006cc38 D efi_obj_list_initialized
0006cc3c D efi_system_partition
0006cc48 d algorithm_data
0006cc9c d y
0006cca0 D net_our_vlan
0006cca2 D net_native_vlan
0006cca4 D tftp_timeout_count_max
0006cca8 d tftp_block_size_option
0006ccaa d tftp_window_size_option
0006ccac d timeout_ms
0006ccb0 d timeout_count_max
0006ccb4 d tftp_block_size
0006ccb6 d sequence_number
0006ccb8 d fastboot_send.cmd
0006ccc8 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
0006ccd8 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
0006cce8 D _u_boot_list_2_cmd_2_ab_select
0006cce8 d complete_cmdv.start
0006cce8 d complete_cmdv.start.17
0006cce8 d do_help.start
0006cce8 d do_help.start.6
0006cce8 d find_cmd.start
0006cce8 d find_cmd.start.2
0006cd04 D _u_boot_list_2_cmd_2_avb
0006cd20 D _u_boot_list_2_cmd_2_bcb
0006cd3c D _u_boot_list_2_cmd_2_boot
0006cd58 D _u_boot_list_2_cmd_2_boot_android
0006cd74 D _u_boot_list_2_cmd_2_bootd
0006cd90 D _u_boot_list_2_cmd_2_bootefi
0006cdac D _u_boot_list_2_cmd_2_bootm
0006cdc8 D _u_boot_list_2_cmd_2_bootp
0006cde4 D _u_boot_list_2_cmd_2_bootz
0006ce00 D _u_boot_list_2_cmd_2_date
0006ce1c D _u_boot_list_2_cmd_2_dm
0006ce38 D _u_boot_list_2_cmd_2_echo
0006ce54 D _u_boot_list_2_cmd_2_eficonfig
0006ce70 D _u_boot_list_2_cmd_2_env
0006ce8c D _u_boot_list_2_cmd_2_exit
0006cea8 D _u_boot_list_2_cmd_2_false
0006cec4 D _u_boot_list_2_cmd_2_fastboot
0006cee0 D _u_boot_list_2_cmd_2_fatinfo
0006cefc D _u_boot_list_2_cmd_2_fatload
0006cf18 D _u_boot_list_2_cmd_2_fatls
0006cf34 D _u_boot_list_2_cmd_2_fatmkdir
0006cf50 D _u_boot_list_2_cmd_2_fatrm
0006cf6c D _u_boot_list_2_cmd_2_fatsize
0006cf88 D _u_boot_list_2_cmd_2_fatwrite
0006cfa4 D _u_boot_list_2_cmd_2_fstype
0006cfc0 D _u_boot_list_2_cmd_2_fstypes
0006cfdc D _u_boot_list_2_cmd_2_gpt
0006cff8 D _u_boot_list_2_cmd_2_help
0006d014 D _u_boot_list_2_cmd_2_itest
0006d030 D _u_boot_list_2_cmd_2_ln
0006d04c D _u_boot_list_2_cmd_2_load
0006d068 D _u_boot_list_2_cmd_2_ls
0006d084 D _u_boot_list_2_cmd_2_net
0006d0a0 D _u_boot_list_2_cmd_2_panic
0006d0bc D _u_boot_list_2_cmd_2_part
0006d0d8 D _u_boot_list_2_cmd_2_ping
0006d0f4 D _u_boot_list_2_cmd_2_ping6
0006d110 D _u_boot_list_2_cmd_2_printenv
0006d12c D _u_boot_list_2_cmd_2_qfw
0006d148 D _u_boot_list_2_cmd_2_question_mark
0006d164 D _u_boot_list_2_cmd_2_read
0006d180 D _u_boot_list_2_cmd_2_reset
0006d19c D _u_boot_list_2_cmd_2_run
0006d1b8 D _u_boot_list_2_cmd_2_save
0006d1d4 D _u_boot_list_2_cmd_2_setenv
0006d1f0 D _u_boot_list_2_cmd_2_setexpr
0006d20c D _u_boot_list_2_cmd_2_showvar
0006d228 D _u_boot_list_2_cmd_2_size
0006d244 D _u_boot_list_2_cmd_2_sleep
0006d260 D _u_boot_list_2_cmd_2_source
0006d27c D _u_boot_list_2_cmd_2_test
0006d298 D _u_boot_list_2_cmd_2_tftpboot
0006d2b4 D _u_boot_list_2_cmd_2_true
0006d2d0 D _u_boot_list_2_cmd_2_verified_boot_android
0006d2ec D _u_boot_list_2_cmd_2_version
0006d308 D _u_boot_list_2_cmd_2_virtio
0006d324 D _u_boot_list_2_driver_2_blk_partition
0006d324 d complete_cmdv.end
0006d324 d dm_dump_driver_compat.start
0006d324 d dm_dump_driver_compat.start.5
0006d324 d dm_dump_drivers.start
0006d324 d dm_dump_drivers.start.12
0006d324 d do_help.end
0006d324 d efi_driver_init.start
0006d324 d find_cmd.end
0006d324 d fix_drivers.start
0006d324 d fix_drivers.start.1
0006d324 d lists_bind_fdt.start
0006d324 d lists_bind_fdt.start.3
0006d324 d lists_driver_lookup_name.start
0006d324 d lists_driver_lookup_name.start.1
0006d368 D _u_boot_list_2_driver_2_bootmeth_qfw
0006d3ac D _u_boot_list_2_driver_2_efi_blk
0006d3f0 D _u_boot_list_2_driver_2_efi_block
0006d434 D _u_boot_list_2_driver_2_pci_bridge_drv
0006d478 D _u_boot_list_2_driver_2_pci_generic_drv
0006d4bc D _u_boot_list_2_driver_2_pci_generic_ecam
0006d500 D _u_boot_list_2_driver_2_psci
0006d544 D _u_boot_list_2_driver_2_psci_sysreset
0006d588 D _u_boot_list_2_driver_2_qfw_bootdev
0006d5cc D _u_boot_list_2_driver_2_qfw_mmio
0006d610 D _u_boot_list_2_driver_2_root_driver
0006d654 D _u_boot_list_2_driver_2_rtc_pl031
0006d698 D _u_boot_list_2_driver_2_serial_pl01x
0006d6dc D _u_boot_list_2_driver_2_virtio_blk
0006d720 D _u_boot_list_2_driver_2_virtio_bootdev
0006d764 D _u_boot_list_2_driver_2_virtio_console
0006d7a8 D _u_boot_list_2_driver_2_virtio_mmio
0006d7ec D _u_boot_list_2_driver_2_virtio_net
0006d830 D _u_boot_list_2_driver_2_virtio_pci_modern
0006d874 D _u_boot_list_2_env_clbk_2_baudrate
0006d874 d bind_drivers_pass.end
0006d874 d bind_drivers_pass.start
0006d874 d bind_drivers_pass.start.14
0006d874 d dm_dump_driver_compat.end
0006d874 d dm_dump_drivers.end
0006d874 d dm_dump_static_driver_info.end
0006d874 d dm_dump_static_driver_info.start
0006d874 d dm_dump_static_driver_info.start.20
0006d874 d efi_driver_init.end
0006d874 d find_env_callback.start
0006d874 d find_env_callback.start.3
0006d874 d fix_devices.end
0006d874 d fix_devices.start
0006d874 d fix_devices.start.3
0006d874 d fix_drivers.end
0006d874 d lists_bind_fdt.end
0006d874 d lists_driver_lookup_name.end
0006d87c D _u_boot_list_2_env_clbk_2_callbacks
0006d884 D _u_boot_list_2_env_clbk_2_console
0006d88c D _u_boot_list_2_env_clbk_2_ethaddr
0006d894 D _u_boot_list_2_env_clbk_2_flags
0006d89c D _u_boot_list_2_env_clbk_2_gatewayip
0006d8a4 D _u_boot_list_2_env_clbk_2_gatewayip6
0006d8ac D _u_boot_list_2_env_clbk_2_ip6addr
0006d8b4 D _u_boot_list_2_env_clbk_2_ipaddr
0006d8bc D _u_boot_list_2_env_clbk_2_loadaddr
0006d8c4 D _u_boot_list_2_env_clbk_2_netmask
0006d8cc D _u_boot_list_2_env_clbk_2_nvlan
0006d8d4 D _u_boot_list_2_env_clbk_2_serverip
0006d8dc D _u_boot_list_2_env_clbk_2_serverip6
0006d8e4 D _u_boot_list_2_env_clbk_2_vlan
0006d8ec D _u_boot_list_2_env_driver_2_nowhere
0006d8ec d _env_driver_lookup.start
0006d8ec d _env_driver_lookup.start.11
0006d8ec d env_select.start
0006d8ec d env_select.start.8
0006d8ec d find_env_callback.end
0006d904 D _u_boot_list_2_part_driver_2_a_efi
0006d904 d _env_driver_lookup.end
0006d904 d do_part_types.start
0006d904 d do_part_types.start.19
0006d904 d env_select.end
0006d904 d event_show_spy_list.end
0006d904 d event_show_spy_list.start
0006d904 d event_show_spy_list.start.3
0006d904 d fit_loadable_process.start
0006d904 d fit_loadable_process.start.27
0006d904 d notify_static.end
0006d904 d notify_static.start
0006d904 d notify_static.start.10
0006d904 d part_driver_get_count.start
0006d904 d part_driver_get_first.start
0006d904 d part_driver_lookup_type.start
0006d904 d part_driver_lookup_type.start.43
0006d904 d part_init.start
0006d904 d part_init.start.18
0006d91c D _u_boot_list_2_part_driver_2_dos
0006d934 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
0006d934 d do_part_types.end
0006d934 d part_driver_get_count.end
0006d934 d part_driver_lookup_type.end
0006d934 d part_init.end
0006d934 d pci_find_and_bind_driver.start
0006d934 d pci_find_and_bind_driver.start.14
0006d93c D _u_boot_list_2_uclass_driver_2_blk
0006d93c d fix_uclass.start
0006d93c d fix_uclass.start.2
0006d93c d lists_uclass_lookup.start
0006d93c d lists_uclass_lookup.start.2
0006d93c d pci_find_and_bind_driver.end
0006d984 D _u_boot_list_2_uclass_driver_2_efi
0006d9cc D _u_boot_list_2_uclass_driver_2_ethernet
0006da14 D _u_boot_list_2_uclass_driver_2_firmware
0006da5c D _u_boot_list_2_uclass_driver_2_nop
0006daa4 D _u_boot_list_2_uclass_driver_2_partition
0006daec D _u_boot_list_2_uclass_driver_2_pci
0006db34 D _u_boot_list_2_uclass_driver_2_pci_generic
0006db7c D _u_boot_list_2_uclass_driver_2_qfw
0006dbc4 D _u_boot_list_2_uclass_driver_2_rng
0006dc0c D _u_boot_list_2_uclass_driver_2_root
0006dc54 D _u_boot_list_2_uclass_driver_2_rtc
0006dc9c D _u_boot_list_2_uclass_driver_2_serial
0006dce4 D _u_boot_list_2_uclass_driver_2_sysreset
0006dd2c D _u_boot_list_2_uclass_driver_2_virtio
0006dd74 D __efi_runtime_rel_start
0006dd74 d fix_uclass.end
0006dd74 d lists_uclass_lookup.end
0006de74 ? __bss_base
0006de74 ? __bss_start
0006de74 B images
0006de74 R __efi_runtime_rel_stop
0006de74 R __image_copy_end
0006de74 R __rel_dyn_start
0006e0c8 b get_console.console
0006e0cc b block
0006e0d0 b partition_data
0006e180 b bcb
0006e980 b image_addr
0006e984 b image_size
0006e988 b bootefi_device_path
0006e98c b bootefi_image_path
0006e990 b avail_row
0006e994 b eficonfig_init.init
0006e998 b cin
0006e99c b cout
0006e9a0 b qfw_dev
0006e9a4 b virtio_curr_dev
0006e9a8 b avb_ops
0006e9ac b top_vars
0006e9b0 b last_return_code
0006e9b4 b get_dollar_var.buf
0006e9dc b flag_repeat
0006e9e0 b ifs
0006e9e4 b map
0006eae4 b do_repeat
0006eae5 b get_user_input.the_command
0006ece8 b stored_bootdelay
0006ecec B monitor_flash_len
0006ecf0 B console_buffer
0006eef4 b cli_readline_into_buffer.initted
0006eef8 b hist_max
0006eefc b hist_add_idx
0006ef00 b hist_num
0006ef04 b hist_lines
00071718 b hist_list
00071768 b ctrlc_disabled
0007176c b ctrlc_was_pressed
00071770 B mem_malloc_start
00071774 B mem_malloc_end
00071778 B mem_malloc_brk
0007177c b top_pad
00071780 b current_mallinfo.0
00071784 b max_sbrked_mem
00071788 b max_total_mem
0007178c B stdio_devices
00071798 b devs
000717e8 b env_complete_buf
000719e8 b tmp_buf
00071bf0 b sector_buf
000791ac A _image_binary_end
000791ac R __rel_dyn_end
000791ac R _end
00171bf0 b print_efiname.name
00171c18 B virtio_bootdev_ops
00171c1c b virtio_pci_bind.num_devs
00171c20 B fastboot_progress_callback
00171c24 b fastboot_boot.boot_addr_start
00171c38 B fastboot_buf_addr
00171c3c B fastboot_buf_size
00171c40 b fastboot_bytes_expected
00171c44 b fastboot_bytes_received
00171c48 b image_size
00171c4c b first_call
00171c50 b flags_list
00171c54 b first_call
00171c58 b callback_list
00171c5c b fs_type
00171c60 b fs_dev_desc
00171c64 b fs_partition
00171d00 b fs_dev_part
00171d04 b cur_dev
00171d08 b cur_part_info
00171da4 b total_sector
00171da8 b get_set_cluster.tmpbuf_cluster
00171dac b bs
00171db0 b rs
00171db4 b efi_gd
00171db8 b app_gd
00171dbc b timers_enabled
00171dc0 b current_image
00171dc4 B efi_st_keep_devices
00171dc8 b efi_get_next_monotonic_count.mono
00171dd0 b uart_obj
00171de8 b console_timer_event
00171dec b key_available
00171df0 b next_key
00171dfc B efi_memory_map_key
00171e00 B efi_root
00171e04 b efi_runtime_relocate.lastoff
00171e08 b watchdog_timer_event
00171e0c b dhcp_ack
00171e10 b netobj
00171e14 b transmit_buffer
00171e18 b receive_buffer
00171e1c b receive_lengths
00171e20 b wait_for_packet
00171e24 b network_timer_event
00171e28 b rx_packet_num
00171e2c b new_tx_packet
00171e30 b rx_packet_idx
00171e34 b efi_initrd_handle
00171e38 B errno
00171e3c b local_toa
00171e54 B arp_wait_packet_ethaddr
00171e58 B net_arp_wait_packet_ip
00171e5c b net_arp_wait_reply_ip.0
00171e60 B arp_wait_tx_packet_size
00171e64 b arp_tx_packet_buf
001724a4 B arp_tx_packet
001724a8 B arp_wait_timer_start
001724ac B arp_wait_try
001724b0 B net_nis_domain
001724d0 B net_hostname
001724f0 B net_root_path
00172530 B bootp_num_ids
00172534 B bootp_try
00172538 B bootp_start
0017253c B bootp_timeout
00172540 b time_taken_max
00172544 B bootp_ids
00172554 b eth_errno
00172558 b eth_try_another.first_failed
0017255c b eth_set_current.act
00172560 b eth_set_current.env_changed_id
00172568 B net_nd_sol_packet_ip6
00172578 B net_nd_timer_start
0017257c B net_nd_try
00172580 B net_nd_packet_mac_out
00172584 B net_nd_tx_packet
00172588 B net_nd_tx_packet_size
0017258c b net_nd_packet_buf
00172bd0 b net_nd_rep_packet_ip6
00172be0 B push_packet
00172be4 b net_init.first_call
00172be5 b net_pkt_buf
00174a28 B net_tx_packet
00174a2c B net_rx_packets
00174a3c B net_state
00174a40 b net_restarted
00174a44 b net_dev_exists
00174a48 b net_try_count
00174a4c B net_boot_file_size
00174a50 B net_ip
00174a54 b time_start
00174a58 b time_handler
00174a5c b time_delta
00174a60 B net_restart_wrap
00174a64 b udp_packet_handler
00174a68 b arp_packet_handler
00174a6c B net_server_ethaddr
00174a74 B net_server_ip
00174a78 B net_rx_packet
00174a7c B net_rx_packet_len
00174a80 B net_ethaddr
00174a88 b net_ip_id
00174a8c B net_boot_file_name
00174e8c B net_netmask
00174e90 B net_gateway
00174e94 B net_dns_server
00174e98 B net_boot_file_name_explicit
00174e9c B net_boot_file_expected_size_in_blocks
00174ea0 B net_gateway6
00174eb0 B net_ip6
00174ec0 B net_link_local_ip6
00174ed0 B net_server_ip6
00174ee0 B net_prefix_length
00174ee4 B use_ip6
00174ee8 B net_ping_ip
00174eec b ping_seq_number
00174eee b seq_no
00174ef0 B net_ping_ip6
00174f00 b saved_tftp_block_size_option
00174f08 b tftp_remote_ip6
00174f18 b tftp_remote_ip
00174f1c b tftp_filename
00174f9c b default_filename
00174fac b tftp_load_addr
00174fb0 b tftp_state
00174fb4 b time_start
00174fb8 b tftp_remote_port
00174fbc b timeout_count
00174fc0 b tftp_our_port
00174fc4 b tftp_cur_block
00174fc8 b tftp_windowsize
00174fca b tftp_last_nack
00174fcc b tftp_load_size
00174fd0 b tftp_next_ack
00174fd4 b tftp_prev_block
00174fd8 b tftp_block_wrap
00174fdc b tftp_block_wrap_offset
00174fe0 b fastboot_our_port
00174fe4 b fastboot_timed_send_info.start
00174fe8 b last_packet_len
00174fec b last_packet
001753ec b fastboot_remote_ip.0
001753f0 b fastboot_remote_port
001753f4 b fastboot_send.command
00175435 b fastboot_send.pending_command
00175438 b state
0017543c b command
0017547d b response
001754c0 b curr_header_buffer
001754c8 b curr_sport
001754ca b curr_dport
001754cc b curr_tcp_seq_num
001754d0 b curr_tcp_ack_num
001754d4 b curr_request_len
001754d8 b curr_chunk_size
001754e0 b curr_chunk_downloaded
001754e8 b curr_header_downloaded
001754f0 b command_handled_id
001754f4 b command_handled_success
001754f5 b is_ipv6
001754f8 b ip_header_size
001754fc b udp_ops
00175500 b current_tcp_state
00175504 b tcp_packet_handler
00175508 b loc_timestamp
0017550c b rmt_timestamp
00175510 b tcp_lost
00175534 b tcp_activity_count
00175538 b tcp_ack_edge
0017553c b prev_len
00175540 b sack_idx
00175544 b edge_a
001756c4 b tcp6_packet_handler
001756c8 ? __bss_end
001756c8 B __bss_limit