brintos

brintos / llvm-project-archived public Read only

0
0
Text · 868 B · 294d0a7 Raw
24 lines · plain
1# RUN: llvm-objdump --macho --exports-trie --arch x86_64 \2# RUN:   %p/Inputs/exports-trie.macho-x86_64 2>/dev/null | FileCheck %s --match-full-lines --strict-whitespace3# RUN: llvm-objdump --macho --exports-trie --arch x86_64 \4# RUN:   %p/Inputs/weak-bind.macho-x86_64 2>/dev/null | FileCheck --check-prefix=EXE %s5 6#      CHECK:{{.*}}exports-trie.macho-x86_64:7#CHECK-EMPTY:8# CHECK-NEXT:Exports trie:9# CHECK-NEXT:[re-export] _malloc (from libSystem)10# CHECK-NEXT:[re-export] _myfree (_free from libSystem)11# CHECK-NEXT:0x00000F70  _myWeak [weak_def]12# CHECK-NEXT:0x00001018  _myTLV [per-thread]13# CHECK-NEXT:0x12345678  _myAbs [absolute]14# CHECK-NEXT:0x00000F60  _foo15 16 17# EXE: 0x100000000  __mh_execute_header18# EXE: 0x100000ED0  __Znwm19# EXE: 0x100000F30  __ZdlPv20# EXE: 0x100000F40  _main21# EXE: 0x100001018  _p122# EXE: 0x100001020  _p223# EXE: 0x100001028  _p324