Home
last modified time | relevance | path

Searched refs:raw_memory (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dexploitability_win.cc214 const uint8_t *raw_memory = in CheckPlatformExploitability() local
216 DisassemblerX86 disassembler(raw_memory, in CheckPlatformExploitability()
Dexploitability_linux.cc220 const uint8_t *raw_memory = memory_region->GetMemory(); in EndedOnIllegalWrite()
235 raw_memory + offset, in EndedOnIllegalWrite()
/external/libchrome/base/i18n/
Dicu_util.h57 BASE_I18N_EXPORT bool InitializeICUFromRawMemory(const uint8_t* raw_memory);
Dicu_util.cc237 bool InitializeICUFromRawMemory(const uint8_t* raw_memory) { in InitializeICUFromRawMemory() argument
245 udata_setCommonData(const_cast<uint8_t*>(raw_memory), &err); in InitializeICUFromRawMemory()
/external/google-breakpad/src/google_breakpad/processor/
Dfast_source_line_resolver.h86 static WindowsFrameInfo CopyWFI(const char *raw_memory);