HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
inst-sts.s 8 sts SYMBOL+1, r25
12 ; CHECK: sts SYMBOL+1, r25 ; encoding: [0x90,0x93,A,A]
13 ; CHECK: ; fixup A - offset: 2, value: SYMBOL+1, kind: fixup_16
inst-adiw.s 15 adiw r24, SYMBOL
26 ; CHECK: adiw r24, SYMBOL ; encoding: [0b00AAAAAA,0x96]
27 ; fixup A - offset: 0, value: SYMBOL, kind: fixup_6_adiw
inst-ldi.s 9 ldi r21, SYMBOL+3
16 ; CHECK: ldi r21, SYMBOL+3 ; encoding: [0x50'A',0xe0]
17 ; CHECK: ; fixup A - offset: 0, value: SYMBOL+3, kind: fixup_ldi
inst-lds.s 9 lds r4, SYMBOL+12
15 ; CHECK: lds r4, SYMBOL+12 ; encoding: [0x40,0x90,A,A]
16 ; CHECK: ; fixup A - offset: 2, value: SYMBOL+12, kind: fixup_16
inst-sbiw.s 18 sbiw r24, SYMBOL-1
32 ; CHECK: sbiw r24, SYMBOL-1 ; encoding: [0b00AAAAAA,0x97]
33 ; fixup A - offset: 0, value: SYMBOL-1, kind: fixup_6_adiw
  /external/elfutils/tests/
run-readelf-vmcoreinfo.sh 65 SYMBOL(init_uts_ns)=ffffffff81a4c5b0
66 SYMBOL(node_online_map)=ffffffff81b840b0
67 SYMBOL(swapper_pg_dir)=ffffffff81a42000
68 SYMBOL(_stext)=ffffffff81000190
69 SYMBOL(vmlist)=ffffffff81db07e8
70 SYMBOL(mem_section)=ffffffff81dbab00
97 SYMBOL(log_buf)=ffffffff81a532a8
98 SYMBOL(log_end)=ffffffff81d0bc50
99 SYMBOL(log_buf_len)=ffffffff81a532a4
100 SYMBOL(logged_chars)=ffffffff81d0bd7
    [all...]
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 27 call SYMBOL(artFindNativeMethod) // (Thread*)
asm_support_x86.S 36 #define CALLVAR(name) SYMBOL(\name)
50 #define CALLVAR(name) SYMBOL(name&)
99 #define SYMBOL(name) name
103 #define SYMBOL(name) _ ## name
107 // Directive to hide a function symbol.
120 FUNCTION_TYPE(SYMBOL(\c_name))
136 SIZE(SYMBOL(\c_name))
quick_entrypoints_x86.S 36 movl SYMBOL(_ZN3art7Runtime9instance_E)@GOT(REG_VAR(got_reg)), REG_VAR(temp_reg)
62 movl SYMBOL(_ZN3art7Runtime9instance_E)@GOT(REG_VAR(got_reg)), REG_VAR(temp_reg)
92 movl SYMBOL(_ZN3art7Runtime9instance_E)@GOT(REG_VAR(got_reg)), REG_VAR(temp_reg)
140 movl SYMBOL(_ZN3art7Runtime9instance_E)@GOT(REG_VAR(got_reg)), REG_VAR(temp_reg)
253 movl SYMBOL(_ZN3art7Runtime9instance_E)@GOT(REG_VAR(got_reg)), REG_VAR(temp_reg)
342 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
431 call SYMBOL(artThrowNullPointerExceptionFromSignal) // (addr, self)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
kprobe_args_symbol.tc 3 # description: Kprobe event symbol argument
7 SYMBOL="linux_proc_banner"
10 echo "Can not check the target symbol - please enable CONFIG_KALLSYMS"
12 elif ! grep "$SYMBOL\$" /proc/kallsyms; then
17 : "Test get basic types symbol argument"
30 : "Test get string symbol argument"
  /external/selinux/libsepol/cil/src/
cil_lexer.h 37 #define SYMBOL 3
  /art/runtime/interpreter/mterp/x86_64/
main.S 101 #define SYMBOL(name) _ ## name
108 #define SYMBOL(name) name
327 ASM_HIDDEN SYMBOL(\name)
328 .global SYMBOL(\name)
330 SYMBOL(\name):
403 call SYMBOL(MterpSetUpHotnessCountdown)
422 jmp SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
427 call SYMBOL(mterp_dchecks_before_helper)
458 call SYMBOL(MterpLogDivideByZeroException)
467 call SYMBOL(MterpLogArrayIndexException
    [all...]
control_flow.S 132 call SYMBOL($func)
145 call SYMBOL(MterpThreadFenceForConstructor)
149 call SYMBOL(MterpSuspendCheck)
159 call SYMBOL(MterpThreadFenceForConstructor)
163 call SYMBOL(MterpSuspendCheck)
172 call SYMBOL(MterpSuspendCheck)
183 call SYMBOL(MterpThreadFenceForConstructor)
187 call SYMBOL(MterpSuspendCheck)
invoke.S 14 call SYMBOL($helper)
37 call SYMBOL($helper)
array.S 47 call SYMBOL(artAGetObjectFromMterp) # (array, index)
103 call SYMBOL(MterpAputObject) # (array, index)
134 call SYMBOL(MterpFillArrayData) # (obj, payload)
152 call SYMBOL($helper)
175 call SYMBOL(MterpNewArray)
object.S 11 call SYMBOL($helper)
26 call SYMBOL(MterpCheckCast) # (index, &obj, method, self)
64 callq SYMBOL(artIGetObjectFromMterp) # (obj, offset)
118 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
157 call SYMBOL(MterpIputObjectQuick)
209 call SYMBOL(MterpNewInstance)
  /art/runtime/arch/x86_64/
asm_support_x86_64.S 35 #define CALLVAR(name) SYMBOL(\name)
49 #define CALLVAR(name) SYMBOL(name&)
96 #define SYMBOL(name) name
99 #define SYMBOL(name) _ ## name
103 // Directive to hide a function symbol.
115 // TODO: we might need to use SYMBOL() here to add the underscore prefix
118 FUNCTION_TYPE(SYMBOL(\c_name))
134 SIZE(SYMBOL(\c_name))
150 FUNCTION_TYPE(SYMBOL(\name))
159 SIZE(SYMBOL(\name)
    [all...]
  /art/runtime/interpreter/mterp/x86/
main.S 105 #define SYMBOL(name) _ ## name
112 #define SYMBOL(name) name
339 ASM_HIDDEN SYMBOL(\name)
340 .global SYMBOL(\name)
342 SYMBOL(\name):
416 call SYMBOL(MterpSetUpHotnessCountdown)
438 jmp SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
443 call SYMBOL(mterp_dchecks_before_helper)
477 call SYMBOL(MterpLogDivideByZeroException)
488 call SYMBOL(MterpLogArrayIndexException
    [all...]
control_flow.S 136 call SYMBOL($func)
150 call SYMBOL(MterpThreadFenceForConstructor)
155 call SYMBOL(MterpSuspendCheck)
166 call SYMBOL(MterpThreadFenceForConstructor)
171 call SYMBOL(MterpSuspendCheck)
182 call SYMBOL(MterpSuspendCheck)
194 call SYMBOL(MterpThreadFenceForConstructor)
199 call SYMBOL(MterpSuspendCheck)
invoke.S 16 call SYMBOL($helper)
42 call SYMBOL($helper)
array.S 44 call SYMBOL(artAGetObjectFromMterp) # (array, index)
114 call SYMBOL(MterpAputObject) # (array, index)
164 call SYMBOL(MterpFillArrayData) # (obj, payload)
185 call SYMBOL($helper)
211 call SYMBOL(MterpNewArray)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 85 #define SYMBOL(Id, Parent) \
94 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); }
95 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent)
SymExpr.h 34 #define SYMBOL(Id, Parent) Id##Kind,
57 /// \brief Iterator over symbols that the current symbol depends on.
59 /// For SymbolData, it's the symbol itself; for expressions, it's the
60 /// expression symbol and all the operands in it. Note, SymbolDerived is
82 /// \brief Find the region from which this symbol originates.
84 /// Whenever the symbol was constructed to denote an unknown value of
86 /// allows checkers to make decisions depending on the origin of the symbol.
87 /// Symbol classes for which the origin region is known include
91 /// a larger record region) is default-bound with a certain symbol.
99 /// \brief A symbol representing data which can be stored in a memory locatio
    [all...]
  /external/mesa3d/src/compiler/glsl/
s_expression.h 36 #define SX_AS_SYMBOL(x) SX_AS_(symbol, x)
47 * - symbol
157 s_pattern(s_symbol *&s) : p_symbol(&s), type(SYMBOL) { }
173 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /external/fonttools/Tests/feaLib/
lexer_test.py 58 (Lexer.SYMBOL, ";")
64 (Lexer.SYMBOL, ";")
80 self.assertEqual(lex("a'"), [(Lexer.NAME, "a"), (Lexer.SYMBOL, "'")])
82 [(Lexer.SYMBOL, "-"), (Lexer.NAME, "A-B")])
85 [(Lexer.NAME, "foo"), (Lexer.SYMBOL, "-"), (Lexer.NUMBER, -2)])

Completed in 2562 milliseconds

1 2 3