Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind_AppleExtras.cpp45 #define NOT_HERE_BEFORE_5_0(sym) \ argument
46 extern const char sym##_tmp30 __asm("$ld$hide$os3.0$_" #sym ); \
47 __attribute__((visibility("default"))) const char sym##_tmp30 = 0; \
48 extern const char sym##_tmp31 __asm("$ld$hide$os3.1$_" #sym ); \
49 __attribute__((visibility("default"))) const char sym##_tmp31 = 0; \
50 extern const char sym##_tmp32 __asm("$ld$hide$os3.2$_" #sym );\
51 __attribute__((visibility("default"))) const char sym##_tmp32 = 0; \
52 extern const char sym##_tmp40 __asm("$ld$hide$os4.0$_" #sym ); \
53 __attribute__((visibility("default"))) const char sym##_tmp40 = 0; \
54 extern const char sym##_tmp41 __asm("$ld$hide$os4.1$_" #sym ); \
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks18 # Set up a symlink sym -> dep
19 # We'll make both dep and targ older than sym
24 symlink("../$dirnm/dep", 'sym');
28 run_make_test('targ: sym ; @echo make $@ from $<', '',
30 run_make_test(undef, '-L', "make targ from sym");
34 run_make_test(undef, '', "make targ from sym");
35 run_make_test(undef, '-L', "make targ from sym");
42 # Add in a new link between sym and dep. Be sure it's newer than targ.
50 run_make_test(undef, '-L', "make targ from sym");
52 rmfiles('targ', 'dep', 'sym', 'dep1');
[all …]
/ndk/sources/android/support/src/msun/
Ds_nan.c125 #define __weak_reference(sym,alias) \ argument
127 __asm__(".equ " #alias ", " #sym)
De_log2.c116 #define __weak_reference(sym,alias) \ argument
118 __asm__(".equ " #alias ", " #sym)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__refstring60 void* sym = dlsym(handle, "_ZNSs4_Rep20_S_empty_rep_storageE");
61 if (sym == nullptr)
63 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi8356 @code{.l}, @code{.s}, @code{.S}, @code{.mod}, @code{.sym}, @code{.def},
8431 @pindex .sym
8434 @file{@var{n}.sym} is made from @file{@var{n}.def} with a command
Dmake.info-16837 `.s', `.S', `.mod', `.sym', `.def', `.h', `.info', `.dvi', `.tex',
6887 `N.sym' is made from `N.def' with a command of the form `$(M2C)
Dmake.info-23479 * .sym: Catalogue of Rules. (line 74)