Home
last modified time | relevance | path

Searched refs:PLT_SYMBOL (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/x86_64/
Dasm_support_x86_64.S33 #define PLT_VAR(name, index) PLT_SYMBOL($index)
101 #define PLT_SYMBOL(name) name // ## @PLT macro
103 #define PLT_SYMBOL(name) name ## @PLT macro
107 #define PLT_SYMBOL(name) _ ## name macro
Djni_entrypoints_x86_64.S49 call PLT_SYMBOL(artFindNativeMethod) // (Thread*)
Dquick_entrypoints_x86_64.S1268 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)
1720 call PLT_SYMBOL(longjmp)
/art/runtime/arch/x86/
Dasm_support_x86.S109 #define PLT_SYMBOL(name) name // ## @PLT macro
111 #define PLT_SYMBOL(name) name ## @PLT macro
116 #define PLT_SYMBOL(name) _ ## name macro
Dquick_entrypoints_x86.S1208 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)
1681 call PLT_SYMBOL(longjmp)