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_Off
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf.h
16
typedef unsigned long long
Elf64_Off
;
typedef
78
Elf64_Off
e_phoff; /* Program header table file offset */
79
Elf64_Off
e_shoff; /* Section header table file offset */
109
Elf64_Off
p_offset; /* Segment file offset */
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
16
typedef unsigned long long
Elf64_Off
;
typedef
78
Elf64_Off
e_phoff; /* Program header table file offset */
79
Elf64_Off
e_shoff; /* Section header table file offset */
109
Elf64_Off
p_offset; /* Segment file offset */
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
19
typedef __u64
Elf64_Off
;
typedef
231
Elf64_Off
e_phoff; /* Program header table file offset */
232
Elf64_Off
e_shoff; /* Section header table file offset */
262
Elf64_Off
p_offset; /* Segment file offset */
325
Elf64_Off
sh_offset; /* Section file offset */
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
19
typedef __u64
Elf64_Off
;
typedef
232
Elf64_Off
e_phoff; /* Program header table file offset */
233
Elf64_Off
e_shoff; /* Section header table file offset */
263
Elf64_Off
p_offset; /* Segment file offset */
326
Elf64_Off
sh_offset; /* Section file offset */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
31
typedef __u64
Elf64_Off
;
typedef
193
Elf64_Off
e_phoff;
194
Elf64_Off
e_shoff;
219
Elf64_Off
p_offset;
274
Elf64_Off
sh_offset;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
31
typedef __u64
Elf64_Off
;
typedef
193
Elf64_Off
e_phoff;
194
Elf64_Off
e_shoff;
219
Elf64_Off
p_offset;
274
Elf64_Off
sh_offset;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
18
typedef __u64
Elf64_Off
;
typedef
179
Elf64_Off
e_phoff;
180
Elf64_Off
e_shoff;
205
Elf64_Off
p_offset;
261
Elf64_Off
sh_offset;
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
elfcore.c
20
Elf64_Off
ofs = 0;
in elf_core_write_extra_phdrs()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
elfcore.c
20
Elf64_Off
ofs = 0;
in elf_core_write_extra_phdrs()
/kernel/linux/linux-5.10/include/linux/
H
A
D
elf.h
47
#define elf_addr_t
Elf64_Off
/kernel/linux/linux-6.6/include/linux/
H
A
D
elf.h
57
#define elf_addr_t
Elf64_Off
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
elf.h
234
* Note that we use
Elf64_Off
instead of elf_addr_t because \
240
(
Elf64_Off
)current->mm->context.vdso); \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
elf.h
232
* Note that we use
Elf64_Off
instead of elf_addr_t because \
238
(
Elf64_Off
)current->mm->context.vdso); \
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-core.c
32
#define AUXV_DESC_SZ (((2 * AUXV_CNT) + 1) * sizeof(
Elf64_Off
))
140
Elf64_Off
*bufp = (
Elf64_Off
*)oc_conf->auxv_buf;
in auxv_to_elf64_notes()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-core.c
32
#define AUXV_DESC_SZ (((2 * AUXV_CNT) + 1) * sizeof(
Elf64_Off
))
140
Elf64_Off
*bufp = (
Elf64_Off
*)oc_conf->auxv_buf;
in auxv_to_elf64_notes()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
gen-hyprel.c
228
static inline Elf64_Shdr *section_by_off(
Elf64_Off
off)
in section_by_off()
Completed in 13 milliseconds