Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
DSDL_dlcompat.c245 static const struct mach_header *get_mach_header_from_NSModule(NSModule mod);
336 static const struct mach_header *get_mach_header_from_NSModule(NSModule mod) in get_mach_header_from_NSModule() function
709 nssym = search_linked_libs(get_mach_header_from_NSModule(dls->module), symbol); in dlsymIntern()
865 dls->lib = get_mach_header_from_NSModule(dls->module); in loadModule()