HomeSort by relevance Sort by last modified time
    Searched refs:symbol_get (Results 1 - 15 of 15) 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)
  /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/bison/src/
symtab.h 101 symbol *symbol_get (const char *key, location loc);
reader.c 496 accept = symbol_get ("$accept", empty_location);
501 errtoken = symbol_get ("error", empty_location);
507 undeftoken = symbol_get ("$undefined", empty_location);
547 endtoken = symbol_get ("$end", empty_location);
symtab.c 502 symbol_get (const char *key, location loc) function
536 sym = symbol_get (buf, loc);
parse-gram.y 464 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
scan-gram.l 269 val->symbol = symbol_get (yytext, *loc);
424 val->symbol = symbol_get (quotearg_style (escape_quoting_style,
    [all...]
scan-gram.c     [all...]
  /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 105 milliseconds