OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Read32
(Results
1 - 5
of
5
) sorted by null
/system/core/libunwindstack/
ArmExidx.cpp
58
if (!elf_memory_->
Read32
(entry_offset + 4, &data)) {
99
if (!elf_memory_->
Read32
(addr, &data)) {
131
if (!elf_memory_->
Read32
(addr, &data)) {
149
if (!elf_memory_->
Read32
(addr, &data)) {
221
if (!process_memory_->
Read32
(cfa_, &(*regs_)[reg])) {
290
if (!process_memory_->
Read32
(cfa_, &(*regs_)[i])) {
298
if (!process_memory_->
Read32
(cfa_, &(*regs_)[ARM_REG_R14])) {
365
if (!process_memory_->
Read32
(cfa_, &(*regs_)[reg])) {
ElfInterfaceArm.cpp
66
if (!memory_->
Read32
(offset, &data)) {
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp
280
bool
Read32
(T &n)
335
bRet &=
Read32
(pn[i]);
362
if(!
Read32
(nName))
364
if(!
Read32
(nLen))
[
all
...]
/system/core/libunwindstack/include/unwindstack/
Memory.h
56
inline bool
Read32
(uint64_t addr, uint32_t* dst) {
/system/core/libunwindstack/tests/
MemoryTest.cpp
31
TEST(MemoryTest,
read32
) {
35
ASSERT_TRUE(memory.
Read32
(0, &data));
Completed in 156 milliseconds