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:PF_R
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H
A
D
load.c
255
if (!!(flags & ~(
PF_R
| PF_W | PF_X))) {
in encl_load()
262
if (j == 0 && flags != (
PF_R
| PF_W)) {
in encl_load()
276
seg->prot = (phdr->p_flags &
PF_R
) ? PROT_READ : 0;
in encl_load()
/kernel/liteos_a/kernel/extended/dynload/include/
H
A
D
los_load_elf.h
84
#define
PF_R
0x4
macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf.h
91
#define
PF_R
0x4
macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
91
#define
PF_R
0x4
macro
/kernel/linux/linux-6.6/kernel/
H
A
D
crash_core.c
390
phdr->p_flags =
PF_R
|PF_W|PF_X;
in crash_prepare_elf64_headers()
404
phdr->p_flags =
PF_R
|PF_W|PF_X;
in crash_prepare_elf64_headers()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
244
#define
PF_R
0x4
macro
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_coredump.c
297
elf_phdr_set_p_flags(class, phdr,
PF_R
| PF_W | PF_X);
in rproc_coredump()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
245
#define
PF_R
0x4
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
203
#define
PF_R
0x4
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
203
#define
PF_R
0x4
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
189
#define
PF_R
0x4
macro
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
genelf.c
299
phdr[0].p_flags = PF_X |
PF_R
;
in jit_write_elf()
H
A
D
symbol-elf.c
1332
if (!(phdr.p_flags &
PF_R
))
in elf_read_maps()
1552
.p_flags =
PF_R
| PF_W | PF_X,
in kcore__add_phdr()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_coredump.c
302
elf_phdr_set_p_flags(class, phdr,
PF_R
| PF_W | PF_X);
in rproc_coredump()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
genelf.c
301
phdr[0].p_flags = PF_X |
PF_R
;
in jit_write_elf()
/kernel/linux/linux-5.10/kernel/
H
A
D
kexec_file.c
1311
phdr->p_flags =
PF_R
|PF_W|PF_X;
in crash_prepare_elf64_headers()
1325
phdr->p_flags =
PF_R
|PF_W|PF_X;
in crash_prepare_elf64_headers()
/kernel/liteos_a/kernel/extended/dynload/src/
H
A
D
los_load_elf.c
358
prot = (((pFlags &
PF_R
) ? PROT_READ : 0) |
in OsGetProt()
516
if ((elfPhdrTemp->flags &
PF_R
) && (elfPhdrTemp->flags & PF_X) && !(elfPhdrTemp->flags & PF_W)) {
in OsMmapELFFile()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
crash_dump.c
572
phdr->p_flags =
PF_R
| PF_W | PF_X;
in loads_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-core.c
395
phdr->p_flags = cpu_to_be32(
PF_R
|PF_W|PF_X);
in create_opalcore()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-core.c
397
phdr->p_flags = cpu_to_be32(
PF_R
|PF_W|PF_X);
in create_opalcore()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
crash_dump.c
513
phdr->p_flags =
PF_R
| PF_W | PF_X;
in loads_init()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
kcore.c
381
phdr->p_flags =
PF_R
| PF_W | PF_X;
in read_kcore()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
kcore.c
387
phdr->p_flags =
PF_R
| PF_W | PF_X;
in read_kcore_iter()
/kernel/liteos_m/components/dynlink/
H
A
D
los_dynlink.c
364
if ((elfPhdrTemp->p_flags &
PF_R
) == 0) {
in OsLoadELFFile()
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf.c
573
if (p_flags &
PF_R
)
in make_prot()
2278
phdr.p_flags |=
PF_R
;
in elf_core_dump()
Completed in 36 milliseconds
1
2