Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp114 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 …]
DUnwindCursor.hpp180 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/
Dmman.c59 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/
Dlibdl_support.c45 int my_dladdr(const void *addr, Dl_info *info) in my_dladdr()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h106 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
Dcompile.c937 compile_address(addr, ch) in compile_address() argument
Dexecute.c947 match_an_address_p(addr, input) in match_an_address_p() argument
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp221 uintptr_t addr = reinterpret_cast<uintptr_t>(address); in FindElfBinaryForAddress() local
248 uintptr_t addr = reinterpret_cast<uintptr_t>(address); in FindProtectionFlagsForAddress() local
Dcrazy_linker_elf_relro.cpp27 bool SwapPagesFromFd(void* addr, in SwapPagesFromFd()
Dcrazy_linker_shared_library.h78 size_t addr = reinterpret_cast<size_t>(address); in ContainsAddress() local
Dcrazy_linker_wrappers.cpp149 void* addr = lib_list->FindSymbolFrom(symbol_name, wrap_lib); in WrapDlsym() local
Dcrazy_linker_elf_loader.cpp194 uint8_t* addr = reinterpret_cast<uint8_t*>(min_vaddr); in ReserveAddressSpace() local
Dcrazy_linker_library_list.cpp102 void* addr = lib->LookupSymbol(symbol_name); in FindSymbolFrom() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew1_3.cpp64 A* addr(){return this;} in addr() function
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp64 A* addr(){return this;} in addr() function
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c50 static char **addr; /* Hex addresses to process. */ variable
/ndk/sources/host-tools/make-3.81/
Dvmsify.c39 #define INIT_DSC_S(dsc, addr, len) do { \ argument
Dalloca.c119 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c101 static char *addr = NULL; /* Address of first `dummy', once known. */ in find_stack_direction() local