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:EI_DATA
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf_util.c
26
elf64->e_ident[
EI_DATA
] == ELFDATA2LSB &&
in parse_elf64()
28
elf64->e_ident[
EI_DATA
] == ELFDATA2MSB &&
in parse_elf64()
61
elf32->e_ident[
EI_DATA
] == ELFDATA2MSB &&
in parse_elf32()
H
A
D
addnote.c
102
#define
EI_DATA
5
macro
145
e_data = buf[E_IDENT+
EI_DATA
];
in main()
H
A
D
elf.h
122
#define
EI_DATA
5
macro
139
#define ELFDATANONE 0 /* e_ident[
EI_DATA
] */
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf_util.c
26
elf64->e_ident[
EI_DATA
] == ELFDATA2LSB &&
in parse_elf64()
28
elf64->e_ident[
EI_DATA
] == ELFDATA2MSB &&
in parse_elf64()
61
elf32->e_ident[
EI_DATA
] == ELFDATA2MSB &&
in parse_elf32()
H
A
D
addnote.c
102
#define
EI_DATA
5
macro
145
e_data = buf[E_IDENT+
EI_DATA
];
in main()
H
A
D
elf.h
122
#define
EI_DATA
5
macro
139
#define ELFDATANONE 0 /* e_ident[
EI_DATA
] */
/kernel/linux/linux-5.10/kernel/
H
A
D
kexec_elf.c
31
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf64_to_cpu()
33
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf64_to_cpu()
41
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf32_to_cpu()
43
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf32_to_cpu()
51
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf16_to_cpu()
53
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf16_to_cpu()
138
} else if (ehdr->e_ident[
EI_DATA
] != ELFDATA2LSB &&
in elf_read_ehdr()
139
ehdr->e_ident[
EI_DATA
] != ELFDATA2MSB) {
in elf_read_ehdr()
/kernel/linux/linux-6.6/kernel/
H
A
D
kexec_elf.c
31
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf64_to_cpu()
33
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf64_to_cpu()
41
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf32_to_cpu()
43
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf32_to_cpu()
51
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf16_to_cpu()
53
else if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf16_to_cpu()
138
} else if (ehdr->e_ident[
EI_DATA
] != ELFDATA2LSB &&
in elf_read_ehdr()
139
ehdr->e_ident[
EI_DATA
] != ELFDATA2MSB) {
in elf_read_ehdr()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
elf.c
53
&& (ident[
EI_DATA
] == ELFDATA2LSB))
in elfhdr_get()
55
&& (ident[
EI_DATA
] == ELFDATA2MSB)), "Current "
in elfhdr_get()
62
" ident[
EI_DATA
]: %u\n"
in elfhdr_get()
66
ident[
EI_DATA
], ELFDATA2LSB, ELFDATA2MSB);
in elfhdr_get()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
elf.c
52
&& (ident[
EI_DATA
] == ELFDATA2LSB))
in elfhdr_get()
54
&& (ident[
EI_DATA
] == ELFDATA2MSB)), "Current "
in elfhdr_get()
61
" ident[
EI_DATA
]: %u\n"
in elfhdr_get()
65
ident[
EI_DATA
], ELFDATA2LSB, ELFDATA2MSB);
in elfhdr_get()
/kernel/linux/linux-5.10/arch/mips/tools/
H
A
D
elf-entry.c
65
switch (hdr.ehdr32.e_ident[
EI_DATA
]) {
in main()
82
switch (hdr.ehdr32.e_ident[
EI_DATA
]) {
in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H
A
D
elf-entry.c
65
switch (hdr.ehdr32.e_ident[
EI_DATA
]) {
in main()
82
switch (hdr.ehdr32.e_ident[
EI_DATA
]) {
in main()
/kernel/linux/common_modules/xpm/validator/
H
A
D
elf_code_segment_info.c
44
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf64_get_value()
47
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf64_get_value()
55
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf32_get_value()
58
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf32_get_value()
66
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2MSB)
in elf16_get_value()
69
if (ehdr->e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf16_get_value()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs.c
163
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf16_to_cpu()
171
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf32_to_cpu()
179
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in cpu_to_elf32()
191
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf64_to_cpu()
216
if ((ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB) &&
in read_ehdr()
217
(ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB))
in read_ehdr()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs.c
163
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf16_to_cpu()
171
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf32_to_cpu()
179
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in cpu_to_elf32()
191
if (ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB)
in elf64_to_cpu()
216
if ((ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB) &&
in read_ehdr()
217
(ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB))
in read_ehdr()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
mk_elfconfig.c
31
switch (ei[
EI_DATA
]) {
in main()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
endianness.h
18
(elf->ehdr.e_ident[
EI_DATA
] == ELFDATA2LSB);
in need_bswap()
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
mk_elfconfig.c
31
switch (ei[
EI_DATA
]) {
in main()
/kernel/linux/linux-5.10/arch/mips/vdso/
H
A
D
genvdso.c
160
switch (ehdr->e_ident[
EI_DATA
]) {
in map_vdso()
163
need_swap = ehdr->e_ident[
EI_DATA
] != HOST_ORDER;
in map_vdso()
/kernel/linux/linux-6.6/arch/mips/vdso/
H
A
D
genvdso.c
160
switch (ehdr->e_ident[
EI_DATA
]) {
in map_vdso()
163
need_swap = ehdr->e_ident[
EI_DATA
] != HOST_ORDER;
in map_vdso()
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.c
335
switch (ehdr->e_ident[
EI_DATA
]) {
in do_file()
354
ehdr->e_ident[
EI_DATA
], fname);
in do_file()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_elf_loader.c
80
if (ehdr->e_ident[
EI_DATA
] != ELFDATA2LSB) {
82
if (ehdr->e_ident[
EI_DATA
] != ELFDATA2MSB) {
H
A
D
remoteproc_elf_helpers.h
34
hdr->e_ident[
EI_DATA
] = ELFDATA2LSB;
in elf_hdr_init_ident()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_elf_loader.c
82
if (ehdr->e_ident[
EI_DATA
] != ELFDATA2LSB) {
84
if (ehdr->e_ident[
EI_DATA
] != ELFDATA2MSB) {
/kernel/linux/linux-6.6/scripts/
H
A
D
sorttable.c
274
switch (ehdr->e_ident[
EI_DATA
]) {
in do_file()
293
ehdr->e_ident[
EI_DATA
], fname);
in do_file()
Completed in 12 milliseconds
1
2
3