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:elf_xword_to_cpu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs.c
198
#define
elf_xword_to_cpu
(x) elf64_to_cpu(x)
macro
202
#define
elf_xword_to_cpu
(x) elf32_to_cpu(x)
macro
281
sec->shdr.sh_flags =
elf_xword_to_cpu
(shdr.sh_flags);
in read_shdrs()
284
sec->shdr.sh_size =
elf_xword_to_cpu
(shdr.sh_size);
in read_shdrs()
287
sec->shdr.sh_addralign =
elf_xword_to_cpu
(shdr.sh_addralign);
in read_shdrs()
288
sec->shdr.sh_entsize =
elf_xword_to_cpu
(shdr.sh_entsize);
in read_shdrs()
346
sym->st_size =
elf_xword_to_cpu
(sym->st_size);
in read_symtabs()
392
rel->r_info =
elf_xword_to_cpu
(rel->r_info);
in read_relocs()
401
rel->r_addend =
elf_xword_to_cpu
(rel->r_addend);
in read_relocs()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs.c
198
#define
elf_xword_to_cpu
(x) elf64_to_cpu(x)
macro
202
#define
elf_xword_to_cpu
(x) elf32_to_cpu(x)
macro
281
sec->shdr.sh_flags =
elf_xword_to_cpu
(shdr.sh_flags);
in read_shdrs()
284
sec->shdr.sh_size =
elf_xword_to_cpu
(shdr.sh_size);
in read_shdrs()
287
sec->shdr.sh_addralign =
elf_xword_to_cpu
(shdr.sh_addralign);
in read_shdrs()
288
sec->shdr.sh_entsize =
elf_xword_to_cpu
(shdr.sh_entsize);
in read_shdrs()
346
sym->st_size =
elf_xword_to_cpu
(sym->st_size);
in read_symtabs()
392
rel->r_info =
elf_xword_to_cpu
(rel->r_info);
in read_relocs()
401
rel->r_addend =
elf_xword_to_cpu
(rel->r_addend);
in read_relocs()
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs.c
331
#define
elf_xword_to_cpu
(x) elf64_to_cpu(x)
macro
335
#define
elf_xword_to_cpu
(x) elf32_to_cpu(x)
macro
398
shnum =
elf_xword_to_cpu
(shdr.sh_size);
in read_ehdr()
429
sec->shdr.sh_flags =
elf_xword_to_cpu
(shdr.sh_flags);
in read_shdrs()
432
sec->shdr.sh_size =
elf_xword_to_cpu
(shdr.sh_size);
in read_shdrs()
435
sec->shdr.sh_addralign =
elf_xword_to_cpu
(shdr.sh_addralign);
in read_shdrs()
436
sec->shdr.sh_entsize =
elf_xword_to_cpu
(shdr.sh_entsize);
in read_shdrs()
494
sym->st_size =
elf_xword_to_cpu
(sym->st_size);
in read_symtabs()
526
rel->r_info =
elf_xword_to_cpu
(rel->r_info);
in read_relocs()
528
rel->r_addend =
elf_xword_to_cpu
(re
in read_relocs()
[all...]
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs.c
342
#define
elf_xword_to_cpu
(x) elf64_to_cpu(x)
macro
346
#define
elf_xword_to_cpu
(x) elf32_to_cpu(x)
macro
426
shnum =
elf_xword_to_cpu
(shdr.sh_size);
in read_ehdr()
457
sec->shdr.sh_flags =
elf_xword_to_cpu
(shdr.sh_flags);
in read_shdrs()
460
sec->shdr.sh_size =
elf_xword_to_cpu
(shdr.sh_size);
in read_shdrs()
463
sec->shdr.sh_addralign =
elf_xword_to_cpu
(shdr.sh_addralign);
in read_shdrs()
464
sec->shdr.sh_entsize =
elf_xword_to_cpu
(shdr.sh_entsize);
in read_shdrs()
545
sym->st_size =
elf_xword_to_cpu
(sym->st_size);
in read_symtabs()
583
rel->r_info =
elf_xword_to_cpu
(rel->r_info);
in read_relocs()
585
rel->r_addend =
elf_xword_to_cpu
(re
in read_relocs()
[all...]
Completed in 5 milliseconds