brintos

brintos / llvm-project-archived public Read only

0
0
Text · 551 B · d4847f0 Raw
15 lines · plain
1// RUN: llvm-objdump -d %p/Inputs/stripped-elf.so | FileCheck --check-prefix=64 %s2// RUN: llvm-objdump -d %p/Inputs/hello.exe.elf-i386 | FileCheck --check-prefix=32 %s3// RUN: llvm-objdump -d %p/Inputs/hello.exe.nopie.elf-i386 | FileCheck --check-prefix=32 %s4 5# 64: Disassembly of section .plt:6# 64: <__gmon_start__@plt>:7# 64: <__cxa_finalize@plt>:8# 64: callq {{.*}} <__cxa_finalize@plt>9 10# 32: Disassembly of section .plt:11# 32: <puts@plt>:12# 32: <__libc_start_main@plt>:13# 32: calll {{.*}} <puts@plt>14# 32: calll {{.*}} <__libc_start_main@plt>15