HomeSort by relevance Sort by last modified time
    Searched full:n_type (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/MachO/
symbol-flags.s 125 // CHECK: ('n_type', 0xe)
133 // CHECK: ('n_type', 0xe)
141 // CHECK: ('n_type', 0xe)
149 // CHECK: ('n_type', 0xe)
157 // CHECK: ('n_type', 0xe)
165 // CHECK: ('n_type', 0xe)
173 // CHECK: ('n_type', 0xe)
181 // CHECK: ('n_type', 0xe)
189 // CHECK: ('n_type', 0x1f)
197 // CHECK: ('n_type', 0x1f
    [all...]
temp-labels.s 14 // CHECK: ('n_type', 0xe)
22 // CHECK: ('n_type', 0xe)
absolute.s 70 // CHECK: ('n_type', 0xe)
78 // CHECK: ('n_type', 0xe)
86 // CHECK: ('n_type', 0xe)
94 // CHECK: ('n_type', 0x2)
102 // CHECK: ('n_type', 0xe)
110 // CHECK: ('n_type', 0x2)
118 // CHECK: ('n_type', 0xf)
126 // CHECK: ('n_type', 0x3)
symbol-indirect.s 144 // CHECK: ('n_type', 0xe)
152 // CHECK: ('n_type', 0xe)
160 // CHECK: ('n_type', 0xf)
168 // CHECK: ('n_type', 0xf)
176 // CHECK: ('n_type', 0x1)
184 // CHECK: ('n_type', 0x1)
192 // CHECK: ('n_type', 0x1)
200 // CHECK: ('n_type', 0x1)
208 // CHECK: ('n_type', 0x1)
216 // CHECK: ('n_type', 0x1
    [all...]
x86_32-symbols.s 697 // CHECK: ('n_type', 0xe)
705 // CHECK: ('n_type', 0xe)
713 // CHECK: ('n_type', 0xe)
721 // CHECK: ('n_type', 0xe)
729 // CHECK: ('n_type', 0xe)
737 // CHECK: ('n_type', 0xe)
745 // CHECK: ('n_type', 0xe)
753 // CHECK: ('n_type', 0xe)
761 // CHECK: ('n_type', 0xe)
769 // CHECK: ('n_type', 0xe
    [all...]
symbols-1.s 66 // CHECK-X86_32: ('n_type', 0xe)
74 // CHECK-X86_32: ('n_type', 0xe)
82 // CHECK-X86_32: ('n_type', 0xe)
90 // CHECK-X86_32: ('n_type', 0xf)
98 // CHECK-X86_32: ('n_type', 0xf)
106 // CHECK-X86_32: ('n_type', 0xf)
114 // CHECK-X86_32: ('n_type', 0x1)
122 // CHECK-X86_32: ('n_type', 0x1)
130 // CHECK-X86_32: ('n_type', 0x1)
214 // CHECK-X86_64: ('n_type', 0xe
    [all...]
tls.s 174 // CHECK: ('n_type', 0xe)
182 // CHECK: ('n_type', 0xe)
190 // CHECK: ('n_type', 0xf)
198 // CHECK: ('n_type', 0xf)
206 // CHECK: ('n_type', 0xf)
214 // CHECK: ('n_type', 0xf)
222 // CHECK: ('n_type', 0xf)
230 // CHECK: ('n_type', 0xf)
238 // CHECK: ('n_type', 0x1)
comm-1.s 58 // CHECK: ('n_type', 0x1)
66 // CHECK: ('n_type', 0x1)
74 // CHECK: ('n_type', 0x1)
82 // CHECK: ('n_type', 0x1)
lcomm-attributes.s 80 // CHECK: ('n_type', 0xf)
88 // CHECK: ('n_type', 0xf)
96 // CHECK: ('n_type', 0xf)
104 // CHECK: ('n_type', 0xf)
values.s 79 // CHECK: ('n_type', 0xe)
87 // CHECK: ('n_type', 0xe)
95 // CHECK: ('n_type', 0xf)
103 // CHECK: ('n_type', 0xf)
x86_64-reloc-arithmetic.s 17 // CHECK-NEXT: ('n_type', 0xe)
zerofill-3.s 85 // CHECK: ('n_type', 0xe)
93 // CHECK: ('n_type', 0xe)
101 // CHECK: ('n_type', 0xf)
109 // CHECK: ('n_type', 0xf)
indirect-symbols.s 104 // CHECK: ('n_type', 0xe)
112 // CHECK: ('n_type', 0x2)
120 // CHECK: ('n_type', 0xe)
128 // CHECK: ('n_type', 0x2)
136 // CHECK: ('n_type', 0x1)
144 // CHECK: ('n_type', 0x1)
variable-exprs.s 141 // CHECK-I386: ('n_type', 0xe)
149 // CHECK-I386: ('n_type', 0xe)
157 // CHECK-I386: ('n_type', 0xe)
165 // CHECK-I386: ('n_type', 0xe)
173 // CHECK-I386: ('n_type', 0xe)
181 // CHECK-I386: ('n_type', 0xe)
189 // CHECK-I386: ('n_type', 0xe)
197 // CHECK-I386: ('n_type', 0x1)
205 // CHECK-I386: ('n_type', 0xb)
213 // CHECK-I386: ('n_type', 0x1
    [all...]
darwin-complex-difference.s 81 // CHECK: ('n_type', 0xe)
89 // CHECK: ('n_type', 0xe)
97 // CHECK: ('n_type', 0xe)
section-align-2.s 89 // CHECK: ('n_type', 0xe)
97 // CHECK: ('n_type', 0xe)
105 // CHECK: ('n_type', 0xe)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /external/elfutils/src/tests/
test-nlist.c 63 "nl[%d].n_type = %u\n"
69 cnt, nl[cnt].n_type,
74 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0
77 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 67 unsigned char n_type; member in struct:__anon9458::slist
253 while (cur_list < list_end && cur_list->n_type == N_PSYM) {
268 while (cur_list < list_end && cur_list->n_type != N_SLINE) {
270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
271 cur_list->n_type == N_ENDM) {
277 while (cur_list < list_end && cur_list->n_type == N_SLINE) {
284 if (cur_list == list_end && cur_list->n_type == N_ENDM)
297 assert(cur_list->n_type == N_SO);
303 while (cur_list < list_end && cur_list->n_type != N_FUN)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036

Completed in 2824 milliseconds

1 2 3 4 5 6 7 8 910