Searched refs:_end (Results 1 – 25 of 45) sorted by relevance
12
32 log_debug("%s: fall back to builtin DTB, %p\n", __func__, &_end); in board_fdt_blob_setup()34 return (void *)&_end; in board_fdt_blob_setup()
36 LONG(_##_sec_##_end); \41 LONG(_##_sym_##_##_sec_##_end); \46 LONG(_##_sec_##_end); \55 _##_sym_##_##_sec_##_end = ABSOLUTE(.); \168 _end = ALIGN(0x8); \
56 _end = . ; symbol61 ASSERT(_end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
73 _end = . ; symbol
56 * _end - This is end of u-boot.bin image.59 _end = .; symbol
11 extern char _end[];
10 .word _end - _start
22 return (ulong *)&_end; in board_fdt_blob_setup()
23 .word (_end - _start) + 20 * 1024 /* 0x50: load size
72 * _end - This is end of u-boot.bin image.75 _end = .; symbol
36 char _end[0] __section(".__end"); variable
44 _end = .; symbol
20 extern char _end[], _init[];
38 _end = .; symbol
70 * _end - This is end of u-boot.bin image.73 _end = .; symbol
49 _end = .; symbol
77 _end = .; symbol
125 return (ulong *)&_end; in board_fdt_blob_setup()
47 _end = .; symbol
48 _end = .; symbol
79 _end = .; symbol
50 _end = .; symbol
88 _end = .; symbol
Completed in 51 milliseconds