Searched refs:MMAP_FAILED (Results 1 - 11 of 11) sorted by relevance
/developtools/profiler/hiebpf/include/ |
H A D | utilities.h | 28 #ifndef MMAP_FAILED 29 #define MMAP_FAILED (reinterpret_cast<void *>(-1)) macro 32 #define MAP_FAILED MMAP_FAILED
|
H A D | elf_file.h | 165 if (mmap_ != MMAP_FAILED) { in GetStrPtr() 179 if (mmap_ != MMAP_FAILED) { in GetSectionData() 209 void *mmap_ = MMAP_FAILED;
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_writer.h | 33 #ifndef MMAP_FAILED 34 #define MMAP_FAILED (reinterpret_cast<void *>(-1)) macro 120 void* fileMapAddr_ = MMAP_FAILED;
|
H A D | trace_file_writer.cpp | 100 if (fileMapAddr_ != MMAP_FAILED) { in ~TraceFileWriter()
|
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | random_access_file.cpp | 85 return MMAP_FAILED; in DoMMap() 108 return MMAP_FAILED; in DoMMap()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | utilities.h | 312 #ifndef MMAP_FAILED 313 #define MMAP_FAILED (reinterpret_cast<void *>(-1)) macro 316 #define MAP_FAILED MMAP_FAILED
|
/developtools/hiperf/include/ |
H A D | utilities.h | 327 #ifndef MMAP_FAILED 328 #define MMAP_FAILED reinterpret_cast<void *>(-1) macro 331 #define MAP_FAILED MMAP_FAILED
|
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | byte_buffer.h | 31 MMAP_FAILED = -5, enumerator
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | utilities.cpp | 553 return MMAP_FAILED; in mmap() 559 UNWIND_CHECK_NOTNULL(FileMappingHandle, MMAP_FAILED, "CreateFileMappingW %zu Failed with %ld:%s", in mmap() 563 UNWIND_CHECK_NOTNULL(mapAddr, MMAP_FAILED, "MapViewOfFile %zu Failed with %ld:%s", in mmap()
|
/developtools/profiler/hiebpf/src/ |
H A D | elf_file.cpp | 35 if (mmap_ == MMAP_FAILED) { in ElfFile() 48 if (mmap_ != MMAP_FAILED) { in ~ElfFile()
|
/developtools/hiperf/src/ |
H A D | perf_events.cpp | 1215 CHECK_TRUE(rbuf == MMAP_FAILED, false, 1, ""); in CreateSpeMmap() 1248 if (rbuf == MMAP_FAILED) { in CreateMmap()
|
Completed in 9 milliseconds