fxBoot/tests/test.map

103 lines
3.4 KiB
Plaintext

build/main.o: dynamic relocation in read-only section `.text'
Discarded input sections
.comment 0x0000000000000000 0x13 build/main.o
Memory Configuration
Name Origin Length Attributes
userram 0x0000000000000000 0x0000000000040000 xw
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
LOAD build/main.o
LOAD build/syscalls.o
.text 0x0000000000000000 0x230
*(.text)
.text 0x0000000000000000 0x68 build/main.o
0x0000000000000000 _main
*fill* 0x0000000000000068 0x8
.text 0x0000000000000070 0xe0 build/syscalls.o
0x0000000000000070 _casio_GetKey
0x0000000000000084 _casio_PrintMini
0x00000000000000b4 _casio_Bdisp_AllClr_VRAM
0x00000000000000c4 _casio_Bdisp_PutDisp_DD
0x00000000000000d4 _casio_Bfile_CreateFile
0x00000000000000e4 _casio_Bfile_OpenFile
0x00000000000000f4 _casio_Bfile_CloseFile
0x0000000000000104 _casio_Bfile_WriteFile
0x0000000000000114 _casio_Bfile_ReadFile
0x0000000000000124 _casio_Malloc
0x0000000000000134 _casio_Free
*(.text.*)
*(.rodata)
.rodata 0x0000000000000150 0x25 build/main.o
*(.rodata.*)
*(.hash)
*fill* 0x0000000000000175 0x3
.hash 0x0000000000000178 0x10 build/main.o
*(.dynsym)
.dynsym 0x0000000000000188 0x10 build/main.o
*(.dynstr)
.dynstr 0x0000000000000198 0x1 build/main.o
*(.dynbss)
.dynbss 0x0000000000000199 0x0 build/main.o
*(.dynamic)
*fill* 0x0000000000000199 0x3
.dynamic 0x000000000000019c 0x88 build/main.o
0x000000000000019c _DYNAMIC
*(.plt)
.plt 0x0000000000000224 0x0 build/main.o
*(.got.plt)
.got.plt 0x0000000000000224 0xc build/main.o
0x0000000000000224 _GLOBAL_OFFSET_TABLE_
*(.got.*)
.got.funcdesc 0x0000000000000230 0x0 build/main.o
*(.got)
.got 0x0000000000000230 0x0 build/main.o
*(.rofixup)
.rofixup 0x0000000000000230 0x0 build/main.o
.rela.dyn 0x0000000000000230 0x48
*(.rela.plt)
.rela.plt 0x0000000000000230 0x0 build/main.o
*(.rela.got)
.rela.got 0x0000000000000230 0x0 build/main.o
*(.rela.got.*)
.rela.got.funcdesc
0x0000000000000230 0x0 build/main.o
*(.rela.*)
.rela.text 0x0000000000000230 0x48 build/main.o
*(.rela.text)
*(.real.data)
.data 0x0000000000000278 0x0
*(.data)
.data 0x0000000000000278 0x0 build/main.o
.data 0x0000000000000278 0x0 build/syscalls.o
*(.data.*)
*(.bss)
.bss 0x0000000000000278 0x0 build/main.o
.bss 0x0000000000000278 0x0 build/syscalls.o
*(.bss.*)
*(COMMON)
/DISCARD/
*(.gnu.*)
*(.debug_info)
*(.debug_abbrev)
*(.debug_loc)
*(.debug_aranges)
*(.debug_ranges)
*(.debug_line)
*(.debug_str)
*(.jcr)
*(.eh_frame_hdr)
*(.eh_frame)
*(.comment)
*(.interp)
OUTPUT(test.elf elf32-sh)