Searched refs:Read32 (Results 1 - 4 of 4) sorted by relevance

/system/core/libunwindstack/
H A DArmExidx.cpp58 if (!elf_memory_->Read32(entry_offset + 4, &data)) {
98 if (!elf_memory_->Read32(addr, &data)) {
129 if (!elf_memory_->Read32(addr, &data)) {
146 if (!elf_memory_->Read32(addr, &data)) {
217 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) {
285 if (!process_memory_->Read32(cfa_, &(*regs_)[i])) {
292 if (!process_memory_->Read32(cfa_, &(*regs_)[ARM_REG_R14])) {
358 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) {
H A DElfInterfaceArm.cpp70 if (!memory_->Read32(offset, &data)) {
/system/core/libunwindstack/include/unwindstack/
H A DMemory.h50 inline bool Read32(uint64_t addr, uint32_t* dst) { return Read(addr, dst, sizeof(uint32_t)); } function in class:unwindstack::Memory
/system/core/libunwindstack/tests/
H A DMemoryTest.cpp35 ASSERT_TRUE(memory.Read32(0, &data));

Completed in 317 milliseconds