• Home
  • Raw
  • Download

Lines Matching refs:MAIN

10 RUN: llvm-readelf --headers --sections --symbols %t1 | FileCheck --check-prefix=MAIN %s
14 MAIN: ELF Header:
15 MAIN-NEXT: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
16 MAIN-NEXT: Class: ELF64
17 MAIN-NEXT: Data: 2's complement, little endian
18 MAIN-NEXT: Version: 1 (current)
19 MAIN-NEXT: OS/ABI: UNIX - System V
20 MAIN-NEXT: ABI Version: 0
21 MAIN-NEXT: Type: EXEC (Executable file)
22 MAIN-NEXT: Machine: Advanced Micro Devices X86-64
23 MAIN-NEXT: Version: 0x1
24 MAIN-NEXT: Entry point address: 0x201000
25 MAIN-NEXT: Start of program headers: 64 (bytes into file)
26 MAIN-NEXT: Start of section headers: 12488 (bytes into file)
27 MAIN-NEXT: Flags: 0x0
28 MAIN-NEXT: Size of this header: 64 (bytes)
29 MAIN-NEXT: Size of program headers: 56 (bytes)
30 MAIN-NEXT: Number of program headers: 8
31 MAIN-NEXT: Size of section headers: 64 (bytes)
32 MAIN-NEXT: Number of section headers: 13
33 MAIN-NEXT: Section header string table index: 11
35 MAIN: Section Headers:
36 MAIN-NEXT: [Nr] Name Type Address Off Size ES Flg Lk Inf Al
37 MAIN-NEXT: [ 0] NULL 0000000000000000 000000 000000 00 0 0 0
38 MAIN-NEXT: [ 1] .dynsym DYNSYM 0000000000200200 000200 000030 18 A 4 1 8
39 MAIN-NEXT: [ 2] .gnu.hash GNU_HASH 0000000000200230 000230 000020 00 A 1 0 8
40 MAIN-NEXT: [ 3] .hash HASH 0000000000200250 000250 000018 04 A 1 0 4
41 MAIN-NEXT: [ 4] .dynstr STRTAB 0000000000200268 000268 000014 00 A 0 0 1
42 MAIN-NEXT: [ 5] .rodata PROGBITS 000000000020027c 00027c 000018 00 A 0 0 4
43 MAIN-NEXT: [ 6] .text0 PROGBITS 0000000000201000 001000 000001 00 AX 0 0 1
44 MAIN-NEXT: [ 7] .dynamic DYNAMIC 0000000000202000 002000 000080 10 WA 4 0 8
45 MAIN-NEXT: [ 8] .part.end NOBITS 0000000000209000 003000 001000 00 WA 0 0 1
46 MAIN-NEXT: [ 9] .comment PROGBITS 0000000000000000 003000 000008 01 MS 0 0 1
47 MAIN-NEXT: [10] .symtab SYMTAB 0000000000000000 003008 000048 18 12 2 8
48 MAIN-NEXT: [11] .shstrtab STRTAB 0000000000000000 003050 000060 00 0 0 1
49 MAIN-NEXT: [12] .strtab STRTAB 0000000000000000 0030b0 000011 00 0 0 1
51 MAIN: Program Headers:
52 MAIN-NEXT: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Al…
53 MAIN-NEXT: PHDR 0x000040 0x0000000000200040 0x0000000000200040 0x0001c0 0x0001c0 R 0x8
54 MAIN-NEXT: LOAD 0x000000 0x0000000000200000 0x0000000000200000 0x000294 0x000294 R 0x…
55 MAIN-NEXT: LOAD 0x001000 0x0000000000201000 0x0000000000201000 0x000001 0x000001 R E 0x…
56 MAIN-NEXT: LOAD 0x002000 0x0000000000202000 0x0000000000202000 0x000080 0x000080 RW 0x…
57 MAIN-NEXT: LOAD 0x003000 0x0000000000209000 0x0000000000209000 0x000000 0x001000 RW 0x…
58 MAIN-NEXT: DYNAMIC 0x002000 0x0000000000202000 0x0000000000202000 0x000080 0x000080 RW 0x8
59 MAIN-NEXT: GNU_RELRO 0x002000 0x0000000000202000 0x0000000000202000 0x000080 0x001000 R 0x1
60 MAIN-NEXT: GNU_STACK 0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW 0x0
62 MAIN: Symbol table '.dynsym' contains 2 entries:
63 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
64 MAIN-NEXT: 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
65 MAIN-NEXT: 1: 0000000000201000 0 NOTYPE GLOBAL DEFAULT 6 _start
67 MAIN: Symbol table '.symtab' contains 3 entries:
68 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
69 MAIN-NEXT: 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
70 MAIN-NEXT: 1: 0000000000202000 0 NOTYPE LOCAL HIDDEN 7 _DYNAMIC
71 MAIN-NEXT: 2: 0000000000201000 0 NOTYPE GLOBAL DEFAULT 6 _start