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:EM_PARISC
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
elf.h
11
#define
EM_PARISC
15
macro
312
((x)->e_machine ==
EM_PARISC
&& (x)->e_ident[EI_CLASS] == ELF_CLASS)
314
((x)->e_machine ==
EM_PARISC
&& (x)->e_ident[EI_CLASS] == ELFCLASS32)
320
#define ELF_ARCH
EM_PARISC
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
elf.h
11
#define
EM_PARISC
15
macro
311
((x)->e_machine ==
EM_PARISC
&& (x)->e_ident[EI_CLASS] == ELF_CLASS)
313
((x)->e_machine ==
EM_PARISC
&& (x)->e_ident[EI_CLASS] == ELFCLASS32)
319
#define ELF_ARCH
EM_PARISC
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf-em.h
21
#define
EM_PARISC
15 /* HPPA */
macro
H
A
D
audit.h
415
#define AUDIT_ARCH_PARISC (
EM_PARISC
)
416
#define AUDIT_ARCH_PARISC64 (
EM_PARISC
|__AUDIT_ARCH_64BIT)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf-em.h
21
#define
EM_PARISC
15 /* HPPA */
macro
H
A
D
audit.h
420
#define AUDIT_ARCH_PARISC (
EM_PARISC
)
421
#define AUDIT_ARCH_PARISC64 (
EM_PARISC
|__AUDIT_ARCH_64BIT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf-em.h
32
#define
EM_PARISC
15
macro
H
A
D
audit.h
300
#define AUDIT_ARCH_PARISC (
EM_PARISC
)
301
#define AUDIT_ARCH_PARISC64 (
EM_PARISC
| __AUDIT_ARCH_64BIT)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf-em.h
32
#define
EM_PARISC
15
macro
H
A
D
audit.h
300
#define AUDIT_ARCH_PARISC (
EM_PARISC
)
301
#define AUDIT_ARCH_PARISC64 (
EM_PARISC
| __AUDIT_ARCH_64BIT)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf-em.h
20
#define
EM_PARISC
15
macro
H
A
D
audit.h
281
#define AUDIT_ARCH_PARISC (
EM_PARISC
)
282
#define AUDIT_ARCH_PARISC64 (
EM_PARISC
|__AUDIT_ARCH_64BIT)
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.c
377
case
EM_PARISC
:
in do_file()
/kernel/linux/linux-6.6/scripts/
H
A
D
sorttable.c
313
case
EM_PARISC
:
in do_file()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
ptrace.c
644
.name = "parisc", .e_machine =
EM_PARISC
, .ei_osabi = ELFOSABI_LINUX,
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
ptrace.c
644
.name = "parisc", .e_machine =
EM_PARISC
, .ei_osabi = ELFOSABI_LINUX,
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.c
1239
elf->hdr->e_machine ==
EM_PARISC
&&
in check_export_symbol()
Completed in 17 milliseconds