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:PER_LINUX32
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_kernel.c
60
/* Android's bionic libc sets the
PER_LINUX32
personality for all 32-bit
in tst_kernel_bits()
65
(personality(0xffffffff) & PER_MASK) ==
PER_LINUX32
) {
in tst_kernel_bits()
72
/* Redo the uname check without the
PER_LINUX32
personality to
in tst_kernel_bits()
79
/* Set the personality back to
PER_LINUX32
. */
in tst_kernel_bits()
80
if (personality(
PER_LINUX32
) == -1) {
in tst_kernel_bits()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
personality.h
29
#define
PER_LINUX32
8
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
personality.h
29
#define
PER_LINUX32
8
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
personality.h
29
#define
PER_LINUX32
8
macro
/third_party/ltp/testcases/kernel/syscalls/personality/
H
A
D
personality01.c
16
* can set it back in some cases. I.e.
PER_LINUX32
cannot be unset on some 64
42
PAIR(
PER_LINUX32
),
/third_party/musl/include/sys/
H
A
D
personality.h
32
#define
PER_LINUX32
8
macro
Completed in 2 milliseconds