Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAP_FAILED
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H
A
D
mem.cpp
29
#define
MAP_FAILED
(reinterpret_cast<void *>(-1))
macro
107
return
MAP_FAILED
;
in mmap()
115
return
MAP_FAILED
;
in mmap()
125
return
MAP_FAILED
;
in mmap()
135
return
MAP_FAILED
;
in mmap()
165
if (result ==
MAP_FAILED
) {
in MapFile()
229
if (UNLIKELY(result ==
MAP_FAILED
)) {
in MapRWAnonymousRaw()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H
A
D
mem.cpp
31
#define
MAP_FAILED
(reinterpret_cast<void *>(-1))
macro
110
return
MAP_FAILED
;
in mmap()
118
return
MAP_FAILED
;
in mmap()
128
return
MAP_FAILED
;
in mmap()
138
return
MAP_FAILED
;
in mmap()
169
if (result ==
MAP_FAILED
) {
in MapFile()
272
if (UNLIKELY(result ==
MAP_FAILED
)) {
in MapRWAnonymousRaw()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
mem.cpp
50
if (result ==
MAP_FAILED
) {
in MapFile()
64
if (result ==
MAP_FAILED
) {
in MapExecuted()
171
if (result ==
MAP_FAILED
) {
in MapRWAnonymousRaw()
221
if (resultAddr ==
MAP_FAILED
) {
in MapRWAnonymousInFirst4GB()
235
if (mmapAddr ==
MAP_FAILED
) {
in MapRWAnonymousInFirst4GB()
267
if (result ==
MAP_FAILED
) {
in MapRWAnonymousFixedRaw()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H
A
D
file_mapper.cpp
63
if (basePtr_ ==
MAP_FAILED
) {
in CreateFileMapper()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H
A
D
os.cpp
98
if (res ==
MAP_FAILED
) {
in PageMapExecFortSpace()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H
A
D
mem.cpp
47
if (result ==
MAP_FAILED
) {
in MapFile()
Completed in 4 milliseconds