HomeSort by relevance Sort by last modified time
    Searched defs:symbol_get (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/common/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /development/ndk/platforms/android-3/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /external/bison/src/
symtab.c 502 symbol_get (const char *key, location loc) function
536 sym = symbol_get (buf, loc);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
module.h 103 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
112 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /external/kernel-headers/original/linux/
module.h 169 #define symbol_get(x) ((typeof(&x))(__symbol_get(MODULE_SYMBOL_PREFIX #x))) macro
504 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
582 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)

Completed in 514 milliseconds