• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ELF Header:
2  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
3  Class:                             ELF32
4  Data:                              2's complement, little endian
5  Version:                           1 (current)
6  OS/ABI:                            UNIX - System V
7  ABI Version:                       0
8  Type:                              REL (Relocatable file)
9  Machine:                           Intel 80386
10  Version:                           0x1
11  Entry point address:               0x0
12  Start of program headers:          0 (bytes into file)
13  Start of section headers:          232 (bytes into file)
14  Flags:                             0x0
15  Size of this header:               52 (bytes)
16  Size of program headers:           0 (bytes)
17  Number of program headers:         0
18  Size of section headers:           40 (bytes)
19  Number of section headers:         11
20  Section header string table index: 8
21
22Section Headers:
23  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
24  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
25  [ 1] .text             PROGBITS        00000000 000034 00002b 00  AX  0   0  4
26  [ 2] .rel.text         REL             00000000 000354 000010 08      9   1  4
27  [ 3] .data             PROGBITS        00000000 000060 000000 00  WA  0   0  4
28  [ 4] .bss              NOBITS          00000000 000060 000000 00  WA  0   0  4
29  [ 5] .rodata           PROGBITS        00000000 000060 000006 00   A  0   0  1
30  [ 6] .comment          PROGBITS        00000000 000066 00002e 00      0   0  1
31  [ 7] .note.GNU-stack   PROGBITS        00000000 000094 000000 00      0   0  1
32  [ 8] .shstrtab         STRTAB          00000000 000094 000051 00      0   0  1
33  [ 9] .symtab           SYMTAB          00000000 0002a0 0000a0 10     10   8  4
34  [10] .strtab           STRTAB          00000000 000340 000013 00      0   0  1
35Key to Flags:
36  W (write), A (alloc), X (execute), M (merge), S (strings)
37  I (info), L (link order), G (group), x (unknown)
38  O (extra OS processing required) o (OS specific), p (processor specific)
39
40There are no section groups in this file.
41
42There are no program headers in this file.
43
44Relocation section '.rel.text' at offset 0x354 contains 2 entries:
45 Offset     Info    Type            Sym.Value  Sym. Name
4600000014  00000501 R_386_32          00000000   .rodata
4700000019  00000902 R_386_PC32        00000000   puts
48
49There are no unwind sections in this file.
50
51Symbol table '.symtab' contains 10 entries:
52   Num:    Value  Size Type    Bind   Vis      Ndx Name
53     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
54     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS hello.c
55     2: 00000000     0 SECTION LOCAL  DEFAULT    1
56     3: 00000000     0 SECTION LOCAL  DEFAULT    3
57     4: 00000000     0 SECTION LOCAL  DEFAULT    4
58     5: 00000000     0 SECTION LOCAL  DEFAULT    5
59     6: 00000000     0 SECTION LOCAL  DEFAULT    7
60     7: 00000000     0 SECTION LOCAL  DEFAULT    6
61     8: 00000000    43 FUNC    GLOBAL DEFAULT    1 main
62     9: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND puts
63
64No version information found in this file.
65