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:TO_NATIVE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.c
457
hdr->e_type =
TO_NATIVE
(hdr->e_type);
in parse_elf()
458
hdr->e_machine =
TO_NATIVE
(hdr->e_machine);
in parse_elf()
459
hdr->e_version =
TO_NATIVE
(hdr->e_version);
in parse_elf()
460
hdr->e_entry =
TO_NATIVE
(hdr->e_entry);
in parse_elf()
461
hdr->e_phoff =
TO_NATIVE
(hdr->e_phoff);
in parse_elf()
462
hdr->e_shoff =
TO_NATIVE
(hdr->e_shoff);
in parse_elf()
463
hdr->e_flags =
TO_NATIVE
(hdr->e_flags);
in parse_elf()
464
hdr->e_ehsize =
TO_NATIVE
(hdr->e_ehsize);
in parse_elf()
465
hdr->e_phentsize =
TO_NATIVE
(hdr->e_phentsize);
in parse_elf()
466
hdr->e_phnum =
TO_NATIVE
(hd
in parse_elf()
[all...]
H
A
D
modpost.h
62
#define
TO_NATIVE
(x) \
macro
71
#define
TO_NATIVE
(x) (x)
macro
H
A
D
file2alias.c
73
typeof(((struct devid *)0)->f) f =
TO_NATIVE
(*(typeof(f) *)((m) + OFF_##devid##_##f))
696
(*prod_id_hash)[i] =
TO_NATIVE
((*prod_id_hash)[i]);
in do_pcmcia_entry()
744
arr[i] =
TO_NATIVE
(arr[i]);
in do_input()
917
sprintf(&guid_name[i], "%02x",
TO_NATIVE
((guid->b)[i/2]));
in do_vmbus_entry()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
507
hdr->e_type =
TO_NATIVE
(hdr->e_type);
in parse_elf()
508
hdr->e_machine =
TO_NATIVE
(hdr->e_machine);
in parse_elf()
509
hdr->e_version =
TO_NATIVE
(hdr->e_version);
in parse_elf()
510
hdr->e_entry =
TO_NATIVE
(hdr->e_entry);
in parse_elf()
511
hdr->e_phoff =
TO_NATIVE
(hdr->e_phoff);
in parse_elf()
512
hdr->e_shoff =
TO_NATIVE
(hdr->e_shoff);
in parse_elf()
513
hdr->e_flags =
TO_NATIVE
(hdr->e_flags);
in parse_elf()
514
hdr->e_ehsize =
TO_NATIVE
(hdr->e_ehsize);
in parse_elf()
515
hdr->e_phentsize =
TO_NATIVE
(hdr->e_phentsize);
in parse_elf()
516
hdr->e_phnum =
TO_NATIVE
(hd
in parse_elf()
[all...]
H
A
D
modpost.h
85
#define
TO_NATIVE
(x) \
macro
94
#define
TO_NATIVE
(x) (x)
macro
H
A
D
file2alias.c
69
typeof(((struct devid *)0)->f) f =
TO_NATIVE
(*(typeof(f) *)((m) + OFF_##devid##_##f))
671
(*prod_id_hash)[i] =
TO_NATIVE
((*prod_id_hash)[i]);
in do_pcmcia_entry()
721
arr[i] =
TO_NATIVE
(arr[i]);
in do_input()
894
sprintf(&guid_name[i], "%02x",
TO_NATIVE
((guid->b)[i/2]));
in do_vmbus_entry()
Completed in 9 milliseconds