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

📄 aa.map

📁 在linux环境下实现汇编语言和c语言的混合编程
💻 MAP
字号:

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

Image Symbol Table

    Mapping Symbols

    Sym    Value        Execution Region

    $a     0x30000000   ER_RO

    Local Symbols

    Symbol Name                              Value     Ov Type        Size  Object(Section)

    I:\实验1\实验一\汇编和c接口实验\main.c  0x00000000   Number         0  main.o ABSOLUTE
    .text                                    0x30000014   ARM Code       0  main.o(.text)
    C$debug_abbrev0                          0x00000000   Data           0  main.o(.debug_abbrev)
    C$debug_frame13                          0x00000000   Data           0  main.o(.debug_frame)
    C$debug_info3                            0x00000000   Data           0  main.o(.debug_info)
    C$debug_line2                            0x00000000   Data           0  main.o(.debug_line)
    C$debug_loc12                            0x00000000   Data           0  main.o(.debug_loc)
    C$debug_macinfo5                         0x00000000   Data           0  main.o(.debug_macinfo)
    C$debug_pubnames10                       0x00000000   Data           0  main.o(.debug_pubnames)
    C$debug_line8                            0x00000050   Data           0  main.o(.debug_line)
    C$debug_info9                            0x00000070   Data           0  main.o(.debug_info)
    I:\实验1\实验一\汇编和c接口实验\asse.s  0x00000000   Number         0  asse.o ABSOLUTE
    <Anonymous Symbol>                       0x000000b8   Data          92  asse.o(.debug_line)
    <Anonymous Symbol>                       0x000001bc   Data         116  asse.o(.debug_info)
    <Anonymous Symbol>                       0x000003ec   Data          16  asse.o(.debug_abbrev)
    Init                                     0x30000000   ARM Code      20  asse.o(Init)
    num                                      0x00000014   Number         0  asse.o ABSOLUTE
    _start                                   0x30000000   ARM Code       0  asse.o(Init)

    Global Symbols

    Symbol Name                              Value     Ov Type        Size  Object(Section)

    BuildAttributes$$ARM_ISAv4$M$PE$A:L22$X:L11$S22$~IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE 0x00000000   Number         0  anon$$obj.o ABSOLUTE
    asse_add                                 0x3000000c   ARM Code       0  asse.o(Init)
    embed_add                                0x30000014   ARM Code      12  main.o(.text)
    Main                                     0x30000020   ARM Code      40  main.o(.text)


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

Memory Map of the image

  Image Entry point : 0x30000000

  Load Region LR_1 (Base: 0x30000000, Size: 0x00000048, Max: 0xffffffff, ABSOLUTE)

    Execution Region ER_RO (Base: 0x30000000, Size: 0x00000048, Max: 0xffffffff, ABSOLUTE)

    Base Addr    Size         Type   Attr  Idx  E Section Name        Object

    0x30000000   0x00000014   Code   RO    11   * Init                asse.o
    0x30000014   0x00000034   Code   RO     1     .text               main.o


    Execution Region ER_RW (Base: 0x30000048, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)

    **** No section assigned to this execution region ****


    Execution Region ER_ZI (Base: 0x30000048, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)

    **** No section assigned to this execution region ****



  Load Region LR$$Debug (Base: 0x00000000, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)

    Execution Region ER$$Debug (Base: 0x00000000, Size: 0x00000000, Max: 0xffffffff, ABSOLUTE)

    Base Addr    Size         Type   Attr  Idx  E Section Name        Object

    0x00000000   0x000003ec   Dbug   RW    10     .debug_abbrev       main.o
    0x000003ec   0x00000010   Dbug   RW    14     .debug_abbrev       asse.o
    0x00000000   0x0000005c   Dbug   RW     9     .debug_frame        main.o
    0x00000000   0x00000070   Dbug   RW     3     .debug_info         main.o
    0x00000070   0x0000014c   Dbug   RW     6     .debug_info         main.o
    0x000001bc   0x00000074   Dbug   RW    12     .debug_info         asse.o
    0x00000000   0x00000050   Dbug   RW     2     .debug_line         main.o
    0x00000050   0x00000068   Dbug   RW     5     .debug_line         main.o
    0x000000b8   0x0000005c   Dbug   RW    13     .debug_line         asse.o
    0x00000000   0x000000bc   Dbug   RW     8     .debug_loc          main.o
    0x00000000   0x00000168   Dbug   RW     4     .debug_macinfo      main.o
    0x00000000   0x0000002c   Dbug   RW     7     .debug_pubnames     main.o


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

Image component sizes


      Code    RO Data    RW Data    ZI Data      Debug   

        72          0          0          0       2540   Object Totals
         0          0          0          0          0   Library Totals

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


      Code    RO Data    RW Data    ZI Data      Debug   

        72          0          0          0       2540   Grand Totals

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

    Total RO  Size(Code + RO Data)                   72 (   0.07kB)
    Total RW  Size(RW Data + ZI Data)                 0 (   0.00kB)
    Total ROM Size(Code + RO Data + RW Data)         72 (   0.07kB)

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

⌨️ 快捷键说明

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