bios44b0.text

来自「三星44B0的一款BOOTLOADER」· TEXT 代码 · 共 70 行

TEXT
70
字号

========================================================================

** ELF Header Information

    File Name: F:\arm\proj\bios44b0\bios44b0_Data\boot\bios44b0.axf

    Machine class: ELFCLASS32 (32-bit)
    Data encoding: ELFDATA2LSB (Little endian)
    Header version: EV_CURRENT (Current version)
    File Type: ET_EXEC (Executable) (2)
    Machine: EM_ARM (ARM)

    Image Entry point: 0x00000000
    Flags: EF_ARM_HASENTRY + EF_ARM_SYMSARESORTED + EF_ARM_MAPSYMSFIRST (0x02000016)

    EABI conformance : ARM EABI Version 2.

    Built with
    ARM/Thumb Macro Assembler vsn ADS1.2 [Build 805]
    ARM Linker, ADS1.2 [Build 805] 

    Header size: 52 bytes (0x34)
    Program header entry size: 32 bytes (0x20)
    Section header entry size: 40 bytes (0x28)

    Program header entries: 1
    Section header entries: 7

    Program header offset: 532 (0x00000214)
    Section header offset: 564 (0x00000234)

    Section header string table index: 6

========================================================================

** Program header #0 (PT_LOAD) [PF_X + PF_R + PF_ARM_ENTRY]
    Size : 60 bytes
    Virtual address: 0x00000000


========================================================================

** Section #1 'ER_RO' (SHT_PROGBITS) [SHF_ALLOC + SHF_EXECINSTR]
    Size   : 60 bytes (alignment 4)


** Section #2 '.symtab' (SHT_SYMTAB)
    Size   : 112 bytes (alignment 4)
    String table '.strtab'
    Last local symbol no. 5


** Section #3 '.strtab' (SHT_STRTAB)
    Size   : 116 bytes


** Section #4 '.note' (SHT_NOTE)
    Size   : 20 bytes (alignment 4)


** Section #5 '.comment' (SHT_PROGBITS)
    Size   : 112 bytes


** Section #6 '.shstrtab' (SHT_STRTAB)
    Size   : 60 bytes


⌨️ 快捷键说明

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