/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | aligned_storage.hpp | 57 void* address() const { return const_cast<aligned_storage_imp*>(this); } in address() function 64 void* address() const { return 0; } in address() function 130 void* address() in address() function in boost::aligned_storage 137 const void* address() const in address() function in boost::aligned_storage 156 const void* aligned_storage<S,A>::address() const in address() function in boost::aligned_storage
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | gabixx_config.h | 82 #define __gabixx_sync_load(address) \ argument 90 # define __gabixx_sync_swap(address,value) __sync_swap((address),(value)) argument 92 # define __gabixx_sync_swap(address, value) \ argument
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | config.h | 38 # define __sync_swap(address, value) \ argument
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_proc_maps_unittest.cpp | 72 uintptr_t address; in TEST() member 88 void* address = reinterpret_cast<void*>(kData[n].address); in TEST() local 102 uintptr_t address; in TEST() member 112 uintptr_t address, offset; in TEST() local
|
D | crazy_linker_elf_symbols.cpp | 63 const ELF::Sym* ElfSymbols::LookupByAddress(void* address, in LookupByAddress() 78 bool ElfSymbols::LookupNearestByAddress(void* address, in LookupNearestByAddress()
|
D | crazy_linker_proc_maps.cpp | 203 int ProcMaps::GetProtectionFlagsForAddress(void* address) { in GetProtectionFlagsForAddress() 214 bool FindElfBinaryForAddress(void* address, in FindElfBinaryForAddress() 244 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) { in FindProtectionFlagsForAddress()
|
D | crazy_linker_shared_library.h | 77 bool ContainsAddress(void* address) const { in ContainsAddress() 95 bool FindNearestSymbolForAddress(void* address, in FindNearestSymbolForAddress()
|
D | crazy_linker_memory_mapping.h | 37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate()
|
D | crazy_linker_wrappers.cpp | 165 int WrapDladdr(void* address, Dl_info* info) { in WrapDladdr() 255 void* address; in WrapLinkerSymbol() member
|
D | crazy_linker_library_list.cpp | 34 void* address = reinterpret_cast<void*>(lib->load_bias() + entry->st_value); in CheckSymbol() local 131 LibraryView* LibraryList::FindLibraryForAddress(void* address) { in FindLibraryForAddress()
|
D | crazy_linker_system.cpp | 41 void* FileDescriptor::Map(void* address, in Map()
|
D | crazy_linker_api.cpp | 106 void* address) { in crazy_context_add_search_path_for_address() 328 crazy_status_t crazy_library_find_from_address(void* address, in crazy_library_find_from_address()
|
D | crazy_linker_rdebug.cpp | 169 void ScopedPageMapper::MapReadWrite(void* address) { in MapReadWrite()
|
D | crazy_linker_system_mock.cpp | 226 void* Map(void* address, size_t length, int prot, int flags, off_t offset) { in Map() 341 void* FileDescriptor::Map(void* address, in Map()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elff_api.cc | 54 uint64_t address, in elff_get_pc_address_info()
|
D | dwarf_die.cc | 101 DIEObject* DIEObject::get_leaf_for_address(Elf_Xword address) { in get_leaf_for_address() 130 bool DIEObject::contains_address(Elf_Xword address) { in contains_address()
|
D | elf_file.cc | 176 bool ElfFile::get_pc_address_info(Elf_Xword address, in get_pc_address_info()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 61 pointer address(reference x) const {return &x;} in address() function 62 const_pointer address(const_reference x) const {return &x;} in address() function 121 pointer address(reference x) const {return &x;} in address() function 122 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 124 pointer address(reference __x) const { return &__x; } in address() function 125 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
D | _alloc.h | 298 pointer address(reference __x) const {return &__x;} in address() function 299 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 56 pointer address(reference x) const {return &x;} in address() function 57 const_pointer address(const_reference x) const {return &x;} in address() function
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|