Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dasm_support_x86.S151 #define PLT_SYMBOL(name) name ## @PLT macro
155 #define PLT_SYMBOL(name) _ ## name macro
Dquick_entrypoints_x86.S1347 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S158 #define PLT_SYMBOL(name) name ## @PLT macro
161 #define PLT_SYMBOL(name) _ ## name macro
Dquick_entrypoints_x86_64.S1263 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)