/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 114 uint8_t get8(pint_t addr) { in get8() 119 uint16_t get16(pint_t addr) { in get16() 124 uint32_t get32(pint_t addr) { in get32() 129 uint64_t get64(pint_t addr) { in get64() 134 double getDouble(pint_t addr) { in getDouble() 139 v128 getVector(pint_t addr) { in getVector() 157 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() 166 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() 191 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() 211 inline LocalAddressSpace::pint_t LocalAddressSpace::getEncodedP(pint_t &addr, in getEncodedP() [all …]
|
D | UnwindCursor.hpp | 180 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader() 220 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray() 246 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader() 271 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray() 292 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader() 328 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray() 347 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
|
/ndk/tests/abcc/jni/mman-win32/ |
D | mman.c | 59 void* mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off) in mmap() 130 int munmap(void *addr, size_t len) in munmap() 140 int mprotect(void *addr, size_t len, int prot) in mprotect() 153 int msync(void *addr, size_t len, int flags) in msync() 163 int mlock(const void *addr, size_t len) in mlock() 173 int munlock(const void *addr, size_t len) in munlock()
|
/ndk/sources/android/support/src/ |
D | libdl_support.c | 45 int my_dladdr(const void *addr, Dl_info *info) in my_dladdr()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.h | 106 struct addr { struct 107 enum addr_types addr_type; argument 108 countT addr_number; argument 109 countT addr_step; argument 110 struct regex *addr_regex; argument
|
D | compile.c | 937 compile_address(addr, ch) in compile_address() argument
|
D | execute.c | 947 match_an_address_p(addr, input) in match_an_address_p() argument
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_proc_maps.cpp | 221 uintptr_t addr = reinterpret_cast<uintptr_t>(address); in FindElfBinaryForAddress() local 248 uintptr_t addr = reinterpret_cast<uintptr_t>(address); in FindProtectionFlagsForAddress() local
|
D | crazy_linker_elf_relro.cpp | 27 bool SwapPagesFromFd(void* addr, in SwapPagesFromFd()
|
D | crazy_linker_shared_library.h | 78 size_t addr = reinterpret_cast<size_t>(address); in ContainsAddress() local
|
D | crazy_linker_wrappers.cpp | 149 void* addr = lib_list->FindSymbolFrom(symbol_name, wrap_lib); in WrapDlsym() local
|
D | crazy_linker_elf_loader.cpp | 194 uint8_t* addr = reinterpret_cast<uint8_t*>(min_vaddr); in ReserveAddressSpace() local
|
D | crazy_linker_library_list.cpp | 102 void* addr = lib->LookupSymbol(symbol_name); in FindSymbolFrom() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new1_3.cpp | 64 A* addr(){return this;} in addr() function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | new1_3.cpp | 64 A* addr(){return this;} in addr() function
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 50 static char **addr; /* Hex addresses to process. */ variable
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsify.c | 39 #define INIT_DSC_S(dsc, addr, len) do { \ argument
|
D | alloca.c | 119 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 101 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local
|