xf.li | aa4d92f | 2023-09-13 00:18:58 -0700 | [diff] [blame^] | 1 | Archive member included because of file (symbol) |
| 2 | |
| 3 | lib/libarm.a(board.o) cpu/m0/start.o (copy_to_iram1) |
| 4 | lib/libarm.a(string.o) lib/libarm.a(board.o) (memcpy) |
| 5 | drivers/libdrivers.a(ddr.o) lib/libarm.a(board.o) (ddr_init) |
| 6 | drivers/libdrivers.a(uart.o) lib/libarm.a(board.o) (uart_init) |
| 7 | drivers/libdrivers.a(image.o) |
| 8 | lib/libarm.a(board.o) (read_zloader_image) |
| 9 | drivers/libdrivers.a(efuse.o) |
| 10 | lib/libarm.a(board.o) (efuse_init) |
| 11 | drivers/libdrivers.a(secure_verify.o) |
| 12 | drivers/libdrivers.a(image.o) (secure_verify_zloader) |
| 13 | drivers/libdrivers.a(nor.o) lib/libarm.a(board.o) (board_flash_init) |
| 14 | drivers/libdrivers.a(drv_hash.o) |
| 15 | drivers/libdrivers.a(secure_verify.o) (Hash_Calculate) |
| 16 | drivers/libdrivers.a(drv_rsa.o) |
| 17 | drivers/libdrivers.a(secure_verify.o) (Rsa_Calculate) |
| 18 | drivers/libdrivers.a(flash.o) |
| 19 | drivers/libdrivers.a(nor.o) (get_boot_mode) |
| 20 | cpu/m0/libm0.a(cpu.o) lib/libarm.a(board.o) (timer_init) |
| 21 | cpu/m0/libm0.a(clk.o) lib/libarm.a(board.o) (clk_init) |
| 22 | |
| 23 | 内存配置 |
| 24 | |
| 25 | 名称 来源 长度 属性 |
| 26 | *default* 0x0000000000000000 0xffffffffffffffff |
| 27 | |
| 28 | 链结器命令稿和内存映射 |
| 29 | |
| 30 | 0x0000000000000000 . = 0x0 |
| 31 | 0x0000000000000000 . = ALIGN (0x4) |
| 32 | |
| 33 | .text 0x0000000000100000 0x18d4 |
| 34 | cpu/m0/start.o(.text) |
| 35 | .text 0x0000000000100000 0x248 cpu/m0/start.o |
| 36 | 0x00000000001001a4 _bss_start |
| 37 | 0x00000000001001ac _bss_end |
| 38 | 0x00000000001001b0 _para_start |
| 39 | 0x00000000001001b4 _para_end |
| 40 | 0x00000000001001b8 _start |
| 41 | 0x0000000000100216 run_at |
| 42 | *(.text) |
| 43 | .text 0x0000000000100248 0x144 lib/libarm.a(board.o) |
| 44 | 0x0000000000100248 print_info |
| 45 | 0x0000000000100258 copy_to_iram1 |
| 46 | 0x0000000000100278 clear_iram |
| 47 | 0x0000000000100290 write_loader_mode |
| 48 | 0x000000000010029c hang |
| 49 | 0x000000000010029e usb_apcore_poweroff |
| 50 | 0x00000000001002f8 start_armboot |
| 51 | .text 0x000000000010038c 0x80 lib/libarm.a(string.o) |
| 52 | 0x000000000010038c strlen |
| 53 | 0x000000000010039c memset |
| 54 | 0x00000000001003de memcmp |
| 55 | 0x00000000001003fa memcpy |
| 56 | .text 0x000000000010040c 0x810 drivers/libdrivers.a(ddr.o) |
| 57 | 0x000000000010040c nsdelay |
| 58 | 0x0000000000100426 ddr_clk_init |
| 59 | 0x000000000010043c ddr_phy_init |
| 60 | 0x0000000000100538 ddr_ctrl_init |
| 61 | 0x00000000001008d8 ddr_prio_init |
| 62 | 0x00000000001009fc ddr_init |
| 63 | .text 0x0000000000100c1c 0x138 drivers/libdrivers.a(uart.o) |
| 64 | 0x0000000000100c1c uart_init |
| 65 | 0x0000000000100c9c uart_putc |
| 66 | 0x0000000000100cc4 uart_puts |
| 67 | 0x0000000000100cd8 uart_getc |
| 68 | 0x0000000000100cf4 uart_tstc |
| 69 | 0x0000000000100d04 UART_Read |
| 70 | 0x0000000000100d20 UART_Write |
| 71 | 0x0000000000100d3c UART_Check_Sync |
| 72 | .text 0x0000000000100d54 0x10c drivers/libdrivers.a(image.o) |
| 73 | 0x0000000000100d54 page_align |
| 74 | 0x0000000000100d6c find_partition_para |
| 75 | 0x0000000000100d9c read_image_part_offset |
| 76 | 0x0000000000100df0 read_flags_image |
| 77 | 0x0000000000100df4 read_uboot_image |
| 78 | 0x0000000000100df8 nand_read_m0 |
| 79 | 0x0000000000100dfc read_zloader_image |
| 80 | .text 0x0000000000100e60 0x1a0 drivers/libdrivers.a(efuse.o) |
| 81 | 0x0000000000100e60 efuse_init |
| 82 | 0x0000000000100e84 get_ddr_flag |
| 83 | 0x0000000000100f88 get_secure_verify_status |
| 84 | 0x0000000000100fcc get_otp_secure_verify_status |
| 85 | .text 0x0000000000101000 0x198 drivers/libdrivers.a(secure_verify.o) |
| 86 | 0x0000000000101000 BIG2SMALL |
| 87 | 0x0000000000101030 bin2hex |
| 88 | 0x000000000010107c secure_verify_zloader |
| 89 | 0x0000000000101194 SecureVerify |
| 90 | .text 0x0000000000101198 0x424 drivers/libdrivers.a(nor.o) |
| 91 | 0x0000000000101198 spifc_enable |
| 92 | 0x00000000001011c8 spifc_disable |
| 93 | 0x00000000001011ec spifc_setup_cmd |
| 94 | 0x0000000000101270 spifc_wait_cmd_end |
| 95 | 0x000000000010129c spifc_read_fifo |
| 96 | 0x00000000001012d8 spifc_start |
| 97 | 0x00000000001012e8 cmd_seek |
| 98 | 0x0000000000101308 nor_read_reg |
| 99 | 0x0000000000101368 nor_read_id |
| 100 | 0x00000000001013d0 spi_nor_read |
| 101 | 0x000000000010142c nor_read |
| 102 | 0x0000000000101480 spi_nor_read_security_register |
| 103 | 0x00000000001014dc nor_read_security_register |
| 104 | 0x0000000000101530 nor_init |
| 105 | 0x0000000000101580 board_flash_init |
| 106 | .text 0x00000000001015bc 0xa4 drivers/libdrivers.a(drv_hash.o) |
| 107 | 0x00000000001015bc Hash_Calculate |
| 108 | .text 0x0000000000101660 0x174 drivers/libdrivers.a(drv_rsa.o) |
| 109 | 0x000000000010167a Rsa_Calculate |
| 110 | .text 0x00000000001017d4 0x28 drivers/libdrivers.a(flash.o) |
| 111 | 0x00000000001017d4 get_boot_mode |
| 112 | .text 0x00000000001017fc 0x54 cpu/m0/libm0.a(cpu.o) |
| 113 | 0x00000000001017fc timer_init |
| 114 | 0x0000000000101814 usdelay |
| 115 | .text 0x0000000000101850 0x84 cpu/m0/libm0.a(clk.o) |
| 116 | 0x0000000000101850 clk_init |
| 117 | |
| 118 | .glue_7 0x00000000001018d4 0x0 |
| 119 | .glue_7 0x0000000000000000 0x0 linker stubs |
| 120 | |
| 121 | .glue_7t 0x00000000001018d4 0x0 |
| 122 | .glue_7t 0x0000000000000000 0x0 linker stubs |
| 123 | |
| 124 | .vfp11_veneer 0x00000000001018d4 0x0 |
| 125 | .vfp11_veneer 0x0000000000000000 0x0 linker stubs |
| 126 | |
| 127 | .v4_bx 0x00000000001018d4 0x0 |
| 128 | .v4_bx 0x0000000000000000 0x0 linker stubs |
| 129 | |
| 130 | .iplt 0x00000000001018d4 0x0 |
| 131 | .iplt 0x0000000000000000 0x0 cpu/m0/start.o |
| 132 | 0x00000000001018d4 . = ALIGN (0x4) |
| 133 | |
| 134 | .rodata 0x00000000001018d4 0x16c |
| 135 | *(.rodata) |
| 136 | .rodata 0x00000000001018d4 0x16c drivers/libdrivers.a(nor.o) |
| 137 | |
| 138 | .rodata.str1.1 0x0000000000101a40 0x1cd |
| 139 | .rodata.str1.1 |
| 140 | 0x0000000000101a40 0x2d lib/libarm.a(board.o) |
| 141 | .rodata.str1.1 |
| 142 | 0x0000000000101a6d 0x2a drivers/libdrivers.a(image.o) |
| 143 | .rodata.str1.1 |
| 144 | 0x0000000000101a97 0x17 drivers/libdrivers.a(efuse.o) |
| 145 | .rodata.str1.1 |
| 146 | 0x0000000000101aae 0x3 drivers/libdrivers.a(secure_verify.o) |
| 147 | .rodata.str1.1 |
| 148 | 0x0000000000101ab1 0x15c drivers/libdrivers.a(nor.o) |
| 149 | |
| 150 | .rel.dyn 0x0000000000101c10 0x0 |
| 151 | .rel.iplt 0x0000000000000000 0x0 cpu/m0/start.o |
| 152 | 0x0000000000101c10 . = ALIGN (0x4) |
| 153 | |
| 154 | .data 0x0000000000101c10 0x50 |
| 155 | *(.data) |
| 156 | .data 0x0000000000101c10 0x0 cpu/m0/start.o |
| 157 | .data 0x0000000000101c10 0x0 lib/libarm.a(board.o) |
| 158 | .data 0x0000000000101c10 0x0 lib/libarm.a(string.o) |
| 159 | .data 0x0000000000101c10 0x0 drivers/libdrivers.a(ddr.o) |
| 160 | .data 0x0000000000101c10 0x0 drivers/libdrivers.a(uart.o) |
| 161 | .data 0x0000000000101c10 0x0 drivers/libdrivers.a(image.o) |
| 162 | .data 0x0000000000101c10 0x0 drivers/libdrivers.a(efuse.o) |
| 163 | .data 0x0000000000101c10 0x0 drivers/libdrivers.a(secure_verify.o) |
| 164 | .data 0x0000000000101c10 0x50 drivers/libdrivers.a(nor.o) |
| 165 | 0x0000000000101c10 nor_cmd_table |
| 166 | .data 0x0000000000101c60 0x0 drivers/libdrivers.a(drv_hash.o) |
| 167 | .data 0x0000000000101c60 0x0 drivers/libdrivers.a(drv_rsa.o) |
| 168 | .data 0x0000000000101c60 0x0 drivers/libdrivers.a(flash.o) |
| 169 | .data 0x0000000000101c60 0x0 cpu/m0/libm0.a(cpu.o) |
| 170 | .data 0x0000000000101c60 0x0 cpu/m0/libm0.a(clk.o) |
| 171 | |
| 172 | .igot.plt 0x0000000000101c60 0x0 |
| 173 | .igot.plt 0x0000000000000000 0x0 cpu/m0/start.o |
| 174 | 0x0000000000101c60 . = ALIGN (0x4) |
| 175 | |
| 176 | .got |
| 177 | *(.got) |
| 178 | 0x0000000000101c60 . = ALIGN (0x4) |
| 179 | 0x0000000000101c60 __bss_start = . |
| 180 | |
| 181 | .bss 0x0000000000101c60 0x164 |
| 182 | *(.bss) |
| 183 | .bss 0x0000000000101c60 0x0 cpu/m0/start.o |
| 184 | .bss 0x0000000000101c60 0x4 lib/libarm.a(board.o) |
| 185 | 0x0000000000101c60 zloader_entry_point |
| 186 | .bss 0x0000000000101c64 0x0 lib/libarm.a(string.o) |
| 187 | .bss 0x0000000000101c64 0x0 drivers/libdrivers.a(ddr.o) |
| 188 | .bss 0x0000000000101c64 0x0 drivers/libdrivers.a(uart.o) |
| 189 | .bss 0x0000000000101c64 0x0 drivers/libdrivers.a(image.o) |
| 190 | .bss 0x0000000000101c64 0x0 drivers/libdrivers.a(efuse.o) |
| 191 | .bss 0x0000000000101c64 0x104 drivers/libdrivers.a(secure_verify.o) |
| 192 | 0x0000000000101c64 result |
| 193 | .bss 0x0000000000101d68 0x28 drivers/libdrivers.a(nor.o) |
| 194 | 0x0000000000101d68 spi_nor_flash |
| 195 | 0x0000000000101d6c otp_data |
| 196 | .bss 0x0000000000101d90 0x0 drivers/libdrivers.a(drv_hash.o) |
| 197 | .bss 0x0000000000101d90 0x0 drivers/libdrivers.a(drv_rsa.o) |
| 198 | .bss 0x0000000000101d90 0x24 drivers/libdrivers.a(flash.o) |
| 199 | 0x0000000000101d90 flash |
| 200 | .bss 0x0000000000101db4 0x10 cpu/m0/libm0.a(cpu.o) |
| 201 | 0x0000000000101db4 g_tick |
| 202 | .bss 0x0000000000101dc4 0x0 cpu/m0/libm0.a(clk.o) |
| 203 | 0x0000000000101dc4 __bss_end = . |
| 204 | 0x0000000000101dc4 . = ALIGN (0x4) |
| 205 | |
| 206 | .para 0x0000000082000000 0x0 加载地址 0x0000000000101dc4 |
| 207 | 0x0000000082000000 __para_start = . |
| 208 | *(.para) |
| 209 | 0x0000000082000000 __para_end = . |
| 210 | 0x0000000082000000 __end = . |
| 211 | 段 .text 的地址设置为 0x100000 |
| 212 | LOAD cpu/m0/start.o |
| 213 | START GROUP |
| 214 | LOAD board/zx297520v3/libzx297520v3.a |
| 215 | LOAD cpu/m0/libm0.a |
| 216 | LOAD lib/libarm.a |
| 217 | LOAD drivers/libdrivers.a |
| 218 | END GROUP |
| 219 | OUTPUT(z-load elf32-littlearm) |
| 220 | |
| 221 | .ARM.attributes |
| 222 | 0x0000000000000000 0x10 |
| 223 | .ARM.attributes |
| 224 | 0x0000000000000000 0x10 cpu/m0/start.o |
| 225 | .ARM.attributes |
| 226 | 0x0000000000000010 0x10 lib/libarm.a(board.o) |
| 227 | .ARM.attributes |
| 228 | 0x0000000000000020 0x10 lib/libarm.a(string.o) |
| 229 | .ARM.attributes |
| 230 | 0x0000000000000030 0x10 drivers/libdrivers.a(ddr.o) |
| 231 | .ARM.attributes |
| 232 | 0x0000000000000040 0x10 drivers/libdrivers.a(uart.o) |
| 233 | .ARM.attributes |
| 234 | 0x0000000000000050 0x10 drivers/libdrivers.a(image.o) |
| 235 | .ARM.attributes |
| 236 | 0x0000000000000060 0x10 drivers/libdrivers.a(efuse.o) |
| 237 | .ARM.attributes |
| 238 | 0x0000000000000070 0x10 drivers/libdrivers.a(secure_verify.o) |
| 239 | .ARM.attributes |
| 240 | 0x0000000000000080 0x10 drivers/libdrivers.a(nor.o) |
| 241 | .ARM.attributes |
| 242 | 0x0000000000000090 0x10 drivers/libdrivers.a(drv_hash.o) |
| 243 | .ARM.attributes |
| 244 | 0x00000000000000a0 0x10 drivers/libdrivers.a(drv_rsa.o) |
| 245 | .ARM.attributes |
| 246 | 0x00000000000000b0 0x10 drivers/libdrivers.a(flash.o) |
| 247 | .ARM.attributes |
| 248 | 0x00000000000000c0 0x10 cpu/m0/libm0.a(cpu.o) |
| 249 | .ARM.attributes |
| 250 | 0x00000000000000d0 0x10 cpu/m0/libm0.a(clk.o) |
| 251 | |
| 252 | .comment 0x0000000000000000 0x29 |
| 253 | .comment 0x0000000000000000 0x29 lib/libarm.a(board.o) |
| 254 | 0x2a (松开之前的大小) |
| 255 | .comment 0x0000000000000000 0x2a lib/libarm.a(string.o) |
| 256 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(ddr.o) |
| 257 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(uart.o) |
| 258 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(image.o) |
| 259 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(efuse.o) |
| 260 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(secure_verify.o) |
| 261 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(nor.o) |
| 262 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(drv_hash.o) |
| 263 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(drv_rsa.o) |
| 264 | .comment 0x0000000000000000 0x2a drivers/libdrivers.a(flash.o) |
| 265 | .comment 0x0000000000000000 0x2a cpu/m0/libm0.a(cpu.o) |
| 266 | .comment 0x0000000000000000 0x2a cpu/m0/libm0.a(clk.o) |
| 267 | |
| 268 | .note.GNU-stack |
| 269 | 0x0000000000000000 0x0 |
| 270 | .note.GNU-stack |
| 271 | 0x0000000000000000 0x0 lib/libarm.a(board.o) |
| 272 | .note.GNU-stack |
| 273 | 0x0000000000000000 0x0 lib/libarm.a(string.o) |
| 274 | .note.GNU-stack |
| 275 | 0x0000000000000000 0x0 drivers/libdrivers.a(ddr.o) |
| 276 | .note.GNU-stack |
| 277 | 0x0000000000000000 0x0 drivers/libdrivers.a(uart.o) |
| 278 | .note.GNU-stack |
| 279 | 0x0000000000000000 0x0 drivers/libdrivers.a(image.o) |
| 280 | .note.GNU-stack |
| 281 | 0x0000000000000000 0x0 drivers/libdrivers.a(efuse.o) |
| 282 | .note.GNU-stack |
| 283 | 0x0000000000000000 0x0 drivers/libdrivers.a(secure_verify.o) |
| 284 | .note.GNU-stack |
| 285 | 0x0000000000000000 0x0 drivers/libdrivers.a(nor.o) |
| 286 | .note.GNU-stack |
| 287 | 0x0000000000000000 0x0 drivers/libdrivers.a(drv_hash.o) |
| 288 | .note.GNU-stack |
| 289 | 0x0000000000000000 0x0 drivers/libdrivers.a(drv_rsa.o) |
| 290 | .note.GNU-stack |
| 291 | 0x0000000000000000 0x0 drivers/libdrivers.a(flash.o) |
| 292 | .note.GNU-stack |
| 293 | 0x0000000000000000 0x0 cpu/m0/libm0.a(cpu.o) |
| 294 | .note.GNU-stack |
| 295 | 0x0000000000000000 0x0 cpu/m0/libm0.a(clk.o) |
| 296 | |
| 297 | .stab 0x0000000000000000 0x27c |
| 298 | .stab 0x0000000000000000 0x27c cpu/m0/start.o |
| 299 | |
| 300 | .stabstr 0x0000000000000000 0x67 |
| 301 | .stabstr 0x0000000000000000 0x67 cpu/m0/start.o |
| 302 | |
| 303 | .debug_info 0x0000000000000000 0x33aa |
| 304 | .debug_info 0x0000000000000000 0x5e3 lib/libarm.a(board.o) |
| 305 | .debug_info 0x00000000000005e3 0x22b lib/libarm.a(string.o) |
| 306 | .debug_info 0x000000000000080e 0x329 drivers/libdrivers.a(ddr.o) |
| 307 | .debug_info 0x0000000000000b37 0x2a0 drivers/libdrivers.a(uart.o) |
| 308 | .debug_info 0x0000000000000dd7 0x6d3 drivers/libdrivers.a(image.o) |
| 309 | .debug_info 0x00000000000014aa 0x1c3 drivers/libdrivers.a(efuse.o) |
| 310 | .debug_info 0x000000000000166d 0x62d drivers/libdrivers.a(secure_verify.o) |
| 311 | .debug_info 0x0000000000001c9a 0xd5f drivers/libdrivers.a(nor.o) |
| 312 | .debug_info 0x00000000000029f9 0x1e8 drivers/libdrivers.a(drv_hash.o) |
| 313 | .debug_info 0x0000000000002be1 0x3b4 drivers/libdrivers.a(drv_rsa.o) |
| 314 | .debug_info 0x0000000000002f95 0x20f drivers/libdrivers.a(flash.o) |
| 315 | .debug_info 0x00000000000031a4 0x17b cpu/m0/libm0.a(cpu.o) |
| 316 | .debug_info 0x000000000000331f 0x8b cpu/m0/libm0.a(clk.o) |
| 317 | |
| 318 | .debug_abbrev 0x0000000000000000 0x1281 |
| 319 | .debug_abbrev 0x0000000000000000 0x277 lib/libarm.a(board.o) |
| 320 | .debug_abbrev 0x0000000000000277 0xb7 lib/libarm.a(string.o) |
| 321 | .debug_abbrev 0x000000000000032e 0x12f drivers/libdrivers.a(ddr.o) |
| 322 | .debug_abbrev 0x000000000000045d 0x19e drivers/libdrivers.a(uart.o) |
| 323 | .debug_abbrev 0x00000000000005fb 0x212 drivers/libdrivers.a(image.o) |
| 324 | .debug_abbrev 0x000000000000080d 0x11d drivers/libdrivers.a(efuse.o) |
| 325 | .debug_abbrev 0x000000000000092a 0x258 drivers/libdrivers.a(secure_verify.o) |
| 326 | .debug_abbrev 0x0000000000000b82 0x280 drivers/libdrivers.a(nor.o) |
| 327 | .debug_abbrev 0x0000000000000e02 0xde drivers/libdrivers.a(drv_hash.o) |
| 328 | .debug_abbrev 0x0000000000000ee0 0x1e2 drivers/libdrivers.a(drv_rsa.o) |
| 329 | .debug_abbrev 0x00000000000010c2 0xb5 drivers/libdrivers.a(flash.o) |
| 330 | .debug_abbrev 0x0000000000001177 0xc8 cpu/m0/libm0.a(cpu.o) |
| 331 | .debug_abbrev 0x000000000000123f 0x42 cpu/m0/libm0.a(clk.o) |
| 332 | |
| 333 | .debug_loc 0x0000000000000000 0x1c6c |
| 334 | .debug_loc 0x0000000000000000 0xcc lib/libarm.a(board.o) |
| 335 | .debug_loc 0x00000000000000cc 0x29d lib/libarm.a(string.o) |
| 336 | .debug_loc 0x0000000000000369 0x2d8 drivers/libdrivers.a(ddr.o) |
| 337 | .debug_loc 0x0000000000000641 0x228 drivers/libdrivers.a(uart.o) |
| 338 | .debug_loc 0x0000000000000869 0x2ab drivers/libdrivers.a(image.o) |
| 339 | .debug_loc 0x0000000000000b14 0xab drivers/libdrivers.a(efuse.o) |
| 340 | .debug_loc 0x0000000000000bbf 0x3ea drivers/libdrivers.a(secure_verify.o) |
| 341 | .debug_loc 0x0000000000000fa9 0x80a drivers/libdrivers.a(nor.o) |
| 342 | .debug_loc 0x00000000000017b3 0x1b8 drivers/libdrivers.a(drv_hash.o) |
| 343 | .debug_loc 0x000000000000196b 0x238 drivers/libdrivers.a(drv_rsa.o) |
| 344 | .debug_loc 0x0000000000001ba3 0x1f drivers/libdrivers.a(flash.o) |
| 345 | .debug_loc 0x0000000000001bc2 0xaa cpu/m0/libm0.a(cpu.o) |
| 346 | |
| 347 | .debug_aranges 0x0000000000000000 0x1a0 |
| 348 | .debug_aranges |
| 349 | 0x0000000000000000 0x20 lib/libarm.a(board.o) |
| 350 | .debug_aranges |
| 351 | 0x0000000000000020 0x20 lib/libarm.a(string.o) |
| 352 | .debug_aranges |
| 353 | 0x0000000000000040 0x20 drivers/libdrivers.a(ddr.o) |
| 354 | .debug_aranges |
| 355 | 0x0000000000000060 0x20 drivers/libdrivers.a(uart.o) |
| 356 | .debug_aranges |
| 357 | 0x0000000000000080 0x20 drivers/libdrivers.a(image.o) |
| 358 | .debug_aranges |
| 359 | 0x00000000000000a0 0x20 drivers/libdrivers.a(efuse.o) |
| 360 | .debug_aranges |
| 361 | 0x00000000000000c0 0x20 drivers/libdrivers.a(secure_verify.o) |
| 362 | .debug_aranges |
| 363 | 0x00000000000000e0 0x20 drivers/libdrivers.a(nor.o) |
| 364 | .debug_aranges |
| 365 | 0x0000000000000100 0x20 drivers/libdrivers.a(drv_hash.o) |
| 366 | .debug_aranges |
| 367 | 0x0000000000000120 0x20 drivers/libdrivers.a(drv_rsa.o) |
| 368 | .debug_aranges |
| 369 | 0x0000000000000140 0x20 drivers/libdrivers.a(flash.o) |
| 370 | .debug_aranges |
| 371 | 0x0000000000000160 0x20 cpu/m0/libm0.a(cpu.o) |
| 372 | .debug_aranges |
| 373 | 0x0000000000000180 0x20 cpu/m0/libm0.a(clk.o) |
| 374 | |
| 375 | .debug_ranges 0x0000000000000000 0xc8 |
| 376 | .debug_ranges 0x0000000000000000 0x18 lib/libarm.a(board.o) |
| 377 | .debug_ranges 0x0000000000000018 0x18 drivers/libdrivers.a(ddr.o) |
| 378 | .debug_ranges 0x0000000000000030 0x18 drivers/libdrivers.a(uart.o) |
| 379 | .debug_ranges 0x0000000000000048 0x20 drivers/libdrivers.a(nor.o) |
| 380 | .debug_ranges 0x0000000000000068 0x28 drivers/libdrivers.a(drv_hash.o) |
| 381 | .debug_ranges 0x0000000000000090 0x38 drivers/libdrivers.a(drv_rsa.o) |
| 382 | |
| 383 | .debug_line 0x0000000000000000 0x1413 |
| 384 | .debug_line 0x0000000000000000 0x2df lib/libarm.a(board.o) |
| 385 | .debug_line 0x00000000000002df 0x152 lib/libarm.a(string.o) |
| 386 | .debug_line 0x0000000000000431 0x290 drivers/libdrivers.a(ddr.o) |
| 387 | .debug_line 0x00000000000006c1 0x112 drivers/libdrivers.a(uart.o) |
| 388 | .debug_line 0x00000000000007d3 0x228 drivers/libdrivers.a(image.o) |
| 389 | .debug_line 0x00000000000009fb 0x118 drivers/libdrivers.a(efuse.o) |
| 390 | .debug_line 0x0000000000000b13 0x2ad drivers/libdrivers.a(secure_verify.o) |
| 391 | .debug_line 0x0000000000000dc0 0x2a2 drivers/libdrivers.a(nor.o) |
| 392 | .debug_line 0x0000000000001062 0x88 drivers/libdrivers.a(drv_hash.o) |
| 393 | .debug_line 0x00000000000010ea 0x117 drivers/libdrivers.a(drv_rsa.o) |
| 394 | .debug_line 0x0000000000001201 0x10a drivers/libdrivers.a(flash.o) |
| 395 | .debug_line 0x000000000000130b 0xa7 cpu/m0/libm0.a(cpu.o) |
| 396 | .debug_line 0x00000000000013b2 0x61 cpu/m0/libm0.a(clk.o) |
| 397 | |
| 398 | .debug_str 0x0000000000000000 0xe2b |
| 399 | .debug_str 0x0000000000000000 0x445 lib/libarm.a(board.o) |
| 400 | 0x4b8 (松开之前的大小) |
| 401 | .debug_str 0x0000000000000445 0x4c lib/libarm.a(string.o) |
| 402 | 0x214 (松开之前的大小) |
| 403 | .debug_str 0x0000000000000491 0xa1 drivers/libdrivers.a(ddr.o) |
| 404 | 0x216 (松开之前的大小) |
| 405 | .debug_str 0x0000000000000532 0x8a drivers/libdrivers.a(uart.o) |
| 406 | 0x253 (松开之前的大小) |
| 407 | .debug_str 0x00000000000005bc 0x229 drivers/libdrivers.a(image.o) |
| 408 | 0x4a0 (松开之前的大小) |
| 409 | .debug_str 0x00000000000007e5 0x7b drivers/libdrivers.a(efuse.o) |
| 410 | 0x255 (松开之前的大小) |
| 411 | .debug_str 0x0000000000000860 0x177 drivers/libdrivers.a(secure_verify.o) |
| 412 | 0x407 (松开之前的大小) |
| 413 | .debug_str 0x00000000000009d7 0x2c3 drivers/libdrivers.a(nor.o) |
| 414 | 0x5f3 (松开之前的大小) |
| 415 | .debug_str 0x0000000000000c9a 0x87 drivers/libdrivers.a(drv_hash.o) |
| 416 | 0x25a (松开之前的大小) |
| 417 | .debug_str 0x0000000000000d21 0x79 drivers/libdrivers.a(drv_rsa.o) |
| 418 | 0x29c (松开之前的大小) |
| 419 | .debug_str 0x0000000000000d9a 0x12 drivers/libdrivers.a(flash.o) |
| 420 | 0x2a8 (松开之前的大小) |
| 421 | .debug_str 0x0000000000000dac 0x79 cpu/m0/libm0.a(cpu.o) |
| 422 | 0x1f8 (松开之前的大小) |
| 423 | .debug_str 0x0000000000000e25 0x6 cpu/m0/libm0.a(clk.o) |
| 424 | 0x1bd (松开之前的大小) |
| 425 | |
| 426 | .debug_frame 0x0000000000000000 0x6a0 |
| 427 | .debug_frame 0x0000000000000000 0xa4 lib/libarm.a(board.o) |
| 428 | .debug_frame 0x00000000000000a4 0x68 lib/libarm.a(string.o) |
| 429 | .debug_frame 0x000000000000010c 0xac drivers/libdrivers.a(ddr.o) |
| 430 | .debug_frame 0x00000000000001b8 0xc0 drivers/libdrivers.a(uart.o) |
| 431 | .debug_frame 0x0000000000000278 0xa4 drivers/libdrivers.a(image.o) |
| 432 | .debug_frame 0x000000000000031c 0x60 drivers/libdrivers.a(efuse.o) |
| 433 | .debug_frame 0x000000000000037c 0x80 drivers/libdrivers.a(secure_verify.o) |
| 434 | .debug_frame 0x00000000000003fc 0x1b0 drivers/libdrivers.a(nor.o) |
| 435 | .debug_frame 0x00000000000005ac 0x2c drivers/libdrivers.a(drv_hash.o) |
| 436 | .debug_frame 0x00000000000005d8 0x4c drivers/libdrivers.a(drv_rsa.o) |
| 437 | .debug_frame 0x0000000000000624 0x20 drivers/libdrivers.a(flash.o) |
| 438 | .debug_frame 0x0000000000000644 0x30 cpu/m0/libm0.a(cpu.o) |
| 439 | .debug_frame 0x0000000000000674 0x2c cpu/m0/libm0.a(clk.o) |