• Home
  • Raw
  • Download

Lines Matching refs:macho

19 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
20 RUN: | FileCheck %s -check-prefix macho
21 RUN: llvm-nm -U %p/Inputs/trivial-object-test.macho-i386 \
22 RUN: | FileCheck %s -check-prefix macho-U
23 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-x86-64 \
25 RUN: llvm-nm %p/Inputs/macho-text-data-bss.macho-x86_64 \
26 RUN: | FileCheck %s -check-prefix macho-tdb
27 RUN: llvm-nm -j %p/Inputs/macho-text-data-bss.macho-x86_64 \
28 RUN: | FileCheck %s -check-prefix macho-j
29 RUN: llvm-nm -r %p/Inputs/macho-text-data-bss.macho-x86_64 \
30 RUN: | FileCheck %s -check-prefix macho-r
31 RUN: llvm-nm %p/Inputs/macho-text-data-bss.macho-x86_64 -s __DATA __data \
32 RUN: | FileCheck %s -check-prefix macho-s
33 RUN: llvm-nm -x %p/Inputs/macho-text-data-bss.macho-x86_64 \
34 RUN: | FileCheck %s -check-prefix macho-x
35 RUN: llvm-nm -o %p/Inputs/macho-text-data-bss.macho-x86_64 \
36 RUN: | FileCheck %s -check-prefix macho-o
37 RUN: llvm-nm -p -a %p/Inputs/macho-hello-g.macho-x86_64 \
38 RUN: | FileCheck %s -check-prefix macho-pa
39 RUN: llvm-nm -u %p/Inputs/macho-hello-g.macho-x86_64 \
40 RUN: | FileCheck %s -check-prefix macho-u
49 RUN: cp %p/Inputs/trivial-object-test.macho-i386 a.out
106 macho: U _SomeOtherFunction
107 macho: 00000000 T _main
108 macho: U _puts
110 macho-U-NOT: U _SomeOtherFunction
111 macho-U: 00000000 T _main
112 macho-U-NOT: U _puts
119 macho-tdb: 0000000000000030 s EH_frame0
120 macho-tdb: 0000000000000070 b _b
121 macho-tdb: 000000000000000c D _d
122 macho-tdb: 0000000000000000 T _t
123 macho-tdb: 0000000000000048 S _t.eh
125 macho-j: EH_frame0
126 macho-j: _b
127 macho-j: _d
128 macho-j: _t
129 macho-j: _t.eh
131 macho-r: 0000000000000048 S _t.eh
132 macho-r-NEXT: 0000000000000000 T _t
133 macho-r-NEXT: 000000000000000c D _d
134 macho-r-NEXT: 0000000000000070 b _b
135 macho-r-NEXT: 0000000000000030 s EH_frame0
137 macho-s: 000000000000000c D _d
138 macho-s-NOT: 0000000000000048 S _t.eh
139 macho-s-NOT: 0000000000000000 T _t
140 macho-s-NOT: 0000000000000070 b _b
141 macho-s-NOT: 0000000000000030 s EH_frame0
143 macho-x: 0000000000000030 0e 05 0000 00000010 EH_frame0
144 macho-x: 0000000000000070 0e 03 0000 0000000d _b
145 macho-x: 000000000000000c 0f 02 0000 00000004 _d
146 macho-x: 0000000000000000 0f 01 0000 00000001 _t
147 macho-x: 0000000000000048 0f 05 0000 00000007 _t.eh
150 macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 0000000000000030 s EH_frame0
151 macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 0000000000000070 b _b
152 macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 000000000000000c D _d
153 macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 0000000000000000 T _t
154 macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 0000000000000048 S _t.eh
156 macho-pa: 0000000000000000 - 00 0000 SO /Volumes/SandBox/
157 macho-pa: 0000000000000000 - 00 0000 SO hello.c
158 macho-pa: 0000000053c8408d - 03 0001 OSO /Volumes/SandBox/hello.o
159 macho-pa: 0000000100000f30 - 01 0000 BNSYM
160 macho-pa: 0000000100000f30 - 01 0000 FUN _main
161 macho-pa: 000000000000003b - 00 0000 FUN
162 macho-pa: 000000000000003b - 01 0000 ENSYM
163 macho-pa: 0000000000000000 - 01 0000 SO
164 macho-pa: 0000000100000000 T __mh_execute_header
165 macho-pa: 0000000100000f30 T _main
166 macho-pa: U _printf
167 macho-pa: U dyld_stub_binder
169 macho-u: _printf
170 macho-u: dyld_stub_binder