File: bind.test

package info (click to toggle)
swiftlang 6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,791,604 kB
  • sloc: cpp: 9,901,740; ansic: 2,201,431; asm: 1,091,827; python: 308,252; objc: 82,166; f90: 80,126; lisp: 38,358; pascal: 25,559; sh: 20,429; ml: 5,058; perl: 4,745; makefile: 4,484; awk: 3,535; javascript: 3,018; xml: 918; fortran: 664; cs: 573; ruby: 396
file content (13 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: llvm-objdump --macho --bind %p/Inputs/bind.macho-x86_64 \
# RUN:   | FileCheck %s --match-full-lines --strict-whitespace

#      CHECK:{{.*}}bind.macho-x86_64:
#CHECK-EMPTY:
# CHECK-NEXT:Bind table:
# CHECK-NEXT:segment  section            address    type       addend dylib            symbol
# CHECK-NEXT:__DATA   __data             0x00001028 pointer         0 flat-namespace   _any
# CHECK-NEXT:__DATA   __data             0x00001020 pointer         0 main-executable  _fromApp
# CHECK-NEXT:__DATA   __data             0x00001018 pointer         0 this-image       _myfunc
# CHECK-NEXT:__DATA   __data             0x00001000 pointer         0 libfoo           _foo
# CHECK-NEXT:__DATA   __data             0x00001008 pointer         0 libbar           _bar
# CHECK-NEXT:__DATA   __data             0x00001010 pointer         0 libSystem        _malloc