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.S104 #define PLT_SYMBOL(name) name ## @PLT macro
108 #define PLT_SYMBOL(name) _ ## name macro
Dquick_entrypoints_x86.S1545 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S103 #define PLT_SYMBOL(name) name ## @PLT macro
106 #define PLT_SYMBOL(name) _ ## name macro
Dquick_entrypoints_x86_64.S1351 call PLT_SYMBOL(memcpy) // (void*, const void*, size_t)