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:f_opthdr
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
ecoff.h
14
uint16_t
f_opthdr
; /* sizeof(optional hdr) */
member
H
A
D
elf2ecoff.c
228
f->
f_opthdr
= swab16(f->
f_opthdr
);
in convert_ecoff_filehdr()
445
efh.
f_opthdr
= sizeof eah;
in main()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
23
__u16
f_opthdr
, f_flags;
member
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
hack-coff.c
52
aoutsz = get_16be(fhdr.
f_opthdr
);
in main()
H
A
D
rs6000.h
19
char
f_opthdr
[2]; /* sizeof(optional hdr) */
member
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
ecoff.h
14
uint16_t
f_opthdr
; /* sizeof(optional hdr) */
member
H
A
D
elf2ecoff.c
228
f->
f_opthdr
= swab16(f->
f_opthdr
);
in convert_ecoff_filehdr()
445
efh.
f_opthdr
= sizeof eah;
in main()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
hack-coff.c
52
aoutsz = get_16be(fhdr.
f_opthdr
);
in main()
H
A
D
rs6000.h
19
char
f_opthdr
[2]; /* sizeof(optional hdr) */
member
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
23
__u16
f_opthdr
, f_flags;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
coff.h
66
char
f_opthdr
[2]; /* sizeof(optional hdr) */
member
129
Use the '
f_opthdr
' field in the main coff header for the size of the
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
coff.h
66
char
f_opthdr
[2]; /* sizeof(optional hdr) */
member
129
Use the '
f_opthdr
' field in the main coff header for the size of the
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
coff.h
36
char
f_opthdr
[2];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
coff.h
36
char
f_opthdr
[2];
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
coff.h
31
char
f_opthdr
[2];
member
/kernel/linux/linux-5.10/arch/alpha/boot/tools/
H
A
D
objstrip.c
206
if (aout->fh.
f_opthdr
!= sizeof(aout->ah)) {
in main()
/kernel/linux/linux-6.6/arch/alpha/boot/tools/
H
A
D
objstrip.c
206
if (aout->fh.
f_opthdr
!= sizeof(aout->ah)) {
in main()
Completed in 11 milliseconds