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:e_ehsize
(Results
1 - 25
of
51
) sorted by relevance
1
2
3
/kernel/linux/common_modules/xpm/validator/
H
A
D
elf_code_segment_info.c
179
uint16_t
e_ehsize
;
in get_elf32_info()
local
183
e_ehsize
= elf16_get_value(elf_ehdr, elf32_ehdr->
e_ehsize
);
in get_elf32_info()
184
if (
e_ehsize
!= sizeof(struct elf32_hdr))
in get_elf32_info()
206
uint16_t
e_ehsize
;
in get_elf64_info()
local
210
e_ehsize
= elf16_get_value(elf_ehdr, elf64_ehdr->
e_ehsize
);
in get_elf64_info()
211
if (
e_ehsize
!= sizeof(struct elf64_hdr))
in get_elf64_info()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf.h
64
Elf32_Half
e_ehsize
;
member
81
Elf64_Half
e_ehsize
;
member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
64
Elf32_Half
e_ehsize
;
member
81
Elf64_Half
e_ehsize
;
member
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.c
397
if (r2(&ehdr->
e_ehsize
) != sizeof(Elf32_Ehdr) ||
in do_file()
408
if (r2(&ghdr->
e_ehsize
) != sizeof(Elf64_Ehdr) ||
in do_file()
H
A
D
recordmcount.c
617
if (w2(ehdr->
e_ehsize
) != sizeof(Elf32_Ehdr)
in do_file()
636
if (w2(ghdr->
e_ehsize
) != sizeof(Elf64_Ehdr)
in do_file()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
217
Elf32_Half
e_ehsize
;
member
234
Elf64_Half
e_ehsize
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
218
Elf32_Half
e_ehsize
;
member
235
Elf64_Half
e_ehsize
;
member
/kernel/linux/linux-6.6/scripts/
H
A
D
sorttable.c
333
if (r2(&ehdr->
e_ehsize
) != sizeof(Elf32_Ehdr) ||
in do_file()
344
if (r2(&ghdr->
e_ehsize
) != sizeof(Elf64_Ehdr) ||
in do_file()
H
A
D
recordmcount.c
617
if (w2(ehdr->
e_ehsize
) != sizeof(Elf32_Ehdr)
in do_file()
636
if (w2(ghdr->
e_ehsize
) != sizeof(Elf64_Ehdr)
in do_file()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
180
Elf32_Half
e_ehsize
;
member
196
Elf64_Half
e_ehsize
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
180
Elf32_Half
e_ehsize
;
member
196
Elf64_Half
e_ehsize
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
166
Elf32_Half
e_ehsize
;
member
182
Elf64_Half
e_ehsize
;
member
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
kexec_elf.c
87
size = ehdr->
e_ehsize
+ ehdr->e_phoff;
in s390_elf_load()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
kexec_elf.c
87
size = ehdr->
e_ehsize
+ ehdr->e_phoff;
in s390_elf_load()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_elf_helpers.h
66
ELF_GEN_FIELD_GET_SET(hdr,
e_ehsize
, u32)
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs.c
231
ehdr.
e_ehsize
= elf_half_to_cpu(ehdr.
e_ehsize
);
in read_ehdr()
247
if (ehdr.
e_ehsize
!= sizeof(Elf_Ehdr))
in read_ehdr()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs.c
231
ehdr.
e_ehsize
= elf_half_to_cpu(ehdr.
e_ehsize
);
in read_ehdr()
247
if (ehdr.
e_ehsize
!= sizeof(Elf_Ehdr))
in read_ehdr()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_elf_helpers.h
66
ELF_GEN_FIELD_GET_SET(hdr,
e_ehsize
, u32)
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H
A
D
proc-pid-vm.c
87
uint16_t
e_ehsize
;
member
177
h.
e_ehsize
= sizeof(struct elf64_hdr);
in make_exe()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H
A
D
proc-pid-vm.c
89
uint16_t
e_ehsize
;
member
179
h.
e_ehsize
= sizeof(struct elf64_hdr);
in make_exe()
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs.c
364
ehdr.
e_ehsize
= elf_half_to_cpu(ehdr.
e_ehsize
);
in read_ehdr()
380
if (ehdr.
e_ehsize
!= sizeof(Elf_Ehdr))
in read_ehdr()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs.c
392
ehdr.
e_ehsize
= elf_half_to_cpu(ehdr.
e_ehsize
);
in read_ehdr()
408
if (ehdr.
e_ehsize
!= sizeof(Elf_Ehdr))
in read_ehdr()
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
elf2ecoff.c
178
e->
e_ehsize
= swab16(e->
e_ehsize
);
in convert_elf_hdr()
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
elf2ecoff.c
178
e->
e_ehsize
= swab16(e->
e_ehsize
);
in convert_elf_hdr()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H
A
D
relocs.c
166
if (ehdr.
e_ehsize
!= sizeof(Elf_Ehdr))
in read_ehdr()
Completed in 22 milliseconds
1
2
3