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:filehdr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
9
* - a file header (struct
filehdr
),
16
struct
filehdr
struct
57
struct
filehdr
fh;
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
9
* - a file header (struct
filehdr
),
16
struct
filehdr
struct
57
struct
filehdr
fh;
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
ecoff.h
8
typedef struct
filehdr
{
struct
H
A
D
elf2ecoff.c
221
static void convert_ecoff_filehdr(struct
filehdr
*f)
in convert_ecoff_filehdr()
275
struct
filehdr
efh;
in main()
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
ecoff.h
8
typedef struct
filehdr
{
struct
H
A
D
elf2ecoff.c
221
static void convert_ecoff_filehdr(struct
filehdr
*f)
in convert_ecoff_filehdr()
275
struct
filehdr
efh;
in main()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_uclo.c
1406
struct icp_qat_uof_filehdr *
filehdr
;
in qat_uclo_map_uof_obj()
local
1415
filehdr
= (struct icp_qat_uof_filehdr *)objhdl->obj_buf;
in qat_uclo_map_uof_obj()
1416
if (qat_uclo_check_uof_format(
filehdr
))
in qat_uclo_map_uof_obj()
1418
objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf,
filehdr
,
in qat_uclo_map_uof_obj()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_uclo.c
1617
struct icp_qat_uof_filehdr *
filehdr
;
in qat_uclo_map_uof_obj()
local
1626
filehdr
= (struct icp_qat_uof_filehdr *)objhdl->obj_buf;
in qat_uclo_map_uof_obj()
1627
if (qat_uclo_check_uof_format(
filehdr
))
in qat_uclo_map_uof_obj()
1629
objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf,
filehdr
,
in qat_uclo_map_uof_obj()
Completed in 8 milliseconds