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
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf_util.c
52
Elf32_Ehdr *
elf32
= hdr;
in parse_elf32()
local
56
if (!(
elf32
->e_ident[EI_MAG0] == ELFMAG0 &&
in parse_elf32()
57
elf32
->e_ident[EI_MAG1] == ELFMAG1 &&
in parse_elf32()
58
elf32
->e_ident[EI_MAG2] == ELFMAG2 &&
in parse_elf32()
59
elf32
->e_ident[EI_MAG3] == ELFMAG3 &&
in parse_elf32()
60
elf32
->e_ident[EI_CLASS] == ELFCLASS32 &&
in parse_elf32()
61
elf32
->e_ident[EI_DATA] == ELFDATA2MSB &&
in parse_elf32()
62
(
elf32
->e_type == ET_EXEC ||
in parse_elf32()
63
elf32
->e_type == ET_DYN) &&
in parse_elf32()
64
elf32
in parse_elf32()
[all...]
H
A
D
wrapper
196
elf32
-powerpc) format=elf32ppc ;;
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf_util.c
52
Elf32_Ehdr *
elf32
= hdr;
in parse_elf32()
local
56
if (!(
elf32
->e_ident[EI_MAG0] == ELFMAG0 &&
in parse_elf32()
57
elf32
->e_ident[EI_MAG1] == ELFMAG1 &&
in parse_elf32()
58
elf32
->e_ident[EI_MAG2] == ELFMAG2 &&
in parse_elf32()
59
elf32
->e_ident[EI_MAG3] == ELFMAG3 &&
in parse_elf32()
60
elf32
->e_ident[EI_CLASS] == ELFCLASS32 &&
in parse_elf32()
61
elf32
->e_ident[EI_DATA] == ELFDATA2MSB &&
in parse_elf32()
62
(
elf32
->e_type == ET_EXEC ||
in parse_elf32()
63
elf32
->e_type == ET_DYN) &&
in parse_elf32()
64
elf32
in parse_elf32()
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
elf.c
86
bool
elf32
;
in arch_elf_pt_proc()
local
91
elf32
= ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
in arch_elf_pt_proc()
92
flags =
elf32
? ehdr->e32.e_flags : ehdr->e64.e_flags;
in arch_elf_pt_proc()
95
if (
elf32
) {
in arch_elf_pt_proc()
148
bool
elf32
;
in arch_check_elf()
local
151
elf32
= ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
in arch_check_elf()
152
flags =
elf32
? ehdr->e32.e_flags : ehdr->e64.e_flags;
in arch_check_elf()
194
if (
elf32
&& !(flags & EF_MIPS_ABI2)) {
in arch_check_elf()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
elf.c
86
bool
elf32
;
in arch_elf_pt_proc()
local
91
elf32
= ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
in arch_elf_pt_proc()
92
flags =
elf32
? ehdr->e32.e_flags : ehdr->e64.e_flags;
in arch_elf_pt_proc()
95
if (
elf32
) {
in arch_elf_pt_proc()
148
bool
elf32
;
in arch_check_elf()
local
151
elf32
= ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
in arch_check_elf()
152
flags =
elf32
? ehdr->e32.e_flags : ehdr->e64.e_flags;
in arch_check_elf()
194
if (
elf32
&& !(flags & EF_MIPS_ABI2)) {
in arch_check_elf()
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H
A
D
Makefile
8
OBJCOPY_ARGS := -O
elf32
-xtensa-be
10
OBJCOPY_ARGS := -O
elf32
-xtensa-le
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
H
A
D
Makefile
8
OBJCOPY_ARGS := -O
elf32
-xtensa-be
10
OBJCOPY_ARGS := -O
elf32
-xtensa-le
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/
H
A
D
Makefile
7
OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),
elf32
-xtensa-be,
elf32
-xtensa-le)
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/
H
A
D
Makefile
7
OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),
elf32
-xtensa-be,
elf32
-xtensa-le)
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H
A
D
Makefile
16
LDFLAGS_piggy.o := -r --format binary --oformat
elf32
-littlenios2 -T
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H
A
D
Makefile
16
LDFLAGS_piggy.o := -r --format binary --oformat
elf32
-littlenios2 -T
/kernel/linux/linux-6.6/arch/sh/
H
A
D
Makefile
106
ld-bfd :=
elf32
-sh-linux
110
ld-bfd :=
elf32
-shbig-linux
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H
A
D
Makefile
37
LDFLAGS_piggy.o := -r --format binary --oformat
elf32
-h8300-linux -T
/kernel/linux/linux-5.10/arch/sparc/vdso/
H
A
D
vma.c
63
struct vdso_elfinfo32
elf32
;
member
157
struct vdso_elfinfo32 *e = &_e->u.
elf32
;
in find_sections32()
187
struct vdso_elfinfo32 *e = &_e->u.
elf32
;
in patchsym32()
/kernel/linux/linux-6.6/arch/sparc/vdso/
H
A
D
vma.c
63
struct vdso_elfinfo32
elf32
;
member
157
struct vdso_elfinfo32 *e = &_e->u.
elf32
;
in find_sections32()
187
struct vdso_elfinfo32 *e = &_e->u.
elf32
;
in patchsym32()
/kernel/linux/linux-5.10/arch/sh/
H
A
D
Makefile
106
ld-bfd :=
elf32
-sh-linux
110
ld-bfd :=
elf32
-shbig-linux
/kernel/linux/linux-5.10/arch/parisc/
H
A
D
Makefile
37
LD_BFD :=
elf32
-hppa-linux
/kernel/linux/linux-6.6/arch/loongarch/
H
A
D
Makefile
23
32bit-bfd =
elf32
-loongarch
/kernel/linux/linux-6.6/arch/parisc/
H
A
D
Makefile
28
LD_BFD :=
elf32
-hppa-linux
/kernel/linux/linux-5.10/arch/mips/
H
A
D
Makefile
31
32bit-bfd =
elf32
-tradlittlemips
38
32bit-bfd =
elf32
-tradbigmips
/kernel/linux/linux-6.6/arch/mips/
H
A
D
Makefile
30
32bit-bfd =
elf32
-tradlittlemips
37
32bit-bfd =
elf32
-tradbigmips
/kernel/linux/linux-5.10/arch/loongarch/
H
A
D
Makefile
17
32bit-bfd =
elf32
-loongarch
/kernel/linux/linux-5.10/arch/x86/
H
A
D
Makefile
140
$(OBJCOPY) -O
elf32
-x86-64 "$$TMP" "$$TMPO" && \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H
A
D
Makefile
125
cmd_x32 = $(OBJCOPY) -O
elf32
-x86-64 $< $@
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H
A
D
Makefile
129
cmd_x32 = $(OBJCOPY) -O
elf32
-x86-64 $< $@
Completed in 12 milliseconds
1
2