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:e64
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
elf.c
81
struct elf64_hdr
e64
;
in arch_elf_pt_proc()
member
92
flags = elf32 ? ehdr->e32.e_flags : ehdr->
e64
.e_flags;
in arch_elf_pt_proc()
140
struct elf64_hdr
e64
;
in arch_check_elf()
member
144
struct elf64_hdr
e64
;
in arch_check_elf()
member
152
flags = elf32 ? ehdr->e32.e_flags : ehdr->
e64
.e_flags;
in arch_check_elf()
174
iflags = ielf32 ? iehdr->e32.e_flags : iehdr->
e64
.e_flags;
in arch_check_elf()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
elf.c
81
struct elf64_hdr
e64
;
in arch_elf_pt_proc()
member
92
flags = elf32 ? ehdr->e32.e_flags : ehdr->
e64
.e_flags;
in arch_elf_pt_proc()
140
struct elf64_hdr
e64
;
in arch_check_elf()
member
144
struct elf64_hdr
e64
;
in arch_check_elf()
member
152
flags = elf32 ? ehdr->e32.e_flags : ehdr->
e64
.e_flags;
in arch_check_elf()
174
iflags = ielf32 ? iehdr->e32.e_flags : iehdr->
e64
.e_flags;
in arch_check_elf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
517
const __u32 *
e64
= (const __u32 *)e;
in btf_enum64_value()
local
519
return ((__u64)
e64
[2] << 32) |
e64
[1];
in btf_enum64_value()
H
A
D
btf.c
339
struct btf_enum64 *
e64
;
in btf_bswap_type_rest()
local
368
for (i = 0,
e64
= btf_enum64(t); i < vlen; i++,
e64
++) {
in btf_bswap_type_rest()
369
e64
->name_off = bswap_32(
e64
->name_off);
in btf_bswap_type_rest()
370
e64
->val_lo32 = bswap_32(
e64
->val_lo32);
in btf_bswap_type_rest()
371
e64
->val_hi32 = bswap_32(
e64
->val_hi32);
in btf_bswap_type_rest()
Completed in 9 milliseconds