Searched refs:sym (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind_AppleExtras.cpp | 45 #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/android/crazy_linker/src/ |
D | crazy_linker_elf_symbols.cpp | 69 const ELF::Sym* sym = &symbol_table_[n]; in LookupByAddress() local 70 if (sym->st_shndx != SHN_UNDEF && elf_addr >= sym->st_value && in LookupByAddress() 71 elf_addr < sym->st_value + sym->st_size) { in LookupByAddress() 72 return sym; in LookupByAddress() 90 const ELF::Sym* sym = &symbol_table_[n]; in LookupNearestByAddress() local 91 if (sym->st_shndx == SHN_UNDEF) in LookupNearestByAddress() 94 if (elf_addr >= sym->st_value && elf_addr < sym->st_value + sym->st_size) { in LookupNearestByAddress() 96 nearest_sym = sym; in LookupNearestByAddress() 102 if (elf_addr < sym->st_value) in LookupNearestByAddress() 103 diff = sym->st_value - elf_addr; in LookupNearestByAddress() [all …]
|
D | crazy_linker_elf_symbols.h | 39 const ELF::Sym* sym = LookupById(symbol_id); in LookupNameById() local 40 if (!sym) in LookupNameById() 42 return string_table_ + sym->st_name; in LookupNameById() 46 const ELF::Sym* sym = LookupByName(symbol_name); in LookupAddressByName() local 47 if (!sym) in LookupAddressByName() 49 return reinterpret_cast<void*>(load_bias + sym->st_value); in LookupAddressByName()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 18 # 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/ |
D | s_nan.c | 125 #define __weak_reference(sym,alias) \ argument 127 __asm__(".equ " #alias ", " #sym)
|
D | e_log2.c | 116 #define __weak_reference(sym,alias) \ argument 118 __asm__(".equ " #alias ", " #sym)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __refstring | 60 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/ |
D | make.texi | 8356 @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
|
D | make.info-1 | 6837 `.s', `.S', `.mod', `.sym', `.def', `.h', `.info', `.dvi', `.tex', 6887 `N.sym' is made from `N.def' with a command of the form `$(M2C)
|
D | make.info-2 | 3479 * .sym: Catalogue of Rules. (line 74)
|