forked from OSchip/llvm-project
parent
93c22a45be
commit
55240af6a3
|
@ -25,13 +25,13 @@
|
|||
#CHECKSYMS: @
|
||||
|
||||
---
|
||||
FileHeader:
|
||||
FileHeader:
|
||||
Class: ELFCLASS64
|
||||
Data: ELFDATA2LSB
|
||||
OSABI: ELFOSABI_FREEBSD
|
||||
Type: ET_REL
|
||||
Machine: EM_X86_64
|
||||
Sections:
|
||||
Sections:
|
||||
- Name: .text
|
||||
Type: SHT_PROGBITS
|
||||
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
||||
|
@ -66,7 +66,7 @@ Sections:
|
|||
Link: .symtab
|
||||
AddressAlign: 0x0000000000000008
|
||||
Info: .eh_frame
|
||||
Relocations:
|
||||
Relocations:
|
||||
- Offset: 0x0000000000000020
|
||||
Symbol: .text
|
||||
Type: R_X86_64_PC32
|
||||
|
@ -74,8 +74,8 @@ Sections:
|
|||
Symbol: .text
|
||||
Type: R_X86_64_PC32
|
||||
Addend: 32
|
||||
Symbols:
|
||||
Local:
|
||||
Symbols:
|
||||
Local:
|
||||
- Name: .text
|
||||
Type: STT_SECTION
|
||||
Section: .text
|
||||
|
@ -94,7 +94,7 @@ Symbols:
|
|||
- Name: .eh_frame
|
||||
Type: STT_SECTION
|
||||
Section: .eh_frame
|
||||
Global:
|
||||
Global:
|
||||
- Name: callMeMaybe
|
||||
Type: STT_FUNC
|
||||
Section: .text
|
||||
|
|
Loading…
Reference in New Issue