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:elf32_hdr
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
mdt_loader.c
82
const struct
elf32_hdr
*ehdr;
in qcom_mdt_get_size()
87
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_get_size()
130
const struct
elf32_hdr
*ehdr;
in qcom_mdt_read_metadata()
139
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_read_metadata()
210
const struct
elf32_hdr
*ehdr;
in qcom_mdt_pas_init()
219
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_pas_init()
270
const struct
elf32_hdr
*ehdr;
in qcom_mdt_bins_are_split()
274
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_bins_are_split()
302
const struct
elf32_hdr
*ehdr;
in __qcom_mdt_load()
316
ehdr = (struct
elf32_hdr
*)f
in __qcom_mdt_load()
[all...]
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
mdt_loader.c
44
const struct
elf32_hdr
*ehdr;
in qcom_mdt_get_size()
49
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_get_size()
89
const struct
elf32_hdr
*ehdr;
in qcom_mdt_read_metadata()
95
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_mdt_read_metadata()
136
const struct
elf32_hdr
*ehdr;
in __qcom_mdt_load()
154
ehdr = (struct
elf32_hdr
*)fw->data;
in __qcom_mdt_load()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
elf.h
36
struct
elf32_hdr
;
37
extern int elf_check_arch(const struct
elf32_hdr
*);
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
elf.h
36
struct
elf32_hdr
;
37
extern int elf_check_arch(const struct
elf32_hdr
*);
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
elf.h
101
struct
elf32_hdr
;
106
extern int elf_check_arch(const struct
elf32_hdr
*);
141
extern void elf_set_personality(const struct
elf32_hdr
*);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
elf.h
104
struct
elf32_hdr
;
109
extern int elf_check_arch(const struct
elf32_hdr
*);
140
extern void elf_set_personality(const struct
elf32_hdr
*);
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_elf_helpers.h
18
* Note that we use and
elf32_hdr
to access the class since the start of the
25
struct
elf32_hdr
*ehdr = (struct
elf32_hdr
*)fw->data;
in fw_elf_get_class()
30
static inline void elf_hdr_init_ident(struct
elf32_hdr
*hdr, u8 class)
in elf_hdr_init_ident()
H
A
D
remoteproc_elf_loader.c
41
* header parsing, we can use the
elf32_hdr
one for both elf64 and
44
struct
elf32_hdr
*ehdr;
55
if (fw->size < sizeof(struct
elf32_hdr
)) {
60
ehdr = (struct
elf32_hdr
*)fw->data;
H
A
D
qcom_common.c
119
const struct
elf32_hdr
*ehdr;
in qcom_register_dump_segments()
123
ehdr = (struct
elf32_hdr
*)fw->data;
in qcom_register_dump_segments()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_elf_helpers.h
18
* Note that we use
elf32_hdr
to access the class since the start of the
25
struct
elf32_hdr
*ehdr = (struct
elf32_hdr
*)fw->data;
in fw_elf_get_class()
30
static inline void elf_hdr_init_ident(struct
elf32_hdr
*hdr, u8 class)
in elf_hdr_init_ident()
H
A
D
remoteproc_elf_loader.c
43
* header parsing, we can use the
elf32_hdr
one for both elf64 and
46
struct
elf32_hdr
*ehdr;
57
if (fw->size < sizeof(struct
elf32_hdr
)) {
62
ehdr = (struct
elf32_hdr
*)fw->data;
H
A
D
mtk_scp.c
236
struct
elf32_hdr
*ehdr;
in scp_elf_load_segments()
241
ehdr = (struct
elf32_hdr
*)elf_data;
in scp_elf_load_segments()
293
struct
elf32_hdr
*ehdr;
in scp_elf_read_ipi_buf_addr()
299
ehdr = (struct
elf32_hdr
*)elf_data;
in scp_elf_read_ipi_buf_addr()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
elf.c
10
int elf_check_arch(const struct
elf32_hdr
*x)
in elf_check_arch()
43
void elf_set_personality(const struct
elf32_hdr
*x)
in elf_set_personality()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
elf.c
10
int elf_check_arch(const struct
elf32_hdr
*x)
in elf_check_arch()
43
void elf_set_personality(const struct
elf32_hdr
*x)
in elf_set_personality()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
elf.c
80
struct
elf32_hdr
e32;
in arch_elf_pt_proc()
139
struct
elf32_hdr
e32;
in arch_check_elf()
143
struct
elf32_hdr
e32;
in arch_check_elf()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
elf.c
80
struct
elf32_hdr
e32;
in arch_elf_pt_proc()
139
struct
elf32_hdr
e32;
in arch_check_elf()
143
struct
elf32_hdr
e32;
in arch_check_elf()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
elf.h
116
struct
elf32_hdr
;
/kernel/linux/linux-5.10/fs/
H
A
D
compat_binfmt_elf.c
34
#define elfhdr
elf32_hdr
/kernel/linux/linux-5.10/include/linux/
H
A
D
elf.h
31
#define elfhdr
elf32_hdr
/kernel/linux/linux-6.6/fs/
H
A
D
compat_binfmt_elf.c
34
#define elfhdr
elf32_hdr
/kernel/linux/linux-6.6/include/linux/
H
A
D
elf.h
41
#define elfhdr
elf32_hdr
/kernel/linux/common_modules/xpm/validator/
H
A
D
elf_code_segment_info.c
176
struct
elf32_hdr
*elf32_ehdr;
in get_elf32_info()
182
elf32_ehdr = (struct
elf32_hdr
*)elf_ehdr;
in get_elf32_info()
184
if (e_ehsize != sizeof(struct
elf32_hdr
))
in get_elf32_info()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf.h
55
typedef struct
elf32_hdr
{
struct
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
elf.h
216
int compat_elf_check_arch(const struct
elf32_hdr
*);
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
55
typedef struct
elf32_hdr
{
struct
Completed in 13 milliseconds
1
2