Searched refs:_sym (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/include/ |
D | compiler.h | 62 #define PROVIDE_SYMBOL( _sym ) \ argument 63 .globl _sym ; \ 64 .comm _sym, 0 66 #define PROVIDE_SYMBOL( _sym ) \ argument 67 char _sym[0] 76 #define REQUIRE_SYMBOL( _sym ) \ argument 78 .extern _sym ; \ 79 .long _sym ; \ 82 #define REQUIRE_SYMBOL( _sym ) \ argument 83 extern char _sym; \ [all …]
|
/external/oj-libjdwp/src/solaris/npt/ |
D | npt_md.h | 42 void *_sym; \ 48 _sym = dlsym(_handle, "nptInitialize"); \ 49 if ( _sym == NULL ) NPT_ERROR("Cannot find nptInitialize"); \ 50 ((NptInitialize)_sym)((pnpt), version, (options)); \ 58 void *_sym; \ 62 _sym = dlsym(_handle, "nptTerminate"); \ 63 if ( _sym == NULL ) NPT_ERROR("Cannot find nptTerminate"); \ 64 ((NptTerminate)_sym)((npt), (options)); \
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | relax-recompute-align.s | 37 .zerofill __DATA,__bss,_sym,4,2
|
/external/llvm/test/MC/MachO/ |
D | relax-recompute-align.s | 23 .zerofill __DATA,__bss,_sym,4,2
|
/external/skqp/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 361 for _sym, _symbol_type, size, path in symbols:
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 361 for _sym, _symbol_type, size, path in symbols:
|