HomeSort by relevance Sort by last modified time
    Searched refs:symbol_get (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/ndk/r11/platforms/android-18/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)
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/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)
  /prebuilts/ndk/r11/platforms/android-18/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)
  /prebuilts/ndk/r11/platforms/android-19/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)
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/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)
  /prebuilts/ndk/r11/platforms/android-19/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)
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r11/platforms/android-9/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)
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/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)
  /prebuilts/ndk/r11/platforms/android-9/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/bison/src/
symtab.h 122 symbol *symbol_get (const char *key, location loc);
parse-gram.y 644 $$ = symbol_get (char_name ($1), @1);
664 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
symtab.c 713 symbol_get (const char *key, location loc) function
746 sym = symbol_get (buf, loc);
parse-gram.c     [all...]

Completed in 1527 milliseconds

1 23