⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setpll.map

📁 arm7 sample code, some demo for arm7 of linux
💻 MAP
📖 第 1 页 / 共 2 页
字号:
                0x20000000                __bss_load_start__ = (__data_run_end__ ALIGN 0x4)

.bss            0x20000000        0x0
                0x20000000                __bss_start__ = .
 *(.bss .bss.* .gnu.linkonce.b.*)
 *(COMMON)
                0x20000000                __bss_end__ = (__bss_start__ + SIZEOF (.bss))
                0x00000001                . = ASSERT (((__bss_end__ >= __SRAM_segment_start__) && (__bss_end__ <= (__SRAM_segment_start__ + 0x800))), error: .bss is too large to fit in SRAM memory segment)
                0x20000000                __non_init_load_start__ = (__bss_end__ ALIGN 0x4)

.non_init       0x20000000        0x0
                0x20000000                __non_init_start__ = .
 *(.non_init .non_init.*)
                0x20000000                __non_init_end__ = (__non_init_start__ + SIZEOF (.non_init))
                0x00000001                . = ASSERT (((__non_init_end__ >= __SRAM_segment_start__) && (__non_init_end__ <= (__SRAM_segment_start__ + 0x800))), error: .non_init is too large to fit in SRAM memory segment)
                0x20000000                __heap_load_start__ = (__non_init_end__ ALIGN 0x4)

.heap           0x20000000       0x80
                0x20000000                __heap_start__ = .
 *(.heap)
                0x20000080                . = ((__heap_start__ + __HEAPSIZE__) MAX_K .)
 *fill*         0x20000000       0x80 00
                0x20000080                __heap_end__ = (__heap_start__ + SIZEOF (.heap))
                0x00000001                . = ASSERT (((__heap_end__ >= __SRAM_segment_start__) && (__heap_end__ <= (__SRAM_segment_start__ + 0x800))), error: .heap is too large to fit in SRAM memory segment)
                0x20000080                __stack_load_start__ = (__heap_end__ ALIGN 0x4)

.stack          0x20000080       0x80
                0x20000080                __stack_start__ = .
 *(.stack)
                0x20000100                . = ((__stack_start__ + __STACKSIZE__) MAX_K .)
 *fill*         0x20000080       0x80 00
                0x20000100                __stack_end__ = (__stack_start__ + SIZEOF (.stack))
                0x00000001                . = ASSERT (((__stack_end__ >= __SRAM_segment_start__) && (__stack_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack is too large to fit in SRAM memory segment)
                0x20000100                __stack_irq_load_start__ = (__stack_end__ ALIGN 0x4)

.stack_irq      0x20000100        0x0
                0x20000100                __stack_irq_start__ = .
 *(.stack_irq)
                0x20000100                . = ((__stack_irq_start__ + __STACKSIZE_IRQ__) MAX_K .)
                0x20000100                __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
                0x00000001                . = ASSERT (((__stack_irq_end__ >= __SRAM_segment_start__) && (__stack_irq_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack_irq is too large to fit in SRAM memory segment)
                0x20000100                __stack_fiq_load_start__ = (__stack_irq_end__ ALIGN 0x4)

.stack_fiq      0x20000100        0x0
                0x20000100                __stack_fiq_start__ = .
 *(.stack_fiq)
                0x20000100                . = ((__stack_fiq_start__ + __STACKSIZE_FIQ__) MAX_K .)
                0x20000100                __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
                0x00000001                . = ASSERT (((__stack_fiq_end__ >= __SRAM_segment_start__) && (__stack_fiq_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack_fiq is too large to fit in SRAM memory segment)
                0x20000100                __stack_svc_load_start__ = (__stack_fiq_end__ ALIGN 0x4)

.stack_svc      0x20000100        0x0
                0x20000100                __stack_svc_start__ = .
 *(.stack_svc)
                0x20000100                . = ((__stack_svc_start__ + __STACKSIZE_SVC__) MAX_K .)
                0x20000100                __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
                0x00000001                . = ASSERT (((__stack_svc_end__ >= __SRAM_segment_start__) && (__stack_svc_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack_svc is too large to fit in SRAM memory segment)
                0x20000100                __stack_abt_load_start__ = (__stack_svc_end__ ALIGN 0x4)

.stack_abt      0x20000100        0x0
                0x20000100                __stack_abt_start__ = .
 *(.stack_abt)
                0x20000100                . = ((__stack_abt_start__ + __STACKSIZE_ABT__) MAX_K .)
                0x20000100                __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
                0x00000001                . = ASSERT (((__stack_abt_end__ >= __SRAM_segment_start__) && (__stack_abt_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack_abt is too large to fit in SRAM memory segment)
                0x20000100                __stack_und_load_start__ = (__stack_abt_end__ ALIGN 0x4)

.stack_und      0x20000100        0x0
                0x20000100                __stack_und_start__ = .
 *(.stack_und)
                0x20000100                . = ((__stack_und_start__ + __STACKSIZE_UND__) MAX_K .)
                0x20000100                __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
                0x00000001                . = ASSERT (((__stack_und_end__ >= __SRAM_segment_start__) && (__stack_und_end__ <= (__SRAM_segment_start__ + 0x800))), error: .stack_und is too large to fit in SRAM memory segment)
                0x00000284                __fast_load_start__ = ((__data_load_start__ + SIZEOF (.data)) ALIGN 0x4)

.fast           0x20000100        0x0 load address 0x00000284
                0x20000100                __fast_start__ = .
 *(.fast .fast.*)
                0x20000100                __fast_end__ = (__fast_start__ + SIZEOF (.fast))
                0x00000284                __fast_load_end__ = (__fast_load_start__ + SIZEOF (.fast))
                0x00000284                __FLASH_segment_used_end__ = (((__data_load_start__ + SIZEOF (.data)) ALIGN 0x4) + SIZEOF (.fast))
                0x00000001                . = ASSERT ((((__fast_load_start__ + SIZEOF (.fast)) >= __FLASH_segment_start__) && ((__fast_load_start__ + SIZEOF (.fast)) <= (__FLASH_segment_start__ + 0x2000))), error: .fast is too large to fit in FLASH memory segment)

.fast_run       0x20000100        0x0
                0x20000100                __fast_run_start__ = .
                0x20000100                . = ((__fast_run_start__ + SIZEOF (.fast)) MAX_K .)
                0x20000100                __fast_run_end__ = (__fast_run_start__ + SIZEOF (.fast_run))
                0x20000100                __SRAM_segment_used_end__ = ((__stack_und_end__ ALIGN 0x4) + SIZEOF (.fast_run))
                0x00000001                . = ASSERT (((__fast_run_end__ >= __SRAM_segment_start__) && (__fast_run_end__ <= (__SRAM_segment_start__ + 0x800))), error: .fast_run is too large to fit in SRAM memory segment)
START GROUP
LOAD THUMB Flash Debug/PLLSet.o
LOAD THUMB Flash Debug/thumb_crt0.o
LOAD THUMB Flash Debug/LM3S_Startup.o
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/libadiv5_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/libm_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/libc_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/libcpp_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/libgccfp_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/lib_vfprintf_long_v7m_t_le.a
LOAD C:/Program Files/Rowley Associates Limited/CrossWorks for ARM 1.6/lib/lib_vfscanf_long_v7m_t_le.a
END GROUP
OUTPUT(THUMB Flash Debug/SetPLL.elf elf32-littlearm)

.debug_abbrev   0x00000000       0x84
 .debug_abbrev  0x00000000       0x5c THUMB Flash Debug/PLLSet.o
 .debug_abbrev  0x0000005c       0x14 THUMB Flash Debug/thumb_crt0.o
 .debug_abbrev  0x00000070       0x14 THUMB Flash Debug/LM3S_Startup.o

.debug_info     0x00000000      0x267
 .debug_info    0x00000000      0x101 THUMB Flash Debug/PLLSet.o
 .debug_info    0x00000101       0xb4 THUMB Flash Debug/thumb_crt0.o
 .debug_info    0x000001b5       0xb2 THUMB Flash Debug/LM3S_Startup.o

.debug_line     0x00000000      0x20e
 .debug_line    0x00000000       0x72 THUMB Flash Debug/PLLSet.o
 .debug_line    0x00000072       0xe2 THUMB Flash Debug/thumb_crt0.o
 .debug_line    0x00000154       0xba THUMB Flash Debug/LM3S_Startup.o

.debug_frame    0x00000000       0x5c
 .debug_frame   0x00000000       0x5c THUMB Flash Debug/PLLSet.o

.debug_loc      0x00000000       0x62
 .debug_loc     0x00000000       0x62 THUMB Flash Debug/PLLSet.o

.debug_pubnames
                0x00000000       0x26
 .debug_pubnames
                0x00000000       0x26 THUMB Flash Debug/PLLSet.o

.debug_aranges  0x00000000       0x60
 .debug_aranges
                0x00000000       0x20 THUMB Flash Debug/PLLSet.o
 .debug_aranges
                0x00000020       0x20 THUMB Flash Debug/thumb_crt0.o
 .debug_aranges
                0x00000040       0x20 THUMB Flash Debug/LM3S_Startup.o

.comment        0x00000000       0x2b
 .comment       0x00000000       0x2b THUMB Flash Debug/PLLSet.o

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -