Home | History | Annotate | Download | only in multisect
      1 
      2 - YASM Map file ---------------------------------------------------------------
      3 
      4 Source file:  -
      5 Output file:  results/ldlinux-sects
      6 
      7 -- Program origin -------------------------------------------------------------
      8 
      9 00007C00
     10 
     11 -- Sections (summary) ---------------------------------------------------------
     12 
     13 Vstart    Vstop     Start     Stop      Length    Class     Name
     14 00000800  000048C4  00000800  000048C4  000040C4  nobits    .earlybss
     15 00006C00  00007C00  00006C00  00007C00  00001000  nobits    .stack
     16 00007C00  0000A010  00007C00  0000A010  00002410  progbits  .text
     17 0000A010  0000A5A0  0000A010  0000A5A0  00000590  progbits  .data
     18 000048D0  00004B70  0000A5A0  0000A840  000002A0  progbits  .bcopy32
     19 00004B70  00004B93  0000A840  0000A863  00000023  progbits  .config
     20 0000A863  0000A863  0000A863  0000A863  00000000  progbits  .adv
     21 0000A870  0000E170  0000A870  0000E170  00003900  nobits    .bss
     22 00004B94  00004B94  0000E170  0000E170  00000000  nobits    .config.end
     23 00004BA0  00004D9B  0000E170  0000E36B  000001FB  nobits    .bss1
     24 
     25 -- Sections (detailed) --------------------------------------------------------
     26 
     27 ---- Section .earlybss --------------------------------------------------------
     28 
     29 class:     nobits
     30 length:    000040C4
     31 start:     00000800
     32 align:     00000004
     33 follows:   not defined
     34 vstart:    00000800
     35 valign:    00000004
     36 vfollows:  not defined
     37 
     38 ---- Section .stack -----------------------------------------------------------
     39 
     40 class:     nobits
     41 length:    00001000
     42 start:     00006C00
     43 align:     00000010
     44 follows:   not defined
     45 vstart:    00006C00
     46 valign:    00000010
     47 vfollows:  not defined
     48 
     49 ---- Section .text ------------------------------------------------------------
     50 
     51 class:     progbits
     52 length:    00002410
     53 start:     00007C00
     54 align:     00000004
     55 follows:   not defined
     56 vstart:    00007C00
     57 valign:    00000004
     58 vfollows:  not defined
     59 
     60 ---- Section .data ------------------------------------------------------------
     61 
     62 class:     progbits
     63 length:    00000590
     64 start:     0000A010
     65 align:     00000010
     66 follows:   not defined
     67 vstart:    0000A010
     68 valign:    00000010
     69 vfollows:  not defined
     70 
     71 ---- Section .bcopy32 ---------------------------------------------------------
     72 
     73 class:     progbits
     74 length:    000002A0
     75 start:     0000A5A0
     76 align:     00000004
     77 follows:   .data
     78 vstart:    000048D0
     79 valign:    00000010
     80 vfollows:  .earlybss
     81 
     82 ---- Section .config ----------------------------------------------------------
     83 
     84 class:     progbits
     85 length:    00000023
     86 start:     0000A840
     87 align:     00000004
     88 follows:   .bcopy32
     89 vstart:    00004B70
     90 valign:    00000010
     91 vfollows:  .bcopy32
     92 
     93 ---- Section .adv -------------------------------------------------------------
     94 
     95 class:     progbits
     96 length:    00000000
     97 start:     0000A863
     98 align:     00000001
     99 follows:   .config
    100 vstart:    0000A863
    101 valign:    00000001
    102 vfollows:  not defined
    103 
    104 ---- Section .bss -------------------------------------------------------------
    105 
    106 class:     nobits
    107 length:    00003900
    108 start:     0000A870
    109 align:     00000010
    110 follows:   .adv
    111 vstart:    0000A870
    112 valign:    00000010
    113 vfollows:  not defined
    114 
    115 ---- Section .config.end ------------------------------------------------------
    116 
    117 class:     nobits
    118 length:    00000000
    119 start:     0000E170
    120 align:     00000004
    121 follows:   not defined
    122 vstart:    00004B94
    123 valign:    00000004
    124 vfollows:  .config
    125 
    126 ---- Section .bss1 ------------------------------------------------------------
    127 
    128 class:     nobits
    129 length:    000001FB
    130 start:     0000E170
    131 align:     00000004
    132 follows:   not defined
    133 vstart:    00004BA0
    134 valign:    00000010
    135 vfollows:  .config.end
    136 
    137 -- Symbols --------------------------------------------------------------------
    138 
    139 ---- No Section ---------------------------------------------------------------
    140 
    141 Value     Name
    142 00000800  BSS_START
    143 0000B800  LATEBSS_START
    144 00007C00  TEXT_START
    145 00001000  STACK_SIZE
    146 00006C00  STACK_START
    147 
    148 
    149