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:pe_header
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/tools/
H
A
D
build.c
159
unsigned int
pe_header
;
in update_pecoff_section_header_fields()
local
163
pe_header
= get_unaligned_le32(&buf[0x3c]);
in update_pecoff_section_header_fields()
164
num_sections = get_unaligned_le16(&buf[
pe_header
+ 6]);
in update_pecoff_section_header_fields()
167
section = &buf[
pe_header
+ 0xa8];
in update_pecoff_section_header_fields()
169
section = &buf[
pe_header
+ 0xb8];
in update_pecoff_section_header_fields()
235
unsigned int
pe_header
;
in update_pecoff_text()
local
239
pe_header
= get_unaligned_le32(&buf[0x3c]);
in update_pecoff_text()
257
put_unaligned_le32(file_sz - 512 + bss_sz, &buf[
pe_header
+ 0x1c]);
in update_pecoff_text()
260
put_unaligned_le32(init_sz, &buf[
pe_header
+ 0x50]);
in update_pecoff_text()
265
put_unaligned_le32(text_start + efi_pe_entry, &buf[
pe_header
in update_pecoff_text()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H
A
D
efi-header.S
119
.long
pe_header
- _head
121
pe_header
:
label
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H
A
D
efi-header.S
43
.long
pe_header
- start @ Offset to the PE header.
45
pe_header
:
label
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
head.S
30
.long
pe_header
- _head /* Offset to the PE header */
32
pe_header
:
label
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H
A
D
efi-header.S
43
.long
pe_header
- start @ Offset to the PE header.
45
pe_header
:
label
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
header.S
87
.long
pe_header
98
pe_header
:
label
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
header.S
52
.long
pe_header
53
pe_header
:
label
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
head.S
84
.long
pe_header
- _head // Offset to the PE header.
86
pe_header
:
label
Completed in 5 milliseconds