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:elf64_hdr
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H
A
D
proc-pid-vm.c
78
struct
elf64_hdr
{
struct
150
struct
elf64_hdr
h;
in make_exe()
154
{&h, sizeof(struct
elf64_hdr
)},
in make_exe()
173
h.e_entry = VADDR + sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr);
in make_exe()
174
h.e_phoff = sizeof(struct
elf64_hdr
);
in make_exe()
177
h.e_ehsize = sizeof(struct
elf64_hdr
);
in make_exe()
190
ph.p_filesz = sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len;
in make_exe()
191
ph.p_memsz = sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len;
in make_exe()
199
if (writev(fd, iov, 3) != sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len) {
in make_exe()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H
A
D
proc-pid-vm.c
80
struct
elf64_hdr
{
struct
152
struct
elf64_hdr
h;
in make_exe()
156
{&h, sizeof(struct
elf64_hdr
)},
in make_exe()
175
h.e_entry = VADDR + sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr);
in make_exe()
176
h.e_phoff = sizeof(struct
elf64_hdr
);
in make_exe()
179
h.e_ehsize = sizeof(struct
elf64_hdr
);
in make_exe()
192
ph.p_filesz = sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len;
in make_exe()
193
ph.p_memsz = sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len;
in make_exe()
201
if (writev(fd, iov, 3) != sizeof(struct
elf64_hdr
) + sizeof(struct elf64_phdr) + len) {
in make_exe()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
elf.c
81
struct
elf64_hdr
e64;
in arch_elf_pt_proc()
140
struct
elf64_hdr
e64;
in arch_check_elf()
144
struct
elf64_hdr
e64;
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()
140
struct
elf64_hdr
e64;
in arch_check_elf()
144
struct
elf64_hdr
e64;
in arch_check_elf()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
alternative.c
201
const struct
elf64_hdr
*hdr;
in apply_alternatives_vdso()
208
hdr = (struct
elf64_hdr
*)vdso_start;
in apply_alternatives_vdso()
/kernel/linux/linux-5.10/include/linux/
H
A
D
elf.h
43
#define elfhdr
elf64_hdr
/kernel/linux/linux-6.6/include/linux/
H
A
D
elf.h
53
#define elfhdr
elf64_hdr
/kernel/linux/common_modules/xpm/validator/
H
A
D
elf_code_segment_info.c
203
struct
elf64_hdr
*elf64_ehdr;
in get_elf64_info()
209
elf64_ehdr = (struct
elf64_hdr
*)elf_ehdr;
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
72
typedef struct
elf64_hdr
{
struct
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
72
typedef struct
elf64_hdr
{
struct
/kernel/linux/linux-5.10/arch/alpha/boot/tools/
H
A
D
objstrip.c
31
# define elfhdr
elf64_hdr
/kernel/linux/linux-6.6/arch/alpha/boot/tools/
H
A
D
objstrip.c
31
# define elfhdr
elf64_hdr
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
225
typedef struct
elf64_hdr
{
struct
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_elf_loader.c
73
if (class == ELFCLASS64 && fw->size < sizeof(struct
elf64_hdr
)) {
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_elf_loader.c
75
if (class == ELFCLASS64 && fw->size < sizeof(struct
elf64_hdr
)) {
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
226
typedef struct
elf64_hdr
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
187
typedef struct
elf64_hdr
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
187
typedef struct
elf64_hdr
{
struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
173
typedef struct
elf64_hdr
{
struct
Completed in 14 milliseconds