Lines Matching refs:GET_FUNCTION_POINTER
157 #define GET_FUNCTION_POINTER(x) real_##x = get_function_pointer(#x) macro
206 GET_FUNCTION_POINTER(closedir); in init_shim()
207 GET_FUNCTION_POINTER(dup); in init_shim()
208 GET_FUNCTION_POINTER(fcntl); in init_shim()
209 GET_FUNCTION_POINTER(fopen); in init_shim()
210 GET_FUNCTION_POINTER(ioctl); in init_shim()
211 GET_FUNCTION_POINTER(mmap); in init_shim()
212 GET_FUNCTION_POINTER(open); in init_shim()
213 GET_FUNCTION_POINTER(opendir); in init_shim()
214 GET_FUNCTION_POINTER(readdir); in init_shim()
215 GET_FUNCTION_POINTER(readdir64); in init_shim()
216 GET_FUNCTION_POINTER(readlink); in init_shim()
217 GET_FUNCTION_POINTER(realpath); in init_shim()
220 GET_FUNCTION_POINTER(__xstat); in init_shim()
221 GET_FUNCTION_POINTER(__xstat64); in init_shim()
222 GET_FUNCTION_POINTER(__fxstat); in init_shim()
223 GET_FUNCTION_POINTER(__fxstat64); in init_shim()
225 GET_FUNCTION_POINTER(stat); in init_shim()
226 GET_FUNCTION_POINTER(stat64); in init_shim()
227 GET_FUNCTION_POINTER(fstat); in init_shim()
228 GET_FUNCTION_POINTER(fstat64); in init_shim()