Lines Matching defs:addr
49 bool DfxMemory::ReadMem(uintptr_t addr, uintptr_t *val) in ReadMem()
57 size_t DfxMemory::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
108 bool DfxMemory::ReadU8(uintptr_t& addr, uint8_t *val, bool incre) in ReadU8()
116 bool DfxMemory::ReadU16(uintptr_t& addr, uint16_t *val, bool incre) in ReadU16()
124 bool DfxMemory::ReadU32(uintptr_t& addr, uint32_t *val, bool incre) in ReadU32()
132 bool DfxMemory::ReadU64(uintptr_t& addr, uint64_t *val, bool incre) in ReadU64()
140 bool DfxMemory::ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre) in ReadUptr()
148 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre) in ReadString()
181 bool DfxMemory::ReadPrel31(uintptr_t& addr, uintptr_t *val) in ReadPrel31()
192 uint64_t DfxMemory::ReadUleb128(uintptr_t& addr) in ReadUleb128()
208 int64_t DfxMemory::ReadSleb128(uintptr_t& addr) in ReadSleb128()
252 uintptr_t DfxMemory::ReadEncodedValue(uintptr_t& addr, uint8_t encoding) in ReadEncodedValue()
354 size_t DfxMemory::ReadProcMemByPid(const pid_t pid, const uint64_t addr, void* data, size_t size) in ReadProcMemByPid()