fxBoot/tests/test.map

102 lines
3.3 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 0x220
*(.text)
.text 0x0000000000000000 0x5c build/main.o
0x0000000000000000 _main
*fill* 0x000000000000005c 0x4
.text 0x0000000000000060 0xe0 build/syscalls.o
0x0000000000000060 _casio_GetKey
0x0000000000000074 _casio_PrintMini
0x00000000000000a4 _casio_Bdisp_AllClr_VRAM
0x00000000000000b4 _casio_Bdisp_PutDisp_DD
0x00000000000000c4 _casio_Bfile_CreateFile
0x00000000000000d4 _casio_Bfile_OpenFile
0x00000000000000e4 _casio_Bfile_CloseFile
0x00000000000000f4 _casio_Bfile_WriteFile
0x0000000000000104 _casio_Bfile_ReadFile
0x0000000000000114 _casio_Malloc
0x0000000000000124 _casio_Free
*(.text.*)
*(.rodata)
.rodata 0x0000000000000140 0x28 build/main.o
*(.rodata.*)
*(.hash)
.hash 0x0000000000000168 0x10 build/main.o
*(.dynsym)
.dynsym 0x0000000000000178 0x10 build/main.o
*(.dynstr)
.dynstr 0x0000000000000188 0x1 build/main.o
*(.dynbss)
.dynbss 0x0000000000000189 0x0 build/main.o
*(.dynamic)
*fill* 0x0000000000000189 0x3
.dynamic 0x000000000000018c 0x88 build/main.o
0x000000000000018c _DYNAMIC
*(.plt)
.plt 0x0000000000000214 0x0 build/main.o
*(.got.plt)
.got.plt 0x0000000000000214 0xc build/main.o
0x0000000000000214 _GLOBAL_OFFSET_TABLE_
*(.got.*)
.got.funcdesc 0x0000000000000220 0x0 build/main.o
*(.got)
.got 0x0000000000000220 0x0 build/main.o
*(.rofixup)
.rofixup 0x0000000000000220 0x0 build/main.o
.rela.dyn 0x0000000000000220 0x48
*(.rela.plt)
.rela.plt 0x0000000000000220 0x0 build/main.o
*(.rela.got)
.rela.got 0x0000000000000220 0x0 build/main.o
*(.rela.got.*)
.rela.got.funcdesc
0x0000000000000220 0x0 build/main.o
*(.rela.*)
.rela.text 0x0000000000000220 0x48 build/main.o
*(.rela.text)
*(.real.data)
.data 0x0000000000000268 0x0
*(.data)
.data 0x0000000000000268 0x0 build/main.o
.data 0x0000000000000268 0x0 build/syscalls.o
*(.data.*)
*(.bss)
.bss 0x0000000000000268 0x0 build/main.o
.bss 0x0000000000000268 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)