Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 36) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Daligned_storage.hpp57 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/
Dgabixx_config.h82 #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/
Dconfig.h38 # define __sync_swap(address, value) \ argument
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps_unittest.cpp72 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
Dcrazy_linker_elf_symbols.cpp63 const ELF::Sym* ElfSymbols::LookupByAddress(void* address, in LookupByAddress()
78 bool ElfSymbols::LookupNearestByAddress(void* address, in LookupNearestByAddress()
Dcrazy_linker_proc_maps.cpp203 int ProcMaps::GetProtectionFlagsForAddress(void* address) { in GetProtectionFlagsForAddress()
214 bool FindElfBinaryForAddress(void* address, in FindElfBinaryForAddress()
244 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) { in FindProtectionFlagsForAddress()
Dcrazy_linker_shared_library.h77 bool ContainsAddress(void* address) const { in ContainsAddress()
95 bool FindNearestSymbolForAddress(void* address, in FindNearestSymbolForAddress()
Dcrazy_linker_memory_mapping.h37 bool Allocate(void* address, size_t size, Protection prot, int fd) { in Allocate()
Dcrazy_linker_wrappers.cpp165 int WrapDladdr(void* address, Dl_info* info) { in WrapDladdr()
255 void* address; in WrapLinkerSymbol() member
Dcrazy_linker_library_list.cpp34 void* address = reinterpret_cast<void*>(lib->load_bias() + entry->st_value); in CheckSymbol() local
131 LibraryView* LibraryList::FindLibraryForAddress(void* address) { in FindLibraryForAddress()
Dcrazy_linker_system.cpp41 void* FileDescriptor::Map(void* address, in Map()
Dcrazy_linker_api.cpp106 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()
Dcrazy_linker_rdebug.cpp169 void ScopedPageMapper::MapReadWrite(void* address) { in MapReadWrite()
Dcrazy_linker_system_mock.cpp226 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/
Delff_api.cc54 uint64_t address, in elff_get_pc_address_info()
Ddwarf_die.cc101 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()
Delf_file.cc176 bool ElfFile::get_pc_address_info(Elf_Xword address, in get_pc_address_info()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h61 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.h124 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.h298 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/
Dtest_allocator.h56 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/
Dmvctor_declaration_test.cpp103 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
Dstack_allocator.h135 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/
Dmvctor_declaration_test.cpp103 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
Dstack_allocator.h135 pointer address(reference __x) const {return &__x;} in address() function
136 const_pointer address(const_reference __x) const { return &__x; } in address() function

12