summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_aarch64/System.map
blob: 39184dd403c65e62f46a00e47e7ff45f2e72e334 (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
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 invoke_psci_fn
0000000000000284 T efi_reset_system
00000000000002b8 T efi_memcpy_runtime
00000000000002d0 T efi_update_table_header_crc32
0000000000000308 W efi_get_time
0000000000000310 W efi_set_time
0000000000000318 T efi_convert_pointer
00000000000003b0 t efi_unimplemented
00000000000003b8 t efi_update_capsule_unsupported
00000000000003c0 t efi_query_capsule_caps_unsupported
00000000000003c8 t efi_set_virtual_address_map_runtime
00000000000003d0 t efi_convert_pointer_runtime
00000000000003d8 T efi_runtime_detach
0000000000000430 T efi_runtime_relocate
0000000000000580 T efi_get_variable_runtime
00000000000005b4 T efi_get_next_variable_name_runtime
00000000000005b8 T efi_var_mem_find
00000000000006d0 t efi_var_mem_compare
000000000000076c T efi_var_mem_del
0000000000000804 T efi_var_mem_ins
0000000000000930 T efi_var_mem_free
000000000000094c t efi_var_mem_notify_virtual_address_map
0000000000000974 T efi_get_variable_mem
0000000000000a38 T efi_get_next_variable_name_mem
0000000000000b18 T efi_get_variable_int
0000000000000b1c T efi_get_next_variable_name_int
0000000000000b20 t efi_set_variable_runtime
0000000000000b28 t efi_query_variable_info_runtime
0000000000000b30 T u16_strnlen
0000000000000b60 T crc32_no_comp
0000000000000c34 T crc32
0000000000000c50 t crc_table
0000000000001050 T psci_method
0000000000001058 T efi_events
0000000000001068 T systab
00000000000010e0 t firmware_vendor
00000000000010f8 T efi_runtime_mmio
0000000000001108 T efi_runtime_services
0000000000001190 t efi_virtmap
0000000000001198 t efi_descriptor_count
00000000000011a0 t efi_descriptor_size
00000000000011a8 t efi_var_buf
00000000000011b0 t efi_current_var
00000000000011b8 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
0000000000001988 W get_page_table_size
0000000000001a44 T setup_pgtables
0000000000001b54 t create_table
0000000000001be4 W mmu_setup
0000000000001cd0 t setup_all_pgtables
0000000000001d5c t apply_cmo_to_mappings
0000000000001db0 T invalidate_dcache_range
0000000000001db4 T flush_dcache_range
0000000000001db8 T dcache_enable
0000000000001e80 T dcache_disable
0000000000001f1c T icache_enable
0000000000001f98 T invalidate_icache_all
0000000000001fac t count_range
0000000000002068 t map_range
0000000000002170 t __cmo_on_leaves
00000000000022bc T __asm_invalidate_l3_icache
00000000000022c4 T __asm_flush_l3_dcache
00000000000022cc T __asm_flush_dcache_range
00000000000022fc T __asm_invalidate_dcache_range
000000000000232c T __asm_invalidate_icache_all
0000000000002800 T vectors
0000000000002810 t _exception_entry
0000000000002890 t _save_el_regs
000000000000290c t exception_exit
0000000000002990 t _restore_regs
0000000000002b90 T switch_to_non_secure_mode
0000000000002be8 t entry_non_secure
0000000000002c10 T __asm_invalidate_tlb_all
0000000000002c58 T armv8_switch_to_el2
0000000000002ce8 W armv8_el2_to_aarch32
0000000000002cf0 T _main
0000000000002d58 t relocation_return
0000000000002d64 t clear_loop
0000000000002d90 T setjmp
0000000000002db8 T longjmp
0000000000002de4 T relocate_code
0000000000002e18 t copy_loop
0000000000002e3c t fixloop
0000000000002e5c t fixnext
0000000000002e64 t relocate_done
0000000000002eb4 T arch_fixup_fdt
0000000000002ec0 W board_quiesce_devices
0000000000002ec4 W board_prep_linux
0000000000002ec8 W update_os_arch_secondary_cores
0000000000002ecc T do_bootm_linux
0000000000002f2c t boot_prep_linux
0000000000002f84 t boot_jump_linux
0000000000003040 T booti_setup
00000000000030fc T bootz_setup
00000000000031c0 T 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
000000000000346c T do_irq
00000000000034ac T do_fiq
00000000000034ec W do_error
000000000000352c W flush_cache
0000000000003534 T arch_reserve_mmu
0000000000003538 W arm_reserve_mmu
00000000000035a8 T board_init
00000000000035b0 T board_late_init
000000000000363c T board_fdt_blob_setup
000000000000364c T dram_init
000000000000366c T dram_init_banksize
0000000000003684 T enable_caches
0000000000003698 T bootm_find_images
00000000000037ec T bootm_disable_interrupts
0000000000003804 T do_bootm_states
0000000000003e38 W arch_preboot_os
0000000000003e3c W board_preboot_os
0000000000003e40 T boot_selected_os
0000000000003eac T bootm_os_get_boot_func
0000000000003ebc t do_bootm_standalone
0000000000003f18 T image_multi_getimg
0000000000003f94 T image_decomp_type
0000000000003ff4 T image_decomp
0000000000004180 T genimg_get_os_name
00000000000041c4 T genimg_get_comp_name
0000000000004208 t on_loadaddr
000000000000423c T env_get_bootm_low
0000000000004274 T env_get_bootm_size
000000000000430c T env_get_bootm_mapsize
000000000000433c T memmove_wd
000000000000434c T genimg_get_kernel_addr_fit
0000000000004364 T genimg_get_format
00000000000043a4 T genimg_has_config
00000000000043ac T boot_get_ramdisk
0000000000004504 T boot_ramdisk_high
0000000000004624 T boot_get_setup
000000000000462c T image_setup_linux
000000000000469c T image_locate_script
00000000000046f0 T ab_select_slot
0000000000004ba8 T android_image_get_kernel
0000000000004bd0 T android_image_check_header
0000000000004bd8 T android_image_get_end
0000000000004be0 T android_image_get_kload
0000000000004c04 T android_image_get_kcomp
0000000000004c0c T android_image_get_ramdisk
0000000000004c98 T android_image_get_kernel_cmdline
0000000000004ca0 T android_image_is_bootconfig_used
0000000000004cc8 T android_get_preloaded_partition
0000000000004dbc t is_same_partition
0000000000004e58 T android_image_load
0000000000005918 t _extract_boot_image_header
00000000000059d4 t _read_in_boot_ramdisk
0000000000005a44 T android_image_get_second
0000000000005a4c T android_image_get_dtb_by_index
0000000000005a54 t android_read_data
0000000000005b8c W android_bootloader_boot_kernel
0000000000005c74 t hex_to_str
0000000000005ce4 T android_bootloader_boot_flow
000000000000654c t do_avb_verify
0000000000006714 t android_part_get_info_by_name_suffix
00000000000067bc t get_partition_size
0000000000006870 T android_bootloader_request_response
0000000000006a78 t console_write
0000000000006afc t console_read
0000000000006b88 T oemlock_is_allowed
0000000000006b90 t oemlock_get_field
0000000000006bf4 T oemlock_set_locked
0000000000006c58 T oemlock_is_locked
0000000000006c60 t get_console
0000000000006cbc T write_avb_to_keymint_console
000000000000709c t parse_patchlevel
000000000000718c t qfw_bootmeth_bind
00000000000071b4 t qfw_check
00000000000071dc t qfw_read_bootflow
0000000000007274 t qfw_read_file
000000000000727c t qfw_boot
00000000000072bc T boot_fdt_add_mem_rsv_regions
0000000000007408 t boot_fdt_reserve_region
000000000000746c T boot_relocate_fdt
0000000000007650 t fdt_error
0000000000007688 T boot_get_fdt
0000000000007918 W ft_verify_fdt
0000000000007920 T image_setup_libfdt
0000000000007acc T do_bootm
0000000000007bec T bootm_maybe_autostart
0000000000007c78 T do_bootd
0000000000007ca4 t do_help
0000000000007ce4 t do_panic
0000000000007d08 t do_version
0000000000007d50 t do_ab_select
0000000000007df4 T blk_common_cmd
00000000000080e4 t do_source
0000000000008138 T bcb_find_partition_and_load
00000000000081c4 t __bcb_initialize
00000000000082bc t __bcb_load
0000000000008390 T bcb_load
00000000000083f8 T bcb_set
0000000000008418 t __bcb_set
0000000000008528 T bcb_get
0000000000008590 t bcb_field_get
0000000000008688 T bcb_store
000000000000868c t __bcb_store
0000000000008710 T bcb_reset
0000000000008754 t do_bcb
00000000000088f4 t do_bcb_load
0000000000008980 t do_bcb_set
0000000000008988 t do_bcb_clear
00000000000089ec t do_bcb_test
0000000000008a90 t do_bcb_dump
0000000000008ae8 t do_bcb_store
0000000000008aec t do_boot_android
0000000000008afc t do_verified_boot_android
0000000000008b0c t boot_android
0000000000008c8c T efi_get_image_parameters
0000000000008ca8 T efi_set_bootdev
0000000000008dfc T efi_install_fdt
00000000000090c0 T efi_run_image
0000000000009274 t do_bootefi_exec
0000000000009348 t do_bootefi
0000000000009538 T do_bootz
000000000000963c T do_booti
0000000000009854 T mk_date
0000000000009abc t do_date
0000000000009c40 t do_dm
0000000000009cec t complete_dm
0000000000009d14 t do_dm_dump_driver_compat
0000000000009d2c t do_dm_dump_devres
0000000000009d34 t do_dm_dump_drivers
0000000000009d4c t do_dm_dump_static_driver_info
0000000000009d64 t do_dm_dump_tree
0000000000009da4 t do_dm_dump_uclass
0000000000009dbc t do_echo
0000000000009e5c T eficonfig_print_msg
0000000000009ea0 T eficonfig_print_entry
0000000000009f54 T eficonfig_display_statusline
0000000000009fb4 T eficonfig_choice_entry
000000000000a0bc T eficonfig_destroy
000000000000a140 T eficonfig_process_quit
000000000000a14c T eficonfig_append_menu_entry
000000000000a204 T eficonfig_append_quit_entry
000000000000a26c T eficonfig_create_fixed_menu
000000000000a300 T eficonfig_process_common
000000000000a470 T eficonfig_create_device_path
000000000000a524 T eficonfig_process_clear_file_selection
000000000000a544 T eficonfig_process_show_file_option
000000000000a5d0 T eficonfig_process_select_file
000000000000adb8 T eficonfig_get_unused_bootoption
000000000000ae80 T eficonfig_append_bootorder
000000000000af44 T eficonfig_choice_change_boot_order
000000000000b24c T eficonfig_enumerate_boot_option
000000000000b3a8 T eficonfig_delete_invalid_boot_option
000000000000b60c t delete_boot_option
000000000000b728 T eficonfig_generate_media_device_boot_option
000000000000b8b4 t do_eficonfig
000000000000ba50 t eficonfig_volume_selected
000000000000ba70 t sort_file
000000000000ba84 t eficonfig_file_selected
000000000000bc4c t eficonfig_process_add_boot_option
000000000000bcf8 t eficonfig_process_edit_boot_option
000000000000beb0 t eficonfig_process_change_boot_order
000000000000c178 t eficonfig_process_delete_boot_option
000000000000c1bc t eficonfig_edit_boot_option
000000000000c6f8 t fill_file_info
000000000000c768 t eficonfig_set_boot_option
000000000000c7f0 t create_boot_option_entry
000000000000c8b4 t eficonfig_boot_add_enter_description
000000000000c8cc t prepare_file_selection_entry
000000000000ca34 t eficonfig_boot_add_optional_data
000000000000ca4c t eficonfig_boot_edit_save
000000000000cabc t handle_user_input
000000000000cb78 t eficonfig_show_boot_selection
000000000000cd60 t eficonfig_add_boot_selection_entry
000000000000cf1c t eficonfig_process_boot_selected
000000000000cf34 t eficonfig_print_change_boot_order_entry
000000000000d010 t eficonfig_add_change_boot_order_entry
000000000000d18c t eficonfig_process_save_boot_order
000000000000d2a0 t do_exit
000000000000d2dc T do_fat_size
000000000000d2e4 T do_fat_fsload
000000000000d2ec t do_fat_ls
000000000000d2f4 t do_fat_fsinfo
000000000000d39c t do_fat_fswrite
000000000000d3a4 t do_fat_rm
000000000000d3ac t do_fat_mkdir
000000000000d3b4 t do_size_wrapper
000000000000d3bc t do_load_wrapper
000000000000d3c4 t do_save_wrapper
000000000000d3cc t do_ls_wrapper
000000000000d3d4 t do_ln_wrapper
000000000000d3dc t do_fstype_wrapper
000000000000d3e0 t do_fstypes_wrapper
000000000000d3e4 t do_itest
000000000000d47c t binary_test
000000000000d614 t evalstr
000000000000d690 t evalexp
000000000000d730 t do_sleep
000000000000d824 t do_bootp
000000000000d830 T do_tftpb
000000000000d83c t netboot_common
000000000000db2c t do_ping
000000000000dba0 T do_ping6
000000000000dc2c t do_net
000000000000dccc t do_net_list
000000000000dd94 t do_part
000000000000e0bc t do_part_types
000000000000e184 t do_part_type
000000000000e210 t do_part_info
000000000000e364 t do_qemu_fw
000000000000e408 t qemu_fwcfg_do_list
000000000000e48c t qemu_fwcfg_do_cpus
000000000000e4bc t qemu_fwcfg_do_load
000000000000e5ac T do_read
000000000000e720 T setexpr_regex_sub
000000000000e990 t substitute
000000000000eab0 t do_setexpr
000000000000eda0 t get_arg
000000000000eeb0 t regex_sub_var
000000000000efd8 t do_test
000000000000f308 t do_false
000000000000f310 t do_true
000000000000f318 t do_virtio
000000000000f3c4 t do_fastboot
000000000000f574 t do_gpt
000000000000f7d4 t gpt_verify
000000000000f8f0 t gpt_setenv
000000000000fa40 t gpt_enumerate
000000000000fbc4 t do_disk_guid
000000000000fc28 t set_gpt_info
000000000001012c t extract_val
00000000000101d8 t extract_env
00000000000102ac T do_avb_init
000000000001031c T do_avb_read_part
00000000000103ec T do_avb_read_part_hex
0000000000010534 T do_avb_write_part
00000000000105fc T do_avb_read_rb
0000000000010688 T do_avb_write_rb
0000000000010718 T do_avb_get_uuid
00000000000107a8 T do_avb_verify_part
0000000000010864 T do_avb_is_unlocked
00000000000108f0 t do_avb
000000000001097c T env_get_id
0000000000010988 T env_set
00000000000109e4 t _do_env_set
0000000000010be4 t do_env
0000000000010c5c t do_env_print
0000000000010d44 t do_env_set
0000000000010d64 t do_env_default
0000000000010e10 t do_env_delete
0000000000010f08 t do_env_verified_import
000000000001112c t do_env_exists
0000000000011184 t env_print
0000000000011244 T board_init_f_alloc_reserve
0000000000011254 T board_init_f_init_reserve
0000000000011288 T main_loop
00000000000112cc T get_version
00000000000112d4 T jumptable_init
000000000001154c t dummy
0000000000011550 t mdelay
000000000001155c T get_local_var
00000000000115f4 T set_local_var
0000000000011778 T parse_string_outer
000000000001189c t parse_stream_outer
0000000000011ff0 T parse_file_outer
0000000000012040 T u_boot_hush_start
0000000000012090 t do_showvar
00000000000121b0 t static_peek
00000000000121bc t static_get
00000000000121d8 t done_word
00000000000124d0 t done_pipe
0000000000012524 t file_peek
0000000000012530 t free_pipe_list
0000000000012624 t new_pipe
000000000001265c t done_command
00000000000126f8 t b_addqchr
0000000000012754 t b_addchr
00000000000127e8 t run_list_real
0000000000012f58 t insert_var_value_sub
0000000000013250 t is_assignment
000000000001329c t make_string
0000000000013408 t file_get
0000000000013608 T bootdelay_process
00000000000136bc T autoboot_command
00000000000137dc W board_add_ram_info
00000000000137e0 W arch_cpu_init
00000000000137e8 W mach_cpu_init
00000000000137f0 W board_get_usable_ram_top
00000000000137fc W arch_setup_dest_addr
0000000000013804 T setup_bdinfo
000000000001380c W reserve_arch
0000000000013814 W checkcpu
000000000001381c W clear_bss
0000000000013824 T board_init_f
00000000000138a8 t setup_mon_len
00000000000138cc t log_init
00000000000138d4 t initf_bootstage
00000000000138dc t setup_spl_handoff
00000000000138e4 t initf_dm
00000000000138ec t init_baud_rate
0000000000013924 t display_text_info
000000000001392c t print_resetinfo
00000000000139f8 t misc_init_f
0000000000013a00 t announce_dram_init
0000000000013a20 t setup_dest_addr
0000000000013a74 t reserve_round_4k
0000000000013a8c t reserve_video
0000000000013a94 t reserve_trace
0000000000013a9c t reserve_uboot
0000000000013ae8 t reserve_malloc
0000000000013b10 t reserve_board
0000000000013b6c t reserve_global_data
0000000000013b9c t reserve_fdt
0000000000013c1c t reserve_bootstage
0000000000013c24 t reserve_bloblist
0000000000013c2c t reserve_stacks
0000000000013c48 t show_dram_config
0000000000013e74 t display_new_sp
0000000000013e7c t reloc_fdt
0000000000013ef4 t reloc_bootstage
0000000000013efc t reloc_bloblist
0000000000013f04 t setup_reloc
0000000000013f4c t cyclic_unregister_all
0000000000013f54 W cpu_secondary_init_r
0000000000013f5c W arch_initr_trap
0000000000013f64 W power_init_board
0000000000013f6c T board_init_r
000000000001400c t initr_trace
0000000000014014 t initr_reloc
0000000000014030 t initr_caches
0000000000014048 t initr_reloc_global_data
000000000001408c t initr_barrier
0000000000014094 t initr_malloc
00000000000140c8 t log_init
00000000000140d0 t initr_bootstage
00000000000140d8 t initr_of_live
00000000000140e0 t initr_dm
0000000000014100 t initr_binman
0000000000014108 t initr_dm_devices
0000000000014110 t initr_announce
0000000000014118 t dm_announce
00000000000141a8 t initr_env
0000000000014220 t initr_net
0000000000014244 t run_main_loop
000000000001425c T fdt_find_and_setprop
00000000000142f0 T fdt_find_or_add_subnode
0000000000014374 T fdt_root
000000000001440c T fdt_initrd
00000000000145d4 W board_fdt_chosen_bootargs
00000000000145e0 T fdt_chosen
00000000000146d4 T do_fixup_by_path
0000000000014720 T fdt_fixup_ethernet
00000000000148d8 T fdt_shrink_to_minimum
0000000000014a30 T fdt_support_default_count_cells
0000000000014aa8 T fdt_translate_address
0000000000014ab4 t __of_translate_address
0000000000014d1c t of_bus_default_map
0000000000014dbc t of_bus_default_translate
0000000000014e54 T menu_default_choice
0000000000014e74 T menu_default_set
0000000000014f10 T menu_get_choice
00000000000150d4 T menu_item_add
00000000000151c8 T menu_create
0000000000015270 T menu_destroy
00000000000152ec T bootmenu_conv_key
000000000001538c T bootmenu_loop
00000000000153e4 T cli_ch_init
00000000000153f0 T cli_ch_process
00000000000155e8 T cli_readline
00000000000155fc T cli_readline_into_buffer
0000000000015e30 t delete_char
0000000000015f50 t cread_add_char
000000000001606c T cli_simple_process_macros
00000000000162b8 T bounce_buffer_start_extalign
000000000001634c T bounce_buffer_stop
00000000000163b4 t on_console
0000000000016478 T fputs
0000000000016498 T getchar
0000000000016500 T tstc
0000000000016534 T putc
0000000000016578 T puts
00000000000165bc T flush
00000000000165fc T ctrlc
000000000001664c T disable_ctrlc
0000000000016664 T had_ctrlc
0000000000016670 T clear_ctrlc
000000000001667c T console_assign
00000000000166e8 t console_setfile
00000000000167d0 T console_init_f
00000000000167e8 T console_init_r
000000000001691c T sbrk
0000000000016988 T mem_malloc_init
00000000000169a8 t malloc
0000000000016ea0 t malloc_extend_top
0000000000017068 t free
00000000000172d4 t malloc_trim
00000000000173e0 t realloc
0000000000017864 t memalign
00000000000179f0 t calloc
0000000000017abc T initf_malloc
0000000000017adc T malloc_simple
0000000000017ae4 t alloc_simple
0000000000017b64 T memalign_simple
0000000000017b74 T event_notify
0000000000017c5c T event_notify_null
0000000000017c68 T event_register
0000000000017ce0 T event_init
0000000000017cf4 W get_effective_memsize
0000000000017d00 T stdio_file_to_flags
0000000000017d20 T stdio_get_list
0000000000017d2c T stdio_get_by_name
0000000000017d88 T stdio_clone
0000000000017dd8 T stdio_register_dev
0000000000017e30 T stdio_init_tables
0000000000017e44 T stdio_add_devices
0000000000017ef4 t stdio_serial_putc
0000000000017efc t stdio_serial_puts
0000000000017f04 t stdio_serial_flush
0000000000017f08 t stdio_serial_getc
0000000000017f0c t stdio_serial_tstc
0000000000017f10 T run_command
0000000000017f24 T run_command_list
0000000000017fbc T do_run
0000000000018030 T cli_process_fdt
0000000000018078 T cli_secure_boot_cmd
00000000000180f4 T cli_loop
0000000000018104 T cli_init
0000000000018108 T _do_help
00000000000182b4 T find_cmd_tbl
0000000000018370 T cmd_usage
00000000000183d8 T find_cmd
0000000000018408 T var_complete
000000000001847c T complete_subcmdv
000000000001865c T cmd_auto_complete
0000000000018adc T cmd_get_data_size
0000000000018b80 T cmd_always_repeatable
0000000000018b90 T cmd_never_repeatable
0000000000018b9c T cmd_discard_repeatable
0000000000018bc0 T cmd_process
0000000000018d78 T cmd_process_error
0000000000018db0 T cmd_source_script
0000000000018dfc T avb_ops_alloc
0000000000018ebc t read_from_partition
0000000000018ec4 t write_to_partition
0000000000018ed0 t validate_vbmeta_public_key
0000000000018f30 t read_rollback_index
0000000000018f6c t write_rollback_index
0000000000018f94 t read_is_device_unlocked
0000000000018fcc t get_unique_guid_for_partition
0000000000019028 t get_size_of_partition
0000000000019074 T avb_ops_free
00000000000190c0 T avb_verify
0000000000019100 T avb_verify_partitions
0000000000019288 t blk_byte_io
0000000000019480 t get_partition
0000000000019550 t blk_read_and_flush
000000000001965c t avb_blk_write
0000000000019750 T qfw_get_dev
000000000001975c T qfw_online_cpus
0000000000019788 T qfw_read_firmware_list
0000000000019878 T qfw_file_iter_init
00000000000198a4 T qfw_file_iter_next
00000000000198bc T qfw_file_iter_end
00000000000198cc T qemu_fwcfg_setup_kernel
0000000000019a74 T blk_get_dev
0000000000019a7c t get_dev_hwpart
0000000000019ab4 T dev_print
0000000000019d0c T part_init
0000000000019dac T part_print
0000000000019f28 t part_driver_lookup_type
0000000000019ffc T part_get_info
000000000001a06c T part_get_info_whole_disk
000000000001a0d0 T blk_get_device_by_str
000000000001a200 T blk_get_device_part_str
000000000001a5cc T part_get_info_by_name_type
000000000001a678 T part_get_info_by_name
000000000001a67c T part_get_info_by_dev_and_name
000000000001a73c T part_get_info_by_dev_and_name_or_num
000000000001a7bc T part_set_generic_name
000000000001a844 T part_create_block_devices
000000000001a92c T disk_blk_read
000000000001aa0c t dev_get_blk
000000000001aa4c T disk_blk_write
000000000001aad4 t part_blk_read
000000000001ab78 t part_blk_write
000000000001ac1c t part_blk_erase
000000000001acb8 t test_block_type
000000000001ad78 t part_get_info_dos
000000000001ad94 t part_print_dos
000000000001add0 t part_test_dos
000000000001ae70 t part_get_info_extended
000000000001b14c t print_partition_extended
000000000001b3b4 T get_disk_guid
000000000001b448 t find_valid_gpt
000000000001b4b4 T part_print_efi
000000000001b728 t is_pte_valid
000000000001b778 T part_get_info_efi
000000000001b9b4 T write_gpt_table
000000000001bdf0 t set_protective_mbr
000000000001bed4 T gpt_fill_pte
000000000001c30c T gpt_fill_header
000000000001c52c t partition_entries_offset
000000000001c59c T gpt_restore
000000000001c6c0 T gpt_verify_headers
000000000001c780 t is_gpt_valid
000000000001ca7c T gpt_repair_headers
000000000001cc10 t write_one_gpt_table
000000000001cd34 T gpt_verify_partitions
000000000001cf5c t validate_gpt_header
000000000001d144 t part_test_efi
000000000001d20c T blk_get_uclass_name
000000000001d24c T blk_get_devnum_by_uclass_idname
000000000001d338 T blk_list_part
000000000001d3c4 t get_desc
000000000001d498 T blk_print_part_devnum
000000000001d4dc T blk_list_devices
000000000001d560 T blk_print_device_num
000000000001d5b0 T blk_show_device
000000000001d638 T blk_read_devnum
000000000001d698 T blk_dread
000000000001d6a0 T blk_write_devnum
000000000001d700 T blk_dwrite
000000000001d708 T blk_dselect_hwpart
000000000001d734 T blk_read
000000000001d7e8 T blk_write
000000000001d86c T blk_erase
000000000001d8dc T blk_derase
000000000001d8e4 T blk_find_max_devnum
000000000001d964 T blk_next_free_devnum
000000000001d988 T blk_create_device
000000000001db3c t blk_post_probe
000000000001db78 T blkcache_read
000000000001dc78 T blkcache_fill
000000000001ddc0 T blkcache_invalidate
000000000001de64 T device_bind_with_driver_data
000000000001de7c t device_bind_common
000000000001e19c T device_bind
000000000001e1ac T device_bind_by_name
000000000001e228 T device_of_to_plat
000000000001e34c T device_probe
000000000001e4a0 T device_get_uclass_id
000000000001e4b0 T dev_get_plat
000000000001e4e4 T dev_get_parent_plat
000000000001e518 T dev_get_uclass_plat
000000000001e54c T dev_get_priv
000000000001e580 T dev_get_uclass_priv
000000000001e5b4 T dev_get_parent_priv
000000000001e5e8 T dev_get_parent
000000000001e5f0 T device_get_decendent_count
000000000001e63c T device_find_first_child
000000000001e658 T device_find_next_child
000000000001e684 T device_first_child_err
000000000001e6cc T device_next_child_err
000000000001e720 T dev_get_driver_data
000000000001e728 T device_set_name_alloced
000000000001e738 T device_set_name
000000000001e780 T dev_set_priv
000000000001e788 T dev_set_parent_priv
000000000001e790 T dev_set_uclass_priv
000000000001e798 T dev_set_plat
000000000001e7a0 T dev_set_parent_plat
000000000001e7a8 T dev_set_uclass_plat
000000000001e7b0 T device_is_compatible
000000000001e7d0 t alloc_priv
000000000001e838 T devfdt_get_addr_index
000000000001e924 T devfdt_get_addr
000000000001e92c T devfdt_get_addr_pci
000000000001e9bc T lists_driver_lookup_name
000000000001ea44 T lists_uclass_lookup
000000000001eaa8 T lists_bind_drivers
000000000001ebb8 T device_bind_driver
000000000001ebc4 T device_bind_driver_to_node
000000000001ec2c T lists_bind_fdt
000000000001ee28 T dm_root
000000000001ee60 T dm_init
000000000001eef4 T dm_remove_devices_flags
000000000001ef44 T dm_scan_plat
000000000001ef7c T dm_scan_fdt_dev
000000000001ef94 t dm_scan_fdt_node
000000000001f03c T dm_extended_scan
000000000001f0b8 W dm_scan_other
000000000001f0c0 T dm_init_and_scan
000000000001f138 T dm_get_stats
000000000001f170 t dm_probe_devices
000000000001f1f8 T uclass_get_priv
000000000001f200 T uclass_get
000000000001f35c T dev_get_uclass_index
000000000001f3a8 T uclass_find_device
000000000001f41c T uclass_find_device_by_namelen
000000000001f4c4 T uclass_find_next_free_seq
000000000001f534 T uclass_find_device_by_seq
000000000001f5ac T uclass_find_device_by_of_offset
000000000001f620 T uclass_get_nth_device_by_driver_name
000000000001f6ac T uclass_get_device
000000000001f6f4 T uclass_get_device_by_name
000000000001f758 T uclass_get_device_by_seq
000000000001f7a0 T uclass_get_device_by_of_offset
000000000001f7e8 T uclass_first_device
000000000001f830 t _uclass_next_device
000000000001f894 T uclass_next_device
000000000001f8b8 T uclass_first_device_err
000000000001f8ec T uclass_first_device_check
000000000001f94c T uclass_next_device_check
000000000001f984 T uclass_get_count
000000000001f9c0 T uclass_bind_device
000000000001fa30 T uclass_pre_unbind_device
000000000001fa5c T uclass_unbind_device
000000000001fa78 T uclass_pre_probe_device
000000000001fad8 T uclass_post_probe_device
000000000001fb38 T uclass_pre_remove_device
000000000001fb64 T uclass_probe_all
000000000001fbd8 T pci_get_devfn
000000000001fc24 T dev_tag_set_ptr
000000000001fce8 T dev_tag_get_ptr
000000000001fd50 T dev_tag_del
000000000001fde8 T devres_release_probe
000000000001fdf4 t release_nodes
000000000001fe78 T devres_release_all
000000000001fe84 T device_chld_unbind
000000000001ff24 T device_unbind
0000000000020048 T device_chld_remove
00000000000200dc T device_remove
000000000002025c T device_free
0000000000020310 T dm_dump_tree
00000000000203ac t show_devices
000000000002058c T dm_dump_uclass
0000000000020694 T dm_dump_driver_compat
00000000000207ac T dm_dump_drivers
0000000000020930 T dm_dump_static_driver_info
00000000000209b4 t h_cmp_uclass_id
00000000000209e8 T ofnode_get_name
0000000000020a08 T ofnode_read_u32_index
0000000000020a7c T ofnode_read_u32_default
0000000000020aa8 T ofnode_read_bool
0000000000020ad8 T ofnode_get_property
0000000000020af4 T ofnode_read_string
0000000000020b48 T ofnode_find_subnode
0000000000020b70 T ofnode_is_enabled
0000000000020b98 T ofnode_first_subnode
0000000000020bbc T ofnode_next_subnode
0000000000020be0 T ofnode_path
0000000000020c0c T ofnode_read_u8_array_ptr
0000000000020c28 T ofnode_read_pci_addr
0000000000020d08 T ofnode_read_pci_vendev
0000000000020e24 T ofnode_read_simple_addr_cells
0000000000020e34 T ofnode_read_simple_size_cells
0000000000020e44 T ofnode_pre_reloc
0000000000020eec T ofnode_read_resource
0000000000020f58 T ofnode_device_is_compatible
0000000000020f84 T ofnode_by_prop_value
0000000000020fb4 T ofnode_conf_read_int
0000000000021014 T ofnode_conf_read_str
0000000000021060 T sysreset_get_status
000000000002107c T sysreset_walk
0000000000021114 T sysreset_walk_halt
0000000000021148 T do_reset
00000000000211ac t sysreset_post_bind
00000000000211b4 t psci_sysreset_request
00000000000211f0 T efi_reset_system_init
0000000000021220 T psci_sys_reset
00000000000212cc T psci_sys_poweroff
0000000000021310 t psci_bind
000000000002136c t psci_probe
0000000000021408 T dm_pci_get_bdf
0000000000021460 T pci_get_ff
000000000002147c T pci_bus_find_devfn
00000000000214e8 T dm_pci_read_config
00000000000215cc T dm_pci_read_config8
0000000000021600 T dm_pci_read_config16
0000000000021634 T dm_pci_read_config32
0000000000021668 T pci_generic_mmap_write_config
0000000000021708 T pci_generic_mmap_read_config
00000000000217b8 W board_pci_fixup_dev
00000000000217bc T pci_bind_bus_devices
0000000000021cc4 T dm_pci_read_bar32
0000000000021d18 T dm_pci_bus_to_phys
0000000000021dfc T dm_pci_map_bar
0000000000021e94 T dm_pci_find_next_capability
0000000000021e9c t _dm_pci_find_next_capability
0000000000021f5c T dm_pci_find_capability
0000000000021fe4 t pci_uclass_pre_probe
00000000000222a4 t pci_uclass_post_probe
00000000000222c8 t pci_uclass_child_post_bind
0000000000022314 T pci_init
0000000000022350 t pci_bridge_read_config
00000000000223ec t pci_bridge_write_config
0000000000022468 t pci_generic_ecam_probe
0000000000022498 t pci_generic_ecam_of_to_plat
0000000000022514 t pci_generic_ecam_read_config
00000000000225c8 t pci_generic_ecam_write_config
0000000000022668 t pci_generic_ecam_conf_address
0000000000022700 T serial_init
0000000000022880 T serial_setbrg
00000000000228bc T serial_initialize
00000000000228d4 T serial_putc
0000000000022950 T serial_puts
0000000000022970 t _serial_puts
00000000000229f0 T serial_flush
0000000000022a44 T serial_getc
0000000000022a9c T serial_tstc
0000000000022ad8 T serial_stdio_init
0000000000022adc t on_baudrate
0000000000022bdc t serial_post_probe
0000000000022cb0 t serial_pre_remove
0000000000022cb8 t serial_stub_putc
0000000000022d24 t serial_stub_puts
0000000000022d2c t serial_stub_flush
0000000000022d70 t serial_stub_getc
0000000000022db0 t serial_stub_tstc
0000000000022dd4 T pl01x_serial_setbrg
0000000000022f20 T pl01x_serial_probe
0000000000022f9c T pl01x_serial_getc
0000000000022fe4 T pl01x_serial_putc
000000000002302c T pl01x_serial_pending
000000000002307c T pl01x_serial_of_to_plat
00000000000230fc T ns16550_init
00000000000231c8 t ns16550_setbrg
0000000000023274 T ns16550_serial_probe
00000000000232fc T ns16550_serial_of_to_plat
00000000000233f4 t ns16550_serial_setbrg
0000000000023430 t ns16550_serial_getc
0000000000023488 t ns16550_serial_putc
00000000000234f0 t ns16550_serial_pending
0000000000023544 t ns16550_serial_setconfig
00000000000235c0 t ns16550_serial_getinfo
0000000000023618 T virtio_get_config
000000000002362c T virtio_set_config
0000000000023640 T virtio_generation
0000000000023660 T virtio_reset
0000000000023674 T virtio_find_vqs
0000000000023688 T virtio_notify
000000000002369c T virtio_add_status
00000000000236fc T virtio_finalize_features
000000000002378c T virtio_driver_features_init
00000000000237a0 T virtio_init
00000000000237a8 t virtio_uclass_pre_probe
0000000000023814 t virtio_uclass_post_probe
00000000000238e0 t virtio_uclass_child_post_bind
00000000000238fc t virtio_uclass_child_pre_probe
0000000000023b34 t virtio_uclass_child_post_probe
0000000000023b50 t virtio_bootdev_bind
0000000000023b74 t virtio_bootdev_hunt
0000000000023b9c T virtqueue_add
0000000000023e44 T virtqueue_kick
0000000000023edc T virtqueue_get_buf
00000000000240a8 T vring_create_virtqueue
0000000000024364 T vring_del_virtqueue
00000000000243ac T virtqueue_get_vring_size
00000000000243b4 T virtqueue_get_desc_addr
00000000000243bc T virtqueue_get_avail_addr
00000000000243c4 T virtqueue_get_used_addr
00000000000243cc T virtqueue_poll
0000000000024404 t __bb_force_page_align
0000000000024428 t virtio_mmio_probe
00000000000244d0 t virtio_mmio_of_to_plat
0000000000024510 t virtio_mmio_get_config
0000000000024654 t virtio_mmio_set_config
00000000000247ac t virtio_mmio_generation
00000000000247f4 t virtio_mmio_get_status
000000000002482c t virtio_mmio_set_status
0000000000024888 t virtio_mmio_reset
00000000000248ac t virtio_mmio_get_features
0000000000024918 t virtio_mmio_set_features
00000000000249a0 t virtio_mmio_find_vqs
0000000000024bc0 t virtio_mmio_del_vqs
0000000000024c94 t virtio_mmio_notify
0000000000024cc8 t virtio_pci_bind
0000000000024d24 t virtio_pci_probe
0000000000024f28 t virtio_pci_find_capability
0000000000025090 t virtio_pci_get_config
00000000000251a4 t virtio_pci_set_config
00000000000252e8 t virtio_pci_generation
0000000000025320 t virtio_pci_get_status
0000000000025358 t virtio_pci_set_status
00000000000253c0 t virtio_pci_reset
0000000000025418 t virtio_pci_get_features
0000000000025480 t virtio_pci_set_features
0000000000025510 t virtio_pci_find_vqs
000000000002567c t virtio_pci_del_vqs
00000000000256f0 t virtio_pci_notify
0000000000025764 t virtio_net_bind
000000000002579c t virtio_net_probe
0000000000025808 t virtio_net_start
0000000000025898 t virtio_net_send
000000000002593c t virtio_net_recv
000000000002599c t virtio_net_free_pkt
00000000000259f8 t virtio_net_stop
00000000000259fc t virtio_net_write_hwaddr
0000000000025a78 t virtio_net_read_rom_hwaddr
0000000000025b48 t virtio_blk_bind
0000000000025c00 t virtio_blk_probe
0000000000025cb8 t virtio_blk_read
0000000000025cc0 t virtio_blk_write
0000000000025cc8 t virtio_blk_erase
0000000000025d54 t virtio_blk_do_req
0000000000025eac t virtio_console_bind
0000000000025edc t virtio_console_probe
0000000000025f38 t add_inbuf
0000000000025fbc t virtio_console_serial_setbrg
0000000000025fc4 t virtio_console_serial_getc
0000000000026050 t virtio_console_serial_putc
00000000000260c8 t virtio_console_serial_pending
00000000000260ec T fastboot_response
0000000000026190 T fastboot_fail
00000000000261a8 T fastboot_okay
00000000000261dc W fastboot_set_reboot_flag
0000000000026270 T fastboot_boot
0000000000026304 T fastboot_handle_boot
0000000000026374 T fastboot_set_progress_callback
0000000000026380 T fastboot_init
00000000000263b4 T fastboot_getvar
00000000000264b0 t getvar_version
00000000000264bc t getvar_version_bootloader
00000000000264c8 t getvar_downloadsize
00000000000264e4 t getvar_serialno
000000000002652c t getvar_version_baseband
0000000000026538 t getvar_product
0000000000026580 t getvar_platform
00000000000265c8 t getvar_current_slot
00000000000265d4 t getvar_has_slot
0000000000026690 t getvar_partition_size
00000000000266e8 t getvar_is_userspace
00000000000266f4 T fastboot_handle_command
00000000000267c8 T fastboot_data_remaining
00000000000267e0 T fastboot_data_download
00000000000268ac T fastboot_data_complete
0000000000026908 t getvar
000000000002690c t download
00000000000269c8 t flash
00000000000269e0 t erase
00000000000269e4 t okay
00000000000269ec t reboot_bootloader
0000000000026a34 t reboot_fastbootd
0000000000026a7c t reboot_recovery
0000000000026ac4 t run_flashing_lock
0000000000026b24 t run_flashing_unlock
0000000000026b9c T fastboot_block_get_part_info
0000000000026c68 T fastboot_block_erase
0000000000026cdc t fb_block_write
0000000000026dcc T fastboot_block_write_raw_image
0000000000026ec0 T fastboot_block_write_sparse_image
0000000000026f64 t fb_block_sparse_write
0000000000026f70 t fb_block_sparse_reserve
0000000000026f78 T fastboot_block_flash_write
0000000000027014 T qfw_read_entry
00000000000270c8 T qfw_register
0000000000027178 t qfw_post_bind
0000000000027180 t qfw_get_bootflow
0000000000027198 t qfw_bootdev_bind
00000000000271bc t qfw_bootdev_hunt
00000000000271e4 t qfw_mmio_probe
00000000000271e8 t qfw_mmio_of_to_plat
0000000000027220 t qfw_mmio_read_entry_io
00000000000272dc t qfw_mmio_read_entry_dma
0000000000027308 T dm_rtc_get
0000000000027324 T dm_rtc_set
0000000000027340 T dm_rtc_reset
000000000002735c t pl031_probe
0000000000027384 t pl031_of_to_plat
00000000000273bc t pl031_get
0000000000027400 t pl031_set
000000000002744c t pl031_reset
0000000000027470 T dm_rng_read
000000000002748c t smccc_trng_is_supported
00000000000275ac t smccc_trng_probe
0000000000027644 t smccc_trng_read
0000000000027784 t smc64_copy_sample
00000000000277e0 t smc32_copy_sample
000000000002783c T env_set_ulong
0000000000027868 T env_set_hex
00000000000278ac T env_get_hex
00000000000278fc T env_get
0000000000027998 T eth_env_get_enetaddr
0000000000027a00 T eth_env_set_enetaddr
0000000000027a5c t env_get_from_linear
0000000000027b78 T env_get_ulong
0000000000027bb8 T env_get_yesno
0000000000027c14 T env_get_autostart
0000000000027c38 T env_get_default
0000000000027c78 T env_set_default
0000000000027d28 T env_set_default_vars
0000000000027d58 T env_relocate
0000000000027d74 T env_complete
0000000000027f44 W arch_env_get_location
0000000000027f54 W env_get_location
0000000000027f58 T env_load
000000000002802c t env_driver_lookup
00000000000280a4 T env_init
000000000002818c T env_attr_walk
00000000000282dc T env_attr_lookup
0000000000028360 t regex_callback
00000000000284c4 T env_flags_parse_vartype
0000000000028520 T env_flags_parse_varaccess
0000000000028580 T eth_validate_ethaddr_str
0000000000028648 T env_flags_init
0000000000028710 t on_flags
0000000000028770 T env_flags_validate
0000000000028a18 t clear_flags
0000000000028a28 t set_flags
0000000000028ac0 T env_callback_init
0000000000028bcc t on_callbacks
0000000000028c2c t clear_callback
0000000000028c3c t set_callback
0000000000028d18 t env_nowhere_load
0000000000028d40 t env_nowhere_init
0000000000028d50 T fs_get_type
0000000000028d5c T fs_set_blk_dev
0000000000028e20 T fs_set_blk_dev_with_part
0000000000028ee4 T fs_close
0000000000028f24 T fs_exists
0000000000028f8c T fs_size
0000000000028ff4 T fs_read
000000000002905c T fs_write
0000000000029104 T fs_opendir
00000000000291b0 T fs_readdir
0000000000029248 T fs_closedir
00000000000292b8 T fs_unlink
0000000000029320 T fs_mkdir
0000000000029388 T fs_ln
0000000000029400 T do_size
00000000000294b8 T do_load
0000000000029810 T do_ls
00000000000298e4 T file_exists
0000000000029968 T do_save
0000000000029aa0 T do_fs_type
0000000000029b64 T do_rm
0000000000029c00 T do_mkdir
0000000000029cb4 T do_ln
0000000000029d08 T do_fs_types
0000000000029dac t fs_ls_generic
0000000000029e9c t fs_ln_unsupported
0000000000029ea4 t fs_probe_unsupported
0000000000029eac t fs_ls_unsupported
0000000000029eb4 t fs_exists_unsupported
0000000000029ebc t fs_size_unsupported
0000000000029ec4 t fs_read_unsupported
0000000000029ecc t fs_write_unsupported
0000000000029ed4 t fs_close_unsupported
0000000000029ed8 t fs_uuid_unsupported
0000000000029ee0 t fs_opendir_unsupported
0000000000029ee8 t fs_unlink_unsupported
0000000000029ef0 t fs_mkdir_unsupported
0000000000029ef8 T fat_set_blk_dev
0000000000029fd8 T fat_next_cluster
000000000002a130 t get_fatent
000000000002a2e0 T file_fat_detectfs
000000000002a3a8 t read_bootsectandvi
000000000002a4f8 T fat_exists
000000000002a578 t fat_itr_root
000000000002a72c t fat_itr_resolve
000000000002a8e0 T fat_size
000000000002a9b4 T fat_read_file
000000000002ad6c T fat_opendir
000000000002ae1c T fat_readdir
000000000002af14 t fat_itr_next
000000000002b218 t fat2rtc
000000000002b26c T fat_closedir
000000000002b294 T fat_close
000000000002b298 T fat_uuid
000000000002b2f8 T file_fat_write_at
000000000002b564 t split_filename
000000000002b6d4 t normalize_longname
000000000002b808 t find_directory_entry
000000000002b88c t set_name
000000000002bb18 t fat_find_empty_dentries
000000000002bcd4 t fill_dir_slot
000000000002bf64 t fill_dentry
000000000002bfd8 t set_contents
000000000002c870 t flush_dirty_fat_buffer
000000000002c920 t flush_dir
000000000002c9b0 T file_fat_write
000000000002c9c0 T fat_unlink
000000000002cb70 t fat_dir_entries
000000000002cc40 t delete_dentry_long
000000000002cd34 T fat_mkdir
000000000002d0a4 t fat_itr_child
000000000002d120 t get_cluster
000000000002d2fc t next_dent
000000000002d368 t downcase
000000000002d3b8 t str2fat
000000000002d470 t fat_move_to_cluster
000000000002d4c0 t set_fatent_value
000000000002d6f8 t clear_fatent
000000000002d78c t determine_fatent
000000000002d7e0 t disk_write
000000000002d85c t set_sectors
000000000002d9d0 t delete_single_dentry
000000000002da24 T efi_driver_init
000000000002db84 t efi_uc_init
000000000002db8c t efi_uc_destroy
000000000002db94 t efi_uc_supported
000000000002dc58 t efi_uc_start
000000000002dd30 t efi_uc_stop
000000000002de48 t check_node_type
000000000002ded4 t disconnect_child
000000000002df30 t efi_bl_read
000000000002df9c t efi_bl_write
000000000002e008 t efi_bl_init
000000000002e08c t efi_bl_bind
000000000002e1d4 T efi_bootmgr_load
000000000002e378 t try_load_entry
000000000002e674 t try_load_from_file_path
000000000002e76c T __efi_entry_check
000000000002e7b0 T __efi_exit_check
000000000002e7e4 T efi_save_gd
000000000002e7f4 T efi_restore_gd
000000000002e818 T efi_signal_event
000000000002e8e4 t efi_queue_event
000000000002e948 T efi_add_handle
000000000002e970 T efi_create_handle
000000000002e9d4 T efi_search_protocol
000000000002ea74 T efi_search_obj
000000000002eaa4 T efi_remove_protocol
000000000002eb04 T efi_delete_handle
000000000002ebb8 T efi_create_event
000000000002ed08 T efi_timer_check
000000000002edbc t efi_process_event_queue
000000000002eea8 T efi_set_timer
000000000002ef44 T efi_add_protocol
000000000002f0a8 T efi_register_protocol_notify
000000000002f1a0 T efi_install_configuration_table
000000000002f3b0 T efi_setup_loaded_image
000000000002f4fc T efi_locate_device_path
000000000002f6dc T efi_locate_handle_buffer
000000000002f74c T efi_load_image
000000000002fc4c T efi_close_protocol
000000000002fd38 T efi_locate_handle_buffer_int
000000000002fdfc t efi_locate_handle
000000000002ff9c T efi_install_multiple_protocol_interfaces
000000000002fff0 t efi_install_multiple_protocol_interfaces_int
0000000000030284 T efi_uninstall_multiple_protocol_interfaces
00000000000302d8 t efi_uninstall_multiple_protocol_interfaces_int
00000000000304b0 T efi_protocol_open
00000000000306fc t efi_disconnect_controller
0000000000030a84 T efi_start_image
0000000000030d64 t efi_open_protocol
0000000000030ef4 T efi_unload_image
000000000003109c t efi_delete_image
000000000003114c T efi_handle_protocol
0000000000031160 T efi_initialize_system_table
00000000000311ec t efi_install_protocol_interface
00000000000312ac t efi_uninstall_protocol_interface
000000000003135c t efi_uninstall_protocol
0000000000031458 t efi_disconnect_all_drivers
000000000003163c t efi_raise_tpl
00000000000316b0 t efi_restore_tpl
0000000000031734 t efi_allocate_pages_ext
00000000000317a4 t efi_free_pages_ext
0000000000031814 t efi_get_memory_map_ext
0000000000031884 t efi_allocate_pool_ext
00000000000318f4 t efi_free_pool_ext
0000000000031964 t efi_create_event_ext
00000000000319dc t efi_set_timer_ext
0000000000031a4c t efi_wait_for_event
0000000000031c1c t efi_signal_event_ext
0000000000031cdc t efi_close_event
0000000000031e64 t efi_check_event
0000000000031f78 t efi_reinstall_protocol_interface
0000000000032074 t efi_locate_handle_ext
00000000000320e4 t efi_install_configuration_table_ext
0000000000032154 t efi_exit
00000000000322f4 t efi_exit_boot_services
0000000000032504 t efi_get_next_monotonic_count
0000000000032588 t efi_stall
000000000003262c t efi_set_watchdog_timer
000000000003269c t efi_connect_controller
000000000003294c t efi_close_protocol_ext
00000000000329bc t efi_open_protocol_information
0000000000032b10 t efi_protocols_per_handle
0000000000032ca8 t efi_locate_protocol
0000000000032e68 t efi_install_multiple_protocol_interfaces_ext
0000000000032f10 t efi_uninstall_multiple_protocol_interfaces_ext
0000000000032fb8 t efi_calculate_crc32
0000000000033058 t efi_copy_mem
00000000000330c8 t efi_set_mem
0000000000033144 t efi_create_event_ex
00000000000331dc t efi_update_exit_data
000000000003325c t efi_bind_controller
00000000000333e4 T efi_get_dp_from_boot
00000000000334a4 T efi_link_dev
00000000000334bc T efi_unlink_dev
00000000000334ec T efi_varname_is_load_option
000000000003357c T efi_next_variable_name
0000000000033608 T efi_setup_console_size
00000000000337d8 t efi_cout_reset
0000000000033828 t efi_cout_output_string
00000000000339bc t efi_cout_test_string
00000000000339d8 t efi_cout_query_mode
0000000000033a70 t efi_cout_set_mode
0000000000033ae8 t efi_cout_set_attribute
0000000000033b5c t efi_cout_clear_screen
0000000000033bb0 t efi_cout_set_cursor_position
0000000000033c5c t efi_cout_enable_cursor
0000000000033ca8 t efi_cin_reset
0000000000033ce8 t efi_cin_read_key_stroke
0000000000033d74 T efi_console_register
0000000000033ec4 t efi_key_notify
0000000000033edc t efi_console_timer_notify
0000000000033ef4 T efi_console_get_u16_string
0000000000034054 t efi_cin_empty_buffer
000000000003407c t term_get_char
00000000000340d0 t efi_cin_check
0000000000034420 t set_shift_mask
0000000000034480 t analyze_modifiers
000000000003451c t efi_cin_reset_ex
000000000003455c t efi_cin_read_key_stroke_ex
0000000000034664 t efi_cin_set_state
0000000000034680 t efi_cin_register_key_notify
0000000000034728 t efi_cin_unregister_key_notify
00000000000347a8 T efi_dp_next
00000000000347e0 T efi_dp_shorten
0000000000034850 T efi_dp_find_obj
00000000000348ac t find_handle
0000000000034a60 T efi_dp_last_node
0000000000034aac T efi_dp_instance_size
0000000000034b0c T efi_dp_size
0000000000034b48 T efi_dp_dup
0000000000034bd4 t dp_alloc
0000000000034c20 T efi_dp_append
0000000000034c28 t efi_dp_append_or_concatenate
0000000000034d7c T efi_dp_concat
0000000000034d84 T efi_dp_append_node
0000000000034ec4 T efi_dp_create_device_node
0000000000034f24 T efi_dp_append_instance
000000000003504c T efi_dp_get_next_instance
0000000000035124 T efi_dp_is_multi_instance
0000000000035158 T efi_dp_from_part
00000000000351e8 t dp_part_fill
0000000000035228 T efi_dp_part_node
0000000000035284 t dp_part_node
0000000000035500 T efi_dp_from_file
0000000000035658 T efi_dp_from_uart
00000000000356c8 T efi_dp_from_eth
0000000000035730 t dp_size
000000000003580c t dp_fill
00000000000359f8 T efi_dp_from_mem
0000000000035b0c T efi_dp_split_file_path
0000000000035be0 T efi_dp_from_name
0000000000035e60 T efi_dp_check_length
0000000000035ed0 T efi_dp_from_lo
0000000000036000 T efi_dp_str
000000000003603c t efi_convert_device_path_to_text
00000000000360ec t efi_convert_device_node_to_text
0000000000036138 t efi_convert_single_device_node_to_text
0000000000036938 t efi_str_to_u16
00000000000369a0 t get_device_path_size
00000000000369d8 t duplicate_device_path
0000000000036a0c t append_device_path
0000000000036a48 t append_device_node
0000000000036a84 t append_device_path_instance
0000000000036ac0 t get_next_device_path_instance
0000000000036afc t is_device_path_multi_instance
0000000000036b30 t create_device_node
0000000000036b7c T efi_try_purge_kaslr_seed
0000000000036c1c T efi_carve_out_dt_rsv
0000000000036d50 t efi_reserve_memory
0000000000036da0 t efi_dt_fixup
0000000000036f2c T efi_file_open_int
0000000000036fac t file_open
00000000000372b0 T efi_file_size
0000000000037384 T efi_file_read_int
0000000000037630 T efi_file_setpos_int
0000000000037698 t efi_get_file_size
00000000000376f0 T efi_file_from_path
0000000000037850 T efi_simple_file_system
00000000000378a0 t efi_open_volume
0000000000037918 t efi_create_file
0000000000037950 t efi_file_open
00000000000379b4 t efi_file_close
00000000000379ec t efi_file_delete
0000000000037a50 t efi_file_read
0000000000037a9c t efi_file_write
0000000000037ae8 t efi_file_getpos
0000000000037b30 t efi_file_setpos
0000000000037b6c t efi_file_getinfo
0000000000037d80 t efi_file_setinfo
0000000000037ec8 t efi_file_flush
0000000000037f10 t efi_file_open_ex
0000000000037fa0 t efi_file_read_ex
0000000000038008 t efi_file_write_ex
0000000000038070 t efi_file_flush_ex
00000000000380d8 t efi_file_write_int
0000000000038198 t new_package_list
0000000000038258 t remove_package_list
00000000000382b8 t update_package_list
00000000000383e4 t list_package_lists
0000000000038510 t export_package_lists
0000000000038550 t register_package_notify
00000000000385c0 t unregister_package_notify
00000000000385e0 t find_keyboard_layouts
00000000000386b4 t get_keyboard_layout
000000000003877c t set_keyboard_layout
00000000000387b4 t get_package_list_handle
0000000000038820 t new_string
0000000000038954 t get_string
0000000000038a4c t set_string
0000000000038ba8 t get_languages
0000000000038cd4 t get_secondary_languages
0000000000038d8c t add_packages
0000000000039160 t free_packagelist
00000000000391a4 t free_keyboard_layouts
00000000000391f8 t remove_strings_package
0000000000039280 t remove_guid_package
00000000000392c4 t remove_keyboard_package
0000000000039314 t language_match
0000000000039370 T efi_print_image_infos
0000000000039490 T efi_check_pe
00000000000394e8 T efi_load_pe
00000000000397fc t efi_set_code_and_data_type
0000000000039864 t efi_loader_relocate
0000000000039944 T efi_set_load_options
000000000003999c T efi_deserialize_load_option
0000000000039aa8 T efi_serialize_load_option
0000000000039b98 T efi_add_memory_map
0000000000039bb4 t efi_add_memory_map_pg
0000000000039df4 T efi_allocate_pages
0000000000039fa4 t efi_check_allocated
000000000003a004 T efi_free_pages
000000000003a098 T efi_alloc_aligned_pages
000000000003a184 T efi_allocate_pool
000000000003a220 T efi_free_pool
000000000003a2c0 T efi_get_memory_map
000000000003a398 T efi_get_memory_map_alloc
000000000003a440 T efi_add_conventional_memory_map
000000000003a4d0 W efi_add_known_memory
000000000003a514 T efi_memory_init
000000000003a59c t efi_mem_sort
000000000003a66c t efi_mem_cmp
000000000003a688 T efi_root_node_register
000000000003a7ac T efi_init_runtime_supported
000000000003a81c t efi_get_time_boottime
000000000003a924 t efi_set_time_boottime
000000000003aa94 t efi_set_virtual_address_map
000000000003accc t efi_reset_system_boottime
000000000003ad58 W allow_unaligned
000000000003ad5c T efi_init_early
000000000003ada0 T efi_init_obj_list
000000000003af4c T efi_create_indexed_name
000000000003afe4 t efi_stri_coll
000000000003b074 t efi_metai_match
000000000003b0b0 t efi_str_lwr
000000000003b0f4 t efi_str_upr
000000000003b138 t efi_fat_to_str
000000000003b1a8 t efi_str_to_fat
000000000003b2b0 t metai_match
000000000003b454 T efi_get_variable
000000000003b4cc T efi_set_variable
000000000003b548 T efi_get_next_variable_name
000000000003b594 T efi_query_variable_info
000000000003b604 T efi_init_secure_state
000000000003b760 T efi_auth_var_get_type
000000000003b7e0 T efi_get_var
000000000003b884 T efi_var_mem_init
000000000003b93c t efi_var_mem_notify_exit_boot_services
000000000003b9b8 T efi_var_collect
000000000003bb80 T efi_var_to_file
000000000003bc28 t efi_set_blk_dev_to_system_partition
000000000003bcb8 T efi_var_restore
000000000003be30 T efi_var_from_file
000000000003bee8 T efi_set_variable_int
000000000003c0d0 T efi_query_variable_info_int
000000000003c150 T efi_variables_boot_exit_notify
000000000003c188 T efi_init_variables
000000000003c1b0 T efi_set_watchdog
000000000003c1e0 T efi_watchdog_register
000000000003c238 t efi_watchdog_timer_notify
000000000003c26c T efi_disk_is_removable
000000000003c2c0 T efi_fs_from_path
000000000003c340 T efi_disk_probe
000000000003c50c T efi_disk_remove
000000000003c5ac T efi_disk_get_device_name
000000000003c6a0 T efi_disks_register
000000000003c6dc t efi_disk_add_dev
000000000003c950 t efi_disk_reset
000000000003c96c t efi_disk_read_blocks
000000000003ca24 t efi_disk_write_blocks
000000000003caec t efi_disk_flush_blocks
000000000003cb08 t efi_disk_rw_blocks
000000000003cbd4 T efi_net_register
000000000003cf88 t efi_net_start
000000000003cff0 t efi_net_stop
000000000003d050 t efi_net_initialize
000000000003d0ec t efi_net_reset
000000000003d160 t efi_net_shutdown
000000000003d1dc t efi_net_receive_filters
000000000003d1f8 t efi_net_station_address
000000000003d214 t efi_net_statistics
000000000003d230 t efi_net_mcastiptomac
000000000003d304 t efi_net_nvdata
000000000003d320 t efi_net_get_status
000000000003d3b4 t efi_net_transmit
000000000003d4f4 t efi_net_receive
000000000003d6c4 t efi_pxe_base_code_start
000000000003d6cc t efi_pxe_base_code_stop
000000000003d6d4 t efi_pxe_base_code_dhcp
000000000003d6dc t efi_pxe_base_code_discover
000000000003d6e4 t efi_pxe_base_code_mtftp
000000000003d6ec t efi_pxe_base_code_udp_write
000000000003d6f4 t efi_pxe_base_code_udp_read
000000000003d6fc t efi_pxe_base_code_set_ip_filter
000000000003d704 t efi_pxe_base_code_arp
000000000003d70c t efi_pxe_base_code_set_parameters
000000000003d714 t efi_pxe_base_code_set_station_ip
000000000003d71c t efi_pxe_base_code_set_packets
000000000003d724 t efi_network_timer_notify
000000000003d7a8 t efi_net_push
000000000003d83c T efi_smbios_register
000000000003d8cc W platform_get_rng_device
000000000003d910 T efi_rng_register
000000000003d978 t rng_getinfo
000000000003da28 t getrng
000000000003daf4 T efi_initrd_register
000000000003dbb8 T efi_initrd_deregister
000000000003dc08 t efi_load_file2_initrd
000000000003dd74 T console_read_unicode
000000000003de88 T utf8_get
000000000003df7c T utf8_put
000000000003e058 T utf8_utf16_strnlen
000000000003e0cc T utf8_utf16_strncpy
000000000003e154 T utf16_put
000000000003e1d4 T utf16_get
000000000003e24c T utf16_strnlen
000000000003e2bc T utf16_utf8_strnlen
000000000003e350 T utf16_utf8_strncpy
000000000003e3d8 T utf_to_lower
000000000003e41c T utf_to_upper
000000000003e468 T u16_strncmp
000000000003e4a8 T u16_strsize
000000000003e4cc T u16_strcpy
000000000003e4f8 T u16_strdup
000000000003e56c T u16_strlcat
000000000003e5f4 T utf16_to_utf8
000000000003e724 T utf_to_cp
000000000003e774 T write_smbios_table
000000000003e900 t smbios_write_type0
000000000003ea4c t smbios_write_type1
000000000003ebcc t smbios_write_type2
000000000003ecf0 t smbios_write_type3
000000000003edc8 t smbios_write_type4
000000000003eec4 t smbios_write_type32
000000000003ef3c t smbios_write_type127
000000000003efa4 t smbios_add_string
000000000003f04c t smbios_add_prop_si
000000000003f088 T write_sparse_image
000000000003f628 t default_log
000000000003f62c T string_to_ip
000000000003f6c4 T string_to_ip6
000000000003f940 T string_to_enetaddr
000000000003f9a4 T compute_ip_checksum
000000000003f9f4 T ip_checksum_ok
000000000003fa10 T list_sort
000000000003fc0c t merge
000000000003fcb8 T inflate_fast
0000000000040104 T inflate_table
000000000004052c T inflateReset
0000000000040590 T inflateInit2_
0000000000040694 T zcalloc
000000000004069c T zcfree
00000000000406a4 T inflate
0000000000041e50 T adler32
000000000004217c T inflateEnd
00000000000421e8 T gzalloc
00000000000421f8 T gzfree
0000000000042200 T gzip_parse_header
00000000000422a0 T gunzip
000000000004230c T zunzip
0000000000042428 T ulz4fn
0000000000042a88 t LZ4_wildCopy
0000000000042adc T avb_chain_partition_descriptor_validate_and_byteswap
0000000000042dd8 T avb_sub_cmdline
0000000000043004 T avb_append_options
00000000000433bc t cmdline_append_option
00000000000434b4 t cmdline_append_hex
0000000000043508 T avb_new_cmdline_subst_list
0000000000043510 T avb_free_cmdline_subst_list
000000000004356c T avb_add_root_digest_substitution
0000000000043640 t uint64_to_base10
00000000000436cc T avb_get_algorithm_data
00000000000436e8 T avb_rsa_public_key_header_validate_and_byteswap
000000000004379c T avb_footer_validate_and_byteswap
0000000000043ac8 T avb_hashtree_descriptor_validate_and_byteswap
00000000000441c8 T avb_property_descriptor_validate_and_byteswap
0000000000044514 T avb_property_lookup
000000000004459c t property_lookup_desc_foreach
0000000000044694 T avb_sha256_init
00000000000446bc T avb_sha256_update
0000000000044784 t SHA256_transform
000000000004493c T avb_sha256_final
0000000000044a30 T avb_slot_verify
0000000000044e40 t load_and_verify_vbmeta
0000000000045c84 t has_system_partition
0000000000045d84 t avb_manage_hashtree_error_mode
0000000000045f6c T avb_slot_verify_data_free
000000000004605c T avb_slot_verify_data_calculate_vbmeta_digest
0000000000046188 t load_requested_partitions
0000000000046388 t load_and_verify_hash_partition
0000000000046874 t read_persistent_digest
0000000000046ba4 t load_full_partition
0000000000046d3c T avb_be32toh
0000000000046d44 T avb_be64toh
0000000000046d4c T avb_safe_memcmp
0000000000046d80 T avb_safe_add_to
0000000000046e24 T avb_basename
0000000000046e7c T avb_safe_add
0000000000046eb0 T avb_validate_utf8
0000000000046f38 T avb_str_concat
00000000000470a4 T avb_malloc
0000000000047134 T avb_calloc
0000000000047170 T avb_strdup
00000000000471c4 T avb_strstr
0000000000047230 T avb_strv_find_str
0000000000047294 T avb_replace
0000000000047448 T avb_strdupv
00000000000475d4 T avb_uppercase
0000000000047604 T avb_bin2hex
0000000000047680 T avb_version_string
000000000004768c T avb_descriptor_validate_and_byteswap
00000000000477f4 T avb_descriptor_foreach
0000000000047bc8 T avb_descriptor_get_all
0000000000047c54 t count_descriptors
0000000000047c68 t set_descriptors
0000000000047c84 T avb_hash_descriptor_validate_and_byteswap
0000000000048034 T avb_kernel_cmdline_descriptor_validate_and_byteswap
000000000004824c T avb_rsa_verify
00000000000487e4 t montMul
00000000000488f8 T avb_sha512_init
0000000000048920 T avb_sha512_update
00000000000489e8 t SHA512_transform
0000000000048bc0 T avb_sha512_final
0000000000048cd4 T avb_memcmp
0000000000048cd8 T avb_memcpy
0000000000048cdc T avb_memset
0000000000048ce0 T avb_strcmp
0000000000048ce4 T avb_strncmp
0000000000048ce8 T avb_strlen
0000000000048cec T avb_abort
0000000000048cf8 T avb_printv
0000000000048d94 T avb_malloc_
0000000000048d98 T avb_free
0000000000048d9c T avb_div_by_10
0000000000048dc4 T avb_vbmeta_image_verify
00000000000493b8 T avb_vbmeta_image_header_to_host_byte_order
0000000000049c3c T avb_vbmeta_verify_result_to_string
0000000000049ca0 T addBootConfigParameters
0000000000049d60 T addBootConfigTrailer
0000000000049e1c T fdt_ro_probe_
0000000000049f2c T fdt_header_size
0000000000049f8c T fdt_check_header
000000000004a1b0 T fdt_offset_ptr
000000000004a298 T fdt_next_tag
000000000004a3f4 T fdt_check_node_offset_
000000000004a434 T fdt_check_prop_offset_
000000000004a474 T fdt_next_node
000000000004a568 T fdt_first_subnode
000000000004a59c T fdt_next_subnode
000000000004a5ec T fdt_find_string_
000000000004a660 T fdt_move
000000000004a6d8 T fdt_get_string
000000000004a858 T fdt_get_mem_rsv
000000000004a8c4 t fdt_mem_rsv
000000000004a940 T fdt_num_mem_rsv
000000000004a990 T fdt_subnode_offset_namelen
000000000004aa80 T fdt_subnode_offset
000000000004aac4 T fdt_path_offset_namelen
000000000004abe4 T fdt_get_alias_namelen
000000000004ac88 T fdt_path_offset
000000000004acbc T fdt_get_name
000000000004ad9c T fdt_first_property_offset
000000000004add8 t nextprop_
000000000004ae48 T fdt_next_property_offset
000000000004ae84 t fdt_get_property_by_offset_
000000000004af00 T fdt_get_property_namelen
000000000004af44 t fdt_get_property_namelen_
000000000004b024 T fdt_get_property
000000000004b070 T fdt_getprop_namelen
000000000004b0ec T fdt_getprop_by_offset
000000000004b1b8 T fdt_getprop
000000000004b204 T fdt_supernode_atdepth_offset
000000000004b2c0 T fdt_parent_offset
000000000004b320 T fdt_node_offset_by_prop_value
000000000004b3ec T fdt_stringlist_contains
000000000004b488 T fdt_node_check_compatible
000000000004b500 T fdt_add_mem_rsv
000000000004b588 t fdt_rw_probe_
000000000004b630 t fdt_splice_mem_rsv_
000000000004b6c4 T fdt_del_mem_rsv
000000000004b758 t fdt_splice_struct_
000000000004b7e8 T fdt_setprop_placeholder
000000000004b8c4 t fdt_add_property_
000000000004baf0 T fdt_setprop
000000000004bb44 T fdt_delprop
000000000004bbb0 T fdt_add_subnode_namelen
000000000004bcec T fdt_add_subnode
000000000004bd30 T fdt_open_into
000000000004bf78 t fdt_blocks_misordered_
000000000004c050 t fdt_packblocks_
000000000004c174 t fdt_splice_
000000000004c25c T fdt_strerror
000000000004c2ac T fdt_address_cells
000000000004c2e0 t fdt_cells
000000000004c330 T fdt_size_cells
000000000004c354 T fdtdec_get_srcname
000000000004c36c T fdtdec_get_addr_size_fixed
000000000004c468 T fdtdec_get_number
000000000004c498 T fdtdec_get_addr_size_auto_parent
000000000004c540 T fdtdec_get_pci_bar32
000000000004c58c T fdtdec_get_is_enabled
000000000004c5cc T fdtdec_get_alias_seq
000000000004c70c T fdtdec_get_alias_highest_id
000000000004c7f8 T fdtdec_get_chosen_prop
000000000004c83c t fdtdec_prepare_fdt
000000000004c888 T fdtdec_get_bool
000000000004c8b0 T fdtdec_locate_byte_array
000000000004c8e4 T fdt_get_resource
000000000004ca2c T fdtdec_setup_mem_size_base
000000000004ca8c T get_next_memory_node
000000000004cae4 T fdtdec_setup_memory_banksize
000000000004cb7c W fdtdec_board_setup
000000000004cb84 T fdtdec_setup
000000000004cc24 T qsort
000000000004cd30 T strcmp_compar
000000000004cd3c T hcreate_r
000000000004cddc T hdestroy_r
000000000004ce68 T hmatch_r
000000000004cf34 T hsearch_r
000000000004d418 T hdelete_r
000000000004d53c T hexport_r
000000000004d894 t cmpkey
000000000004d8a8 T himport_r
000000000004dc60 t drop_var_from_set
000000000004dcd8 T hwalk_r
000000000004dd48 t match_string
000000000004dde4 T display_options_get_banner_priv
000000000004dea4 T display_options_get_banner
000000000004deb4 T display_options
000000000004def4 T print_size
000000000004dfec T hexdump_line
000000000004e1b0 T print_buffer
000000000004e2a4 T hang
000000000004e2bc T strim
000000000004e324 T lmb_dump_all
000000000004e328 T arch_lmb_reserve_generic
000000000004e3e4 T lmb_reserve
000000000004e3f0 T lmb_init_and_reserve
000000000004e440 t lmb_reserve_common
000000000004e504 T lmb_init_and_reserve_range
000000000004e540 T lmb_free
000000000004e648 t lmb_remove_region
000000000004e694 t lmb_add_region_flags
000000000004e894 T lmb_reserve_flags
000000000004e89c T lmb_alloc
000000000004e8a4 T lmb_alloc_base
000000000004e8f0 T __lmb_alloc_base
000000000004ea1c T lmb_alloc_addr
000000000004eaac T lmb_get_free_size
000000000004eb4c W board_lmb_reserve
000000000004eb50 T slre_compile
000000000004ec88 t compile
000000000004f2e4 T slre_match
000000000004f390 t match
000000000004f71c t get_escape_char
000000000004f7ac t quantifier
000000000004f8d0 t relocate
000000000004f944 t loop_greedy
000000000004fa04 t loop_non_greedy
000000000004fab4 T strncasecmp
000000000004fb28 T strcasecmp
000000000004fb30 T strcpy
000000000004fb48 T strncpy
000000000004fb68 T strlcpy
000000000004fbc0 T strlen
000000000004fbd8 T memcpy
000000000004fc30 T strcat
000000000004fc54 T strncat
000000000004fc88 T strlcat
000000000004fce0 T strnlen
000000000004fd10 T strcmp
000000000004fd2c T strncmp
000000000004fd5c T strchr
000000000004fd88 T strrchr
000000000004fdbc T strdup
000000000004fe08 T strsep
000000000004fe60 T memset
000000000004fec4 T memmove
000000000004ff10 T memcmp
000000000004ff40 T strstr
000000000004ffe8 T memchr
0000000000050010 T table_compute_checksum
0000000000050040 W timer_init
0000000000050048 W get_timer
0000000000050084 W timer_get_us
00000000000500bc T usec_to_tick
00000000000500f8 W __udelay
000000000005014c T udelay
0000000000050190 T uuid_str_valid
0000000000050218 T uuid_guid_get_bin
0000000000050288 T uuid_guid_get_str
00000000000502e8 T uuid_str_to_bin
000000000005045c T uuid_bin_to_str
0000000000050630 T rand
000000000005064c t panic_finish
0000000000050678 T panic
00000000000506c4 T vsnprintf
00000000000506f4 t vsnprintf_internal
00000000000510f0 T snprintf
0000000000051140 T sprintf
00000000000511a0 T printf
00000000000511f4 T vprintf
0000000000051260 T simple_itoa
00000000000512a0 t string16
00000000000513e8 t string
00000000000514c8 t number
00000000000517b4 t put_dec_trunc
00000000000518a4 t put_dec
000000000005199c T simple_strtoul
0000000000051a60 T hextoul
0000000000051a68 T dectoul
0000000000051a70 T strict_strtoul
0000000000051b04 T simple_strtol
0000000000051b34 T ustrtoul
0000000000051bdc T ustrtoull
0000000000051c84 T simple_strtoull
0000000000051d48 T trailing_strtoln_end
0000000000051ddc T trailing_strtol
0000000000051de8 T rtc_calc_weekday
0000000000051ed4 T rtc_mktime
0000000000051fa4 T rtc_month_days
0000000000052010 T rtc_to_tm
00000000000521f0 T arp_init
0000000000052228 T arp_raw_request
0000000000052310 T arp_request
000000000005238c T arp_timeout_check
0000000000052420 T arp_is_waiting
0000000000052434 T arp_receive
0000000000052664 T bootp_reset
00000000000526a0 T bootp_request
00000000000529e0 t bootp_timeout_handler
0000000000052a48 t bootp_handler
0000000000052e3c t eth_get_uclass_priv
0000000000052e74 T eth_set_current_to_next
0000000000052ec0 T eth_get_dev
0000000000052f24 T eth_set_dev
0000000000052f6c T eth_get_dev_by_name
000000000005306c T eth_get_ethaddr
0000000000053090 T eth_halt_state_only
00000000000530bc T eth_get_dev_index
00000000000530e4 t on_ethaddr
0000000000053174 T eth_init
0000000000053278 T eth_halt
00000000000532d0 T eth_send
0000000000053354 T eth_rx
000000000005342c T eth_initialize
0000000000053578 t eth_write_hwaddr
000000000005364c t eth_post_bind
0000000000053694 t eth_pre_unbind
00000000000536cc t eth_post_probe
0000000000053908 t eth_pre_remove
0000000000053954 T eth_env_get_enetaddr_by_index
00000000000539ac T eth_env_set_enetaddr_by_index
0000000000053a04 T eth_common_init
0000000000053a08 T eth_mac_skip
0000000000053a54 T eth_current_changed
0000000000053b0c T eth_get_name
0000000000053b38 T eth_try_another
0000000000053bb0 T eth_set_current
0000000000053c34 T ndisc_request
0000000000053dc8 T ndisc_timeout_check
0000000000053e60 T ndisc_init
0000000000053ecc T ndisc_receive
0000000000054118 t on_ipaddr
0000000000054140 t on_gatewayip
0000000000054168 t on_netmask
0000000000054190 t on_serverip
00000000000541b8 t on_nvlan
0000000000054210 t on_vlan
0000000000054268 T net_auto_load
00000000000542d4 t net_check_prereq
0000000000054478 T net_init
0000000000054524 t net_init_loop
00000000000545b0 T net_loop
00000000000548c4 T net_start_again
0000000000054a20 T net_set_timeout_handler
0000000000054a90 t start_again_timeout_handler
0000000000054aa0 T net_set_udp_handler
0000000000054abc T net_get_udp_handler
0000000000054ac8 t dummy_handler
0000000000054acc T net_get_arp_handler
0000000000054ad8 T net_get_async_tx_pkt_buf
0000000000054b08 T net_send_udp_packet
0000000000054b38 T net_send_ip_packet
0000000000054cbc T net_send_tcp_packet
0000000000054d08 T net_set_ether
0000000000054db0 T net_set_udp_header
0000000000054e50 T net_set_ip_header
0000000000054f1c T net_process_received_packet
00000000000551f4 t receive_icmp
0000000000055238 T net_eth_hdr_size
0000000000055258 T net_update_ether
00000000000552f8 T copy_filename
0000000000055360 T net_parse_bootfile
0000000000055408 T ip_to_string
0000000000055430 t on_ip6addr
00000000000554d4 t on_gatewayip6
0000000000055514 t on_serverip6
0000000000055554 T ip6_is_unspecified_addr
00000000000555e4 T ip6_is_our_addr
0000000000055638 T ip6_make_eui
000000000005568c T ip6_make_lladdr
00000000000556ec T ip6_make_snma
000000000005574c T ip6_make_mult_ethdstaddr
000000000005576c T ip6_addr_in_subnet
00000000000557d0 T csum_partial
0000000000055898 T csum_ipv6_magic
0000000000055a30 T ip6_add_hdr
0000000000055aa0 T udp6_add_hdr
0000000000055b4c T net_send_ip_packet6
0000000000055d9c T net_send_udp_packet6
0000000000055dc8 T net_send_tcp_packet6
0000000000055e14 T net_ip6_handler
0000000000056080 T ping_start
0000000000056194 t ping_timeout_handler
00000000000561b4 T ping_receive
0000000000056304 T ip6_make_ping
00000000000563d8 T ping6_send
0000000000056468 T ping6_start
000000000005649c t ping6_timeout
00000000000564bc T ping6_receive
0000000000056590 T tftp_start
0000000000056a94 t tftp_timeout_handler
0000000000056b18 t tftp_handler
0000000000056f9c t tftp_send
000000000005722c t update_block_number
00000000000572e8 t tftp_complete
0000000000057384 T fastboot_udp_start_server
00000000000573f0 t fastboot_timed_send_info
0000000000057548 t fastboot_handler
00000000000576a4 t fastboot_send
00000000000579f8 T fastboot_tcp_start_server
0000000000057a5c t fastboot_tcp_reset_state
0000000000057b00 t fastboot_tcp_handler_ipv4
0000000000057b2c t fastboot_tcp_handler_ipv6
0000000000057b60 t fastboot_tcp_handler
0000000000057ee4 t fastboot_tcp_reset
0000000000057f10 t fastboot_tcp_send_packet
0000000000057f90 t fastboot_tcp_answer
0000000000057ff8 t fastboot_tcp_send_message
0000000000058098 T udp_prereq
00000000000580b8 T udp_start
00000000000580c8 T tcp_set_tcp_state
00000000000580d4 T tcp_set_tcp_handler
00000000000580f0 t dummy_handler
00000000000580f4 T tcp_set_pseudo_header
0000000000058180 T net_set_ack_options
00000000000583e0 T tcp_sent_state_machine
0000000000058488 T net_set_tcp_header_common
0000000000058660 T net_set_tcp_header
00000000000586f4 T tcp_hole
000000000005889c T tcp_parse_options
00000000000588f8 T tcp_state_machine
0000000000058b5c T rxhand_tcp_f
0000000000058e68 T net_set_tcp_handler6
0000000000058e84 t dummy_handler
0000000000058e88 T net_set_tcp_header6
0000000000058f3c T rxhand_tcp6
0000000000059240 R avb_pubkey_size
0000000000059248 r baudrate_table
0000000000059270 r blk_part_ops
0000000000059290 r block_io_disk_template
00000000000592c0 r boot_os
0000000000059350 r commands
00000000000594a0 r LZ4_decompress_generic.dec64table
00000000000594c0 r sha256_h0
0000000000059500 r LZ4_decompress_generic.inc32table
0000000000059520 r driver_ops
0000000000059540 r efi_blk_ops
0000000000059560 R efi_device_path_to_text
0000000000059570 R efi_device_path_utilities
00000000000595b0 r efi_file_handle_protocol
0000000000059628 R efi_hii_database
0000000000059680 R efi_hii_string
00000000000596a8 r efi_lf2_protocol
00000000000596b0 r efi_rng_protocol
00000000000596c0 R efi_unicode_collation_protocol2
00000000000596f8 r fastboot_boot.bootm_args
0000000000059710 r fastboot_set_reboot_flag.commands
0000000000059730 r fastboot_set_reboot_flag.recovery
0000000000059750 r fdt_errtable
00000000000597f0 r fdt_src_name
0000000000059818 r fields
0000000000059838 r fstypes
0000000000059948 r getvar_dispatch
0000000000059a08 r image_comp
0000000000059ab0 r init_sequence_f
0000000000059c28 r list_guid
0000000000059d00 r maintenance_menu_items
0000000000059d78 r name_type
0000000000059e38 r ns16550_serial_ids
0000000000059e98 R ns16550_serial_ops
0000000000059ee0 R op_adv
000000000005a060 r op_table
000000000005a130 r pci_bridge_ids
000000000005a150 r pci_bridge_ops
000000000005a160 r pci_generic_ecam_ids
000000000005a190 r pci_generic_ecam_ops
000000000005a1a0 r pci_generic_ids
000000000005a1c0 r pl01x_serial_id
000000000005a1f0 r pl01x_serial_ops
000000000005a238 r pl031_ids
000000000005a258 r pl031_ops
000000000005a290 r psci_of_match
000000000005a2d0 r qfw_bootdev_ids
000000000005a2f0 r qfw_bootmeth_ids
000000000005a310 r qfw_mmio_ids
000000000005a330 r reserved_list
000000000005a438 r sha512_h0
000000000005a478 r sha512_k
000000000005a6f8 r smbios_write_funcs
000000000005a768 r smccc_trng_ops
000000000005a770 r uclass_idname_str
000000000005a820 r uimage_comp
000000000005a8e0 r uimage_os
000000000005aa18 r uimage_type
000000000005ae20 r virtio_blk_ops
000000000005ae40 r virtio_bootdev_ids
000000000005ae60 r virtio_console_serial_ops
000000000005aea8 r virtio_drv_name
000000000005aed0 r virtio_mmio_ids
000000000005aef0 r virtio_mmio_ops
000000000005af48 r virtio_net_ops
000000000005af90 r virtio_pci_ops
000000000005afe8 r weekdays
000000000005b090 r color
000000000005b100 r env_flags_varaccess_mask
000000000005b120 r number.digits
000000000005b130 R efi_block_io_guid
000000000005b140 R efi_file_info_guid
000000000005b150 R efi_file_system_info_guid
000000000005b160 R efi_global_variable_guid
000000000005b170 R efi_guid_bootmenu_auto_generated
000000000005b180 R efi_guid_device_path
000000000005b190 R efi_guid_device_path_to_text_protocol
000000000005b1a0 R efi_guid_device_path_utilities_protocol
000000000005b1b0 R efi_guid_driver_binding_protocol
000000000005b1c0 R efi_guid_dt_fixup_protocol
000000000005b1d0 R efi_guid_event_group_before_exit_boot_services
000000000005b1e0 R efi_guid_event_group_exit_boot_services
000000000005b1f0 R efi_guid_event_group_memory_map_change
000000000005b200 R efi_guid_event_group_reset_system
000000000005b210 R efi_guid_fdt
000000000005b220 R efi_guid_hii_database_protocol
000000000005b230 R efi_guid_hii_string_protocol
000000000005b240 R efi_guid_image_security_database
000000000005b250 R efi_guid_load_file2_protocol
000000000005b260 R efi_guid_load_file_protocol
000000000005b270 R efi_guid_loaded_image
000000000005b280 R efi_guid_loaded_image_device_path
000000000005b290 R efi_guid_rng_protocol
000000000005b2a0 R efi_guid_text_input_ex_protocol
000000000005b2b0 R efi_guid_text_input_protocol
000000000005b2c0 R efi_guid_text_output_protocol
000000000005b2d0 R efi_guid_unicode_collation_protocol2
000000000005b2e0 R efi_guid_virtio_dev
000000000005b2f0 R efi_lf2_initrd_guid
000000000005b300 r efi_net_guid
000000000005b310 r efi_pxe_base_code_protocol_guid
000000000005b320 r efi_rt_properties_table_guid
000000000005b330 R efi_simple_file_system_protocol_guid
000000000005b340 R efi_system_partition_guid
000000000005b350 R efi_system_volume_label_id
000000000005b360 R efi_u_boot_guid
000000000005b370 r feature
000000000005b374 r feature
000000000005b378 r feature_legacy
000000000005b37c r month_offset
000000000005b3ac r partition_basic_data_guid
000000000005b3bc r sha256_k
000000000005b4bc r shim_lock_guid
000000000005b4cc R smbios_guid
000000000005b4dc r system_guid
000000000005b584 R END
000000000005b588 r ROOT
000000000005b59c r capitalization_table
000000000005c46c R codepage_437
000000000005c582 r distfix
000000000005c602 r dp_lf2_handle
000000000005c69a r inflate.order
000000000005c6c0 r inflate_table.dbase
000000000005c700 r inflate_table.dext
000000000005c740 r inflate_table.lbase
000000000005c77e r inflate_table.lext
000000000005c7bc r lenfix
000000000005d150 r LONG_ONLY_CHARS
000000000005d157 R _ctype
000000000005d261 r android_bootloader_boot_flow.km_name
000000000005d276 R avb_pubkey
000000000005d6bb R default_environment
000000000005d8d5 r env_flags_varaccess_rep
000000000005d8da r env_flags_vartype_rep
000000000005d8e1 r erase_seq
000000000005d8ed r extract_keymint_relevant_data.boot_patchlevel_key
000000000005d913 r extract_keymint_relevant_data.system_patchlevel_key
000000000005d93b r extract_keymint_relevant_data.system_version_key
000000000005d95f r extract_keymint_relevant_data.vendor_patchlevel_key
000000000005d9a6 R hex_asc
000000000005d9b7 r illegal
000000000005d9ed R net_bcast_ethaddr
000000000005da0d R net_null_addr_ip6
000000000005da1d R net_null_ethaddr
000000000005da23 r padding_RSA2048_SHA256
000000000005db03 r padding_RSA2048_SHA512
000000000005dbc3 r padding_RSA4096_SHA256
000000000005dda3 r padding_RSA4096_SHA512
000000000005df63 r padding_RSA8192_SHA256
000000000005e343 r padding_RSA8192_SHA512
000000000005e709 r print_size.names
000000000005e70f r rtc_days_in_month
000000000006afb4 r tab_seq
000000000006afd7 R version_string
000000000006b080 d crosvm_arm64_mem_map
000000000006b100 D mem_map
000000000006b108 D image_load_addr
000000000006b110 d qfw_bootmeth_ops
000000000006b140 d bootm_help_text
000000000006b4d0 d cmd_bootm_sub
000000000006b6c8 d source_help_text
000000000006b6f0 d partition
000000000006b6f8 d cmd_bcb_sub
000000000006b848 d bootefi_help_text
000000000006b959 d bootz_help_text
000000000006bb61 d booti_help_text
000000000006be3c d default_tm
000000000006be60 d dm_help_text
000000000006bfd8 d dm_subcmds
000000000006c128 D eficonfig_menu_desc
000000000006c130 d select_file_menu_items
000000000006c178 d cmd_net
000000000006c1b0 d fwcfg_commands
000000000006c258 d fastboot_help_text
000000000006c318 d cmd_avb
000000000006c510 d env_id
000000000006c514 d env_help_text
000000000006c6e8 d cmd_env_sub
000000000006c870 d init_sequence_r
000000000006c970 d hist_cur
000000000006c978 d av_
000000000006d188 d trim_threshold
000000000006d190 d sbrk_base
000000000006d198 D stdio_names
000000000006d1b0 d _stats
000000000006d1c8 d block_cache
000000000006d1d8 d root_info
000000000006d1e8 d psci_sysreset_ops
000000000006d200 d virtio_pci_supported
000000000006da20 D qfw_bootdev_ops
000000000006da28 d qfw_mmio_ops
000000000006da38 D env_htab
000000000006da50 D efi_obj_list
000000000006da60 D efi_event_queue
000000000006da70 D efi_register_notify_events
000000000006da80 d entry_count
000000000006da88 d efi_boot_services
000000000006dc00 d efi_tpl
000000000006dc08 d efi_cout_modes
000000000006dc50 d efi_con_mode
000000000006dc68 D efi_con_out
000000000006dcb8 D efi_con_in
000000000006dcd0 d efi_con_in_ex
000000000006dd00 d cin_notify_functions
000000000006dd10 D efi_dt_fixup_prot
000000000006dd20 d efi_package_lists
000000000006dd30 d efi_keyboard_layout_list
000000000006dd40 D efi_mem
000000000006dd50 D efi_obj_list_initialized
000000000006dd58 D efi_system_partition
000000000006dd68 d algorithm_data
000000000006de10 d y
000000000006de14 D net_our_vlan
000000000006de18 D net_native_vlan
000000000006de1c D tftp_timeout_count_max
000000000006de20 d tftp_block_size_option
000000000006de24 d tftp_window_size_option
000000000006de28 d timeout_ms
000000000006de30 d timeout_count_max
000000000006de34 d tftp_block_size
000000000006de38 d sequence_number
000000000006de3c d fastboot_send.cmd
000000000006de40 D _u_boot_list_2_arm_smccc_feature_2_smccc_trng
000000000006de50 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
000000000006de68 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
000000000006de80 D _u_boot_list_2_cmd_2_ab_select
000000000006de80 d complete_cmdv.start
000000000006de80 d complete_cmdv.start.17
000000000006de80 d do_help.start
000000000006de80 d do_help.start.6
000000000006de80 d find_cmd.start
000000000006de80 d find_cmd.start.2
000000000006deb8 D _u_boot_list_2_cmd_2_avb
000000000006def0 D _u_boot_list_2_cmd_2_bcb
000000000006df28 D _u_boot_list_2_cmd_2_boot
000000000006df60 D _u_boot_list_2_cmd_2_boot_android
000000000006df98 D _u_boot_list_2_cmd_2_bootd
000000000006dfd0 D _u_boot_list_2_cmd_2_bootefi
000000000006e008 D _u_boot_list_2_cmd_2_booti
000000000006e040 D _u_boot_list_2_cmd_2_bootm
000000000006e078 D _u_boot_list_2_cmd_2_bootp
000000000006e0b0 D _u_boot_list_2_cmd_2_bootz
000000000006e0e8 D _u_boot_list_2_cmd_2_date
000000000006e120 D _u_boot_list_2_cmd_2_dm
000000000006e158 D _u_boot_list_2_cmd_2_echo
000000000006e190 D _u_boot_list_2_cmd_2_eficonfig
000000000006e1c8 D _u_boot_list_2_cmd_2_env
000000000006e200 D _u_boot_list_2_cmd_2_exit
000000000006e238 D _u_boot_list_2_cmd_2_false
000000000006e270 D _u_boot_list_2_cmd_2_fastboot
000000000006e2a8 D _u_boot_list_2_cmd_2_fatinfo
000000000006e2e0 D _u_boot_list_2_cmd_2_fatload
000000000006e318 D _u_boot_list_2_cmd_2_fatls
000000000006e350 D _u_boot_list_2_cmd_2_fatmkdir
000000000006e388 D _u_boot_list_2_cmd_2_fatrm
000000000006e3c0 D _u_boot_list_2_cmd_2_fatsize
000000000006e3f8 D _u_boot_list_2_cmd_2_fatwrite
000000000006e430 D _u_boot_list_2_cmd_2_fstype
000000000006e468 D _u_boot_list_2_cmd_2_fstypes
000000000006e4a0 D _u_boot_list_2_cmd_2_gpt
000000000006e4d8 D _u_boot_list_2_cmd_2_help
000000000006e510 D _u_boot_list_2_cmd_2_itest
000000000006e548 D _u_boot_list_2_cmd_2_ln
000000000006e580 D _u_boot_list_2_cmd_2_load
000000000006e5b8 D _u_boot_list_2_cmd_2_ls
000000000006e5f0 D _u_boot_list_2_cmd_2_net
000000000006e628 D _u_boot_list_2_cmd_2_panic
000000000006e660 D _u_boot_list_2_cmd_2_part
000000000006e698 D _u_boot_list_2_cmd_2_ping
000000000006e6d0 D _u_boot_list_2_cmd_2_ping6
000000000006e708 D _u_boot_list_2_cmd_2_printenv
000000000006e740 D _u_boot_list_2_cmd_2_qfw
000000000006e778 D _u_boot_list_2_cmd_2_question_mark
000000000006e7b0 D _u_boot_list_2_cmd_2_read
000000000006e7e8 D _u_boot_list_2_cmd_2_reset
000000000006e820 D _u_boot_list_2_cmd_2_run
000000000006e858 D _u_boot_list_2_cmd_2_save
000000000006e890 D _u_boot_list_2_cmd_2_setenv
000000000006e8c8 D _u_boot_list_2_cmd_2_setexpr
000000000006e900 D _u_boot_list_2_cmd_2_showvar
000000000006e938 D _u_boot_list_2_cmd_2_size
000000000006e970 D _u_boot_list_2_cmd_2_sleep
000000000006e9a8 D _u_boot_list_2_cmd_2_source
000000000006e9e0 D _u_boot_list_2_cmd_2_test
000000000006ea18 D _u_boot_list_2_cmd_2_tftpboot
000000000006ea50 D _u_boot_list_2_cmd_2_true
000000000006ea88 D _u_boot_list_2_cmd_2_verified_boot_android
000000000006eac0 D _u_boot_list_2_cmd_2_version
000000000006eaf8 D _u_boot_list_2_cmd_2_virtio
000000000006eb30 D _u_boot_list_2_driver_2_blk_partition
000000000006eb30 d complete_cmdv.end
000000000006eb30 d dm_dump_driver_compat.start
000000000006eb30 d dm_dump_driver_compat.start.5
000000000006eb30 d dm_dump_drivers.start
000000000006eb30 d dm_dump_drivers.start.12
000000000006eb30 d do_help.end
000000000006eb30 d efi_driver_init.start
000000000006eb30 d find_cmd.end
000000000006eb30 d fix_drivers.start
000000000006eb30 d fix_drivers.start.1
000000000006eb30 d lists_bind_fdt.start
000000000006eb30 d lists_bind_fdt.start.3
000000000006eb30 d lists_driver_lookup_name.start
000000000006eb30 d lists_driver_lookup_name.start.1
000000000006eba8 D _u_boot_list_2_driver_2_bootmeth_qfw
000000000006ec20 D _u_boot_list_2_driver_2_efi_blk
000000000006ec98 D _u_boot_list_2_driver_2_efi_block
000000000006ed10 D _u_boot_list_2_driver_2_ns16550_serial
000000000006ed88 D _u_boot_list_2_driver_2_pci_bridge_drv
000000000006ee00 D _u_boot_list_2_driver_2_pci_generic_drv
000000000006ee78 D _u_boot_list_2_driver_2_pci_generic_ecam
000000000006eef0 D _u_boot_list_2_driver_2_psci
000000000006ef68 D _u_boot_list_2_driver_2_psci_sysreset
000000000006efe0 D _u_boot_list_2_driver_2_qfw_bootdev
000000000006f058 D _u_boot_list_2_driver_2_qfw_mmio
000000000006f0d0 D _u_boot_list_2_driver_2_root_driver
000000000006f148 D _u_boot_list_2_driver_2_rtc_pl031
000000000006f1c0 D _u_boot_list_2_driver_2_serial_pl01x
000000000006f238 D _u_boot_list_2_driver_2_smccc_trng
000000000006f2b0 D _u_boot_list_2_driver_2_virtio_blk
000000000006f328 D _u_boot_list_2_driver_2_virtio_bootdev
000000000006f3a0 D _u_boot_list_2_driver_2_virtio_console
000000000006f418 D _u_boot_list_2_driver_2_virtio_mmio
000000000006f490 D _u_boot_list_2_driver_2_virtio_net
000000000006f508 D _u_boot_list_2_driver_2_virtio_pci_modern
000000000006f580 D _u_boot_list_2_env_clbk_2_baudrate
000000000006f580 d bind_drivers_pass.end
000000000006f580 d bind_drivers_pass.start
000000000006f580 d bind_drivers_pass.start.14
000000000006f580 d dm_dump_driver_compat.end
000000000006f580 d dm_dump_drivers.end
000000000006f580 d dm_dump_static_driver_info.end
000000000006f580 d dm_dump_static_driver_info.start
000000000006f580 d dm_dump_static_driver_info.start.20
000000000006f580 d efi_driver_init.end
000000000006f580 d find_env_callback.start
000000000006f580 d find_env_callback.start.3
000000000006f580 d fix_devices.end
000000000006f580 d fix_devices.start
000000000006f580 d fix_devices.start.3
000000000006f580 d fix_drivers.end
000000000006f580 d lists_bind_fdt.end
000000000006f580 d lists_driver_lookup_name.end
000000000006f590 D _u_boot_list_2_env_clbk_2_callbacks
000000000006f5a0 D _u_boot_list_2_env_clbk_2_console
000000000006f5b0 D _u_boot_list_2_env_clbk_2_ethaddr
000000000006f5c0 D _u_boot_list_2_env_clbk_2_flags
000000000006f5d0 D _u_boot_list_2_env_clbk_2_gatewayip
000000000006f5e0 D _u_boot_list_2_env_clbk_2_gatewayip6
000000000006f5f0 D _u_boot_list_2_env_clbk_2_ip6addr
000000000006f600 D _u_boot_list_2_env_clbk_2_ipaddr
000000000006f610 D _u_boot_list_2_env_clbk_2_loadaddr
000000000006f620 D _u_boot_list_2_env_clbk_2_netmask
000000000006f630 D _u_boot_list_2_env_clbk_2_nvlan
000000000006f640 D _u_boot_list_2_env_clbk_2_serverip
000000000006f650 D _u_boot_list_2_env_clbk_2_serverip6
000000000006f660 D _u_boot_list_2_env_clbk_2_vlan
000000000006f670 D _u_boot_list_2_env_driver_2_nowhere
000000000006f670 d _env_driver_lookup.start
000000000006f670 d _env_driver_lookup.start.11
000000000006f670 d env_select.start
000000000006f670 d env_select.start.8
000000000006f670 d find_env_callback.end
000000000006f6a0 D _u_boot_list_2_part_driver_2_a_efi
000000000006f6a0 d _env_driver_lookup.end
000000000006f6a0 d do_part_types.start
000000000006f6a0 d do_part_types.start.19
000000000006f6a0 d env_select.end
000000000006f6a0 d event_show_spy_list.end
000000000006f6a0 d event_show_spy_list.start
000000000006f6a0 d event_show_spy_list.start.3
000000000006f6a0 d fit_loadable_process.start
000000000006f6a0 d fit_loadable_process.start.27
000000000006f6a0 d notify_static.end
000000000006f6a0 d notify_static.start
000000000006f6a0 d notify_static.start.10
000000000006f6a0 d part_driver_get_count.start
000000000006f6a0 d part_driver_get_first.start
000000000006f6a0 d part_driver_lookup_type.start
000000000006f6a0 d part_driver_lookup_type.start.43
000000000006f6a0 d part_init.start
000000000006f6a0 d part_init.start.18
000000000006f6c8 D _u_boot_list_2_part_driver_2_dos
000000000006f6f0 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
000000000006f6f0 d do_part_types.end
000000000006f6f0 d part_driver_get_count.end
000000000006f6f0 d part_driver_lookup_type.end
000000000006f6f0 d part_init.end
000000000006f6f0 d pci_find_and_bind_driver.start
000000000006f6f0 d pci_find_and_bind_driver.start.14
000000000006f700 D _u_boot_list_2_uclass_driver_2_blk
000000000006f700 d fix_uclass.start
000000000006f700 d fix_uclass.start.2
000000000006f700 d lists_uclass_lookup.start
000000000006f700 d lists_uclass_lookup.start.2
000000000006f700 d pci_find_and_bind_driver.end
000000000006f778 D _u_boot_list_2_uclass_driver_2_efi
000000000006f7f0 D _u_boot_list_2_uclass_driver_2_ethernet
000000000006f868 D _u_boot_list_2_uclass_driver_2_firmware
000000000006f8e0 D _u_boot_list_2_uclass_driver_2_nop
000000000006f958 D _u_boot_list_2_uclass_driver_2_partition
000000000006f9d0 D _u_boot_list_2_uclass_driver_2_pci
000000000006fa48 D _u_boot_list_2_uclass_driver_2_pci_generic
000000000006fac0 D _u_boot_list_2_uclass_driver_2_qfw
000000000006fb38 D _u_boot_list_2_uclass_driver_2_rng
000000000006fbb0 D _u_boot_list_2_uclass_driver_2_root
000000000006fc28 D _u_boot_list_2_uclass_driver_2_rtc
000000000006fca0 D _u_boot_list_2_uclass_driver_2_serial
000000000006fd18 D _u_boot_list_2_uclass_driver_2_sysreset
000000000006fd90 D _u_boot_list_2_uclass_driver_2_virtio
000000000006fe08 D __efi_runtime_rel_start
000000000006fe08 D __efi_runtime_rel_stop
000000000006fe08 D __image_copy_end
000000000006fe08 D __rel_dyn_start
000000000006fe08 d fix_uclass.end
000000000006fe08 d lists_uclass_lookup.end
0000000000079868 D __bss_start
0000000000079868 D __rel_dyn_end
0000000000079868 D _end
0000000000079880 B images
0000000000079ce0 b get_console.console
0000000000079ce8 b block
0000000000079cf0 b partition_data
0000000000079dc0 b bcb
000000000007a5c0 b image_addr
000000000007a5c8 b image_size
000000000007a5d0 b bootefi_device_path
000000000007a5d8 b bootefi_image_path
000000000007a5e0 b avail_row
000000000007a5e4 b eficonfig_init.init
000000000007a5e8 b cin
000000000007a5f0 b cout
000000000007a5f8 b qfw_dev
000000000007a600 b virtio_curr_dev
000000000007a608 b avb_ops
000000000007a610 b top_vars
000000000007a618 b last_return_code
000000000007a61c b get_dollar_var.buf
000000000007a644 b flag_repeat
000000000007a648 b ifs
000000000007a650 b map
000000000007a750 b do_repeat
000000000007a754 b get_user_input.the_command
000000000007a958 b stored_bootdelay
000000000007a960 B monitor_flash_len
000000000007a968 B console_buffer
000000000007ab6c b cli_readline_into_buffer.initted
000000000007ab70 b hist_max
000000000007ab74 b hist_add_idx
000000000007ab78 b hist_num
000000000007ab7c b hist_lines
000000000007d390 b hist_list
000000000007d430 b ctrlc_disabled
000000000007d434 b ctrlc_was_pressed
000000000007d438 B mem_malloc_start
000000000007d440 B mem_malloc_end
000000000007d448 B mem_malloc_brk
000000000007d450 b top_pad
000000000007d458 b current_mallinfo.0
000000000007d460 b max_sbrked_mem
000000000007d468 b max_total_mem
000000000007d470 B stdio_devices
000000000007d488 b devs
000000000007d500 b env_complete_buf
000000000007d700 b tmp_buf
000000000007d908 b sector_buf
000000000017d908 b print_efiname.name
000000000017d930 B virtio_bootdev_ops
000000000017d938 b virtio_pci_bind.num_devs
000000000017d940 B fastboot_progress_callback
000000000017d948 b fastboot_boot.boot_addr_start
000000000017d960 B fastboot_buf_addr
000000000017d968 B fastboot_buf_size
000000000017d96c b fastboot_bytes_expected
000000000017d970 b fastboot_bytes_received
000000000017d974 b image_size
000000000017d978 b first_call
000000000017d980 b flags_list
000000000017d988 b first_call
000000000017d990 b callback_list
000000000017d998 b fs_type
000000000017d9a0 b fs_dev_desc
000000000017d9a8 b fs_partition
000000000017da50 b fs_dev_part
000000000017da58 b cur_dev
000000000017da60 b cur_part_info
000000000017db08 b total_sector
000000000017db10 b get_set_cluster.tmpbuf_cluster
000000000017db18 b bs
000000000017db20 b rs
000000000017db28 b efi_gd
000000000017db30 b app_gd
000000000017db38 b timers_enabled
000000000017db40 b current_image
000000000017db48 B efi_st_keep_devices
000000000017db50 b efi_get_next_monotonic_count.mono
000000000017db58 b uart_obj
000000000017db88 b console_timer_event
000000000017db90 b key_available
000000000017db94 b next_key
000000000017dba0 B efi_memory_map_key
000000000017dba8 B efi_root
000000000017dbb0 b watchdog_timer_event
000000000017dbb8 b dhcp_ack
000000000017dbc0 b netobj
000000000017dbc8 b transmit_buffer
000000000017dbd0 b receive_buffer
000000000017dbd8 b receive_lengths
000000000017dbe0 b wait_for_packet
000000000017dbe8 b network_timer_event
000000000017dbf0 b rx_packet_num
000000000017dbf8 b new_tx_packet
000000000017dc00 b rx_packet_idx
000000000017dc08 b efi_initrd_handle
000000000017dc10 B errno
000000000017dc14 b local_toa
000000000017dc30 B arp_wait_packet_ethaddr
000000000017dc38 B net_arp_wait_packet_ip
000000000017dc3c b net_arp_wait_reply_ip.0
000000000017dc40 B arp_wait_tx_packet_size
000000000017dc44 b arp_tx_packet_buf
000000000017e288 B arp_tx_packet
000000000017e290 B arp_wait_timer_start
000000000017e298 B arp_wait_try
000000000017e29c B net_nis_domain
000000000017e2bc B net_hostname
000000000017e2dc B net_root_path
000000000017e31c B bootp_num_ids
000000000017e320 B bootp_try
000000000017e328 B bootp_start
000000000017e330 B bootp_timeout
000000000017e338 b time_taken_max
000000000017e340 B bootp_ids
000000000017e350 b eth_errno
000000000017e358 b eth_try_another.first_failed
000000000017e360 b eth_set_current.act
000000000017e368 b eth_set_current.env_changed_id
000000000017e36c B net_nd_sol_packet_ip6
000000000017e380 B net_nd_timer_start
000000000017e388 B net_nd_try
000000000017e390 B net_nd_packet_mac_out
000000000017e398 B net_nd_tx_packet
000000000017e3a0 B net_nd_tx_packet_size
000000000017e3a4 b net_nd_packet_buf
000000000017e9e4 b net_nd_rep_packet_ip6
000000000017e9f8 B push_packet
000000000017ea00 b net_init.first_call
000000000017ea01 b net_pkt_buf
0000000000180848 B net_tx_packet
0000000000180850 B net_rx_packets
0000000000180870 B net_state
0000000000180874 b net_restarted
0000000000180878 b net_dev_exists
000000000018087c b net_try_count
0000000000180880 B net_boot_file_size
0000000000180884 B net_ip
0000000000180888 b time_start
0000000000180890 b time_handler
0000000000180898 b time_delta
00000000001808a0 B net_restart_wrap
00000000001808a8 b udp_packet_handler
00000000001808b0 b arp_packet_handler
00000000001808b8 B net_server_ethaddr
00000000001808c0 B net_server_ip
00000000001808c8 B net_rx_packet
00000000001808d0 B net_rx_packet_len
00000000001808d4 B net_ethaddr
00000000001808dc b net_ip_id
00000000001808e0 B net_boot_file_name
0000000000180ce0 B net_netmask
0000000000180ce4 B net_gateway
0000000000180ce8 B net_dns_server
0000000000180cec B net_boot_file_name_explicit
0000000000180cf0 B net_boot_file_expected_size_in_blocks
0000000000180cf4 B net_gateway6
0000000000180d04 B net_ip6
0000000000180d14 B net_link_local_ip6
0000000000180d24 B net_server_ip6
0000000000180d34 B net_prefix_length
0000000000180d38 B use_ip6
0000000000180d3c B net_ping_ip
0000000000180d40 b ping_seq_number
0000000000180d44 b seq_no
0000000000180d48 B net_ping_ip6
0000000000180d58 b saved_tftp_block_size_option
0000000000180d5c b tftp_remote_ip6
0000000000180d6c b tftp_remote_ip
0000000000180d70 b tftp_filename
0000000000180df0 b default_filename
0000000000180e00 b tftp_load_addr
0000000000180e08 b tftp_state
0000000000180e10 b time_start
0000000000180e18 b tftp_remote_port
0000000000180e1c b timeout_count
0000000000180e20 b tftp_our_port
0000000000180e28 b tftp_cur_block
0000000000180e30 b tftp_windowsize
0000000000180e34 b tftp_last_nack
0000000000180e38 b tftp_load_size
0000000000180e40 b tftp_next_ack
0000000000180e48 b tftp_prev_block
0000000000180e50 b tftp_block_wrap
0000000000180e58 b tftp_block_wrap_offset
0000000000180e60 b fastboot_our_port
0000000000180e68 b fastboot_timed_send_info.start
0000000000180e70 b last_packet_len
0000000000180e74 b last_packet
0000000000181274 b fastboot_remote_ip.0
0000000000181278 b fastboot_remote_port
000000000018127c b fastboot_send.command
00000000001812bd b fastboot_send.pending_command
00000000001812c0 b state
00000000001812c4 b command
0000000000181305 b response
0000000000181348 b curr_header_buffer
0000000000181350 b curr_sport
0000000000181354 b curr_dport
0000000000181358 b curr_tcp_seq_num
000000000018135c b curr_tcp_ack_num
0000000000181360 b curr_request_len
0000000000181368 b curr_chunk_size
0000000000181370 b curr_chunk_downloaded
0000000000181378 b curr_header_downloaded
0000000000181380 b command_handled_id
0000000000181384 b command_handled_success
0000000000181385 b is_ipv6
0000000000181388 b ip_header_size
0000000000181390 b udp_ops
0000000000181398 b current_tcp_state
00000000001813a0 b tcp_packet_handler
00000000001813a8 b loc_timestamp
00000000001813ac b rmt_timestamp
00000000001813b0 b tcp_lost
00000000001813d4 b tcp_activity_count
00000000001813d8 b tcp_ack_edge
00000000001813dc b prev_len
00000000001813e0 b sack_idx
00000000001813e4 b edge_a
0000000000181568 b tcp6_packet_handler
0000000000181570 D __bss_end