Searched defs:symbol (Results 1 - 1 of 1) sorted by relevance

/system/core/libacc/
H A Dacc.cpp498 /* Emit a call to an unknown function. The argument "symbol" needs to
503 virtual int callForward(int symbol, Type* pFunc) = 0;
518 /* Generate a symbol at the current PC. t is the head of a
1962 virtual int callForward(int symbol, Type* pFunc) { argument
1966 o4(0xEB000000 | encodeAddress(symbol));
2022 /* output a symbol and patch all calls to it */
2041 /* output a symbol and patch all calls to it */
2992 virtual int callForward(int symbol, Type* pFunc) { argument
2995 return psym(0xe8, symbol); /* call xxx */
3019 /* output a symbol an
3325 callForward(int symbol, Type* pFunc) argument
[all...]

Completed in 256 milliseconds