Advertisement
Guest User

casainho

a guest
Sep 1st, 2008
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.37 KB | None | 0 0
  1. root@cas-laptop:/home/cas/Documentos/RockboxPlayer/rockbox_port/rockbox/build# readelf bootloader/bootloader.elf -a
  2. ELF Header:
  3.   Magic:   7f 45 4c 46 01 01 01 61 00 00 00 00 00 00 00 00
  4.   Class:                             ELF32
  5.   Data:                              2's complement, little endian
  6.  Version:                           1 (current)
  7.  OS/ABI:                            ARM
  8.  ABI Version:                       0
  9.  Type:                              EXEC (Executable file)
  10.  Machine:                           ARM
  11.  Version:                           0x1
  12.  Entry point address:               0x0
  13.  Start of program headers:          52 (bytes into file)
  14.  Start of section headers:          34116 (bytes into file)
  15.  Flags:                             0x400, GNU EABI, VFP
  16.  Size of this header:               52 (bytes)
  17.  Size of program headers:           32 (bytes)
  18.  Number of program headers:         1
  19.  Size of section headers:           40 (bytes)
  20.  Number of section headers:         14
  21.  Section header string table index: 11
  22.  
  23. Section Headers:
  24.  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  25.  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  26.  [ 1] .text             PROGBITS        00000000 008000 000000 00      0   0  1
  27.  [ 2] .glue_7           PROGBITS        00000000 008000 000000 00  AX  0   0  4
  28.  [ 3] .glue_7t          PROGBITS        00000000 008000 000000 00  AX  0   0  4
  29.  [ 4] .data             PROGBITS        00000000 008000 000000 00   W  0   0  1
  30.  [ 5] .bss              NOBITS          00000000 008000 000000 00   W  0   0  1
  31.  [ 6] .comment          PROGBITS        00000000 008000 00018c 00      0   0  1
  32.  [ 7] .debug_line       PROGBITS        00000000 00818c 00013e 00      0   0  1
  33.  [ 8] .debug_info       PROGBITS        00000000 0082ca 00015c 00      0   0  1
  34.  [ 9] .debug_abbrev     PROGBITS        00000000 008426 00003c 00      0   0  1
  35.  [10] .debug_aranges    PROGBITS        00000000 008468 000060 00      0   0  8
  36.  [11] .shstrtab         STRTAB          00000000 0084c8 00007b 00      0   0  1
  37.  [12] .symtab           SYMTAB          00000000 008774 000380 10     13  40  4
  38.  [13] .strtab           STRTAB          00000000 008af4 0001a5 00      0   0  1
  39. Key to Flags:
  40.  W (write), A (alloc), X (execute), M (merge), S (strings)
  41.  I (info), L (link order), G (group), x (unknown)
  42.  O (extra OS processing required) o (OS specific), p (processor specific)
  43.  
  44. There are no section groups in this file.
  45.  
  46. Program Headers:
  47.  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  48.  LOAD           0x008000 0x00000000 0x00000000 0x00000 0x00000 R E 0x8000
  49.  
  50. Section to Segment mapping:
  51.  Segment Sections...
  52.   00    
  53.  
  54. There is no dynamic section in this file.
  55.  
  56. There are no relocations in this file.
  57.  
  58. There are no unwind sections in this file.
  59.  
  60. Symbol table '.symtab' contains 56 entries:
  61.   Num:    Value  Size Type    Bind   Vis      Ndx Name
  62.     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
  63.     1: 00000000     0 SECTION LOCAL  DEFAULT    1
  64.     2: 00000000     0 SECTION LOCAL  DEFAULT    2
  65.     3: 00000000     0 SECTION LOCAL  DEFAULT    3
  66.     4: 00000000     0 SECTION LOCAL  DEFAULT    4
  67.     5: 00000000     0 SECTION LOCAL  DEFAULT    5
  68.     6: 00000000     0 SECTION LOCAL  DEFAULT    6
  69.     7: 00000000     0 SECTION LOCAL  DEFAULT    7
  70.     8: 00000000     0 SECTION LOCAL  DEFAULT    8
  71.     9: 00000000     0 SECTION LOCAL  DEFAULT    9
  72.    10: 00000000     0 SECTION LOCAL  DEFAULT   10
  73.    11: 00000000     0 SECTION LOCAL  DEFAULT   11
  74.    12: 00000000     0 SECTION LOCAL  DEFAULT   12
  75.    13: 00000000     0 SECTION LOCAL  DEFAULT   13
  76.    14: 00000000     0 FILE    LOCAL  DEFAULT  ABS common.c
  77.    15: 00000000     0 FILE    LOCAL  DEFAULT  ABS kernel.c
  78.    16: 00000000     0 FILE    LOCAL  DEFAULT  ABS thread.c
  79.    17: 00000000     0 FILE    LOCAL  DEFAULT  ABS panic.c
  80.    18: 00000000     0 FILE    LOCAL  DEFAULT  ABS file.c
  81.    19: 00000000     0 FILE    LOCAL  DEFAULT  ABS errno.c
  82.    20: 00000000     0 FILE    LOCAL  DEFAULT  ABS sprintf.c
  83.    21: 00000000     0 FILE    LOCAL  DEFAULT  ABS strcasecmp.c
  84.    22: 00000000     0 FILE    LOCAL  DEFAULT  ABS strcpy.c
  85.    23: 00000000     0 FILE    LOCAL  DEFAULT  ABS strncpy.c
  86.    24: 00000000     0 FILE    LOCAL  DEFAULT  ABS strrchr.c
  87.    25: 00000000     0 FILE    LOCAL  DEFAULT  ABS fat.c
  88.    26: 00000000     0 FILE    LOCAL  DEFAULT  ABS target/arm/memcpy-arm.S
  89.    27: 00000000     0 FILE    LOCAL  DEFAULT  ABS strlen.c
  90.    28: 00000000     0 FILE    LOCAL  DEFAULT  ABS target/arm/memset-arm.S
  91.    29: 00000000     0 FILE    LOCAL  DEFAULT  ABS atoi.c
  92.    30: 00000000     0 FILE    LOCAL  DEFAULT  ABS ctype.c
  93.    31: 00000000     0 FILE    LOCAL  DEFAULT  ABS dir_uncached.c
  94.    32: 00000000     0 FILE    LOCAL  DEFAULT  ABS strcat.c
  95.    33: 00000000     0 FILE    LOCAL  DEFAULT  ABS strchr.c
  96.    34: 00000000     0 FILE    LOCAL  DEFAULT  ABS strcmp.c
  97.    35: 00000000     0 FILE    LOCAL  DEFAULT  ABS strncmp.c
  98.    36: 00000000     0 FILE    LOCAL  DEFAULT  ABS strtok.c
  99.    37: 00000000     0 FILE    LOCAL  DEFAULT  ABS unicode.c
  100.    38: 00000000     0 NOTYPE  LOCAL  DEFAULT  ABS shift
  101.    39: 00000000     0 NOTYPE  LOCAL  DEFAULT  ABS shift
  102.    40: 00000000     0 NOTYPE  GLOBAL DEFAULT    1 _etext
  103.    41: 00000000     0 NOTYPE  GLOBAL DEFAULT    5 _sbss
  104.    42: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND lcd_update
  105.    43: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND ata_write_sectors
  106.    44: 00000000     0 NOTYPE  GLOBAL DEFAULT    4 _sdata
  107.    45: 00000000     0 NOTYPE  GLOBAL DEFAULT    5 _ebss
  108.    46: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND tick_start
  109.    47: 00000000     0 NOTYPE  GLOBAL DEFAULT  ABS end
  110.    48: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND stackend
  111.    49: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND lcd_clear_display
  112.    50: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND ata_read_sectors
  113.    51: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND stackbegin
  114.    52: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND system_reboot
  115.    53: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND power_off
  116.    54: 00000000     0 NOTYPE  GLOBAL DEFAULT    4 _edata
  117.    55: 00000000     0 NOTYPE  GLOBAL DEFAULT    1 _stext
  118.  
  119. No version information found in this file.
  120. root@cas-laptop:/home/cas/Documentos/RockboxPlayer/rockbox_port/rockbox/build#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement