OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageBase
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-aarch64.S
26
.globl
ImageBase
27
ImageBase
:
30
.long pe_header -
ImageBase
// Offset to the PE header.
52
.long _start -
ImageBase
// AddressOfEntryPoint
53
.long _start -
ImageBase
// BaseOfCode
56
.quad 0 //
ImageBase
67
.long _edata -
ImageBase
// SizeOfImage
70
.long _start -
ImageBase
// SizeOfHeaders
92
.long _start -
ImageBase
// VirtualAddress
94
.long _start -
ImageBase
// PointerToRawDat
[
all
...]
crt0-efi-arm.S
26
.globl
ImageBase
27
ImageBase
:
30
.long pe_header -
ImageBase
// Offset to the PE header.
53
.long _start -
ImageBase
// AddressOfEntryPoint
54
.long _start -
ImageBase
// BaseOfCode
58
.long 0 //
ImageBase
69
.long _edata -
ImageBase
// SizeOfImage
72
.long _start -
ImageBase
// SizeOfHeaders
117
.long _start -
ImageBase
// VirtualAddress
119
.long _start -
ImageBase
// PointerToRawDat
[
all
...]
crt0-efi-mips64el.S
27
.globl
ImageBase
28
ImageBase
:
31
.long pe_header -
ImageBase
// Offset to the PE header.
53
.long _start -
ImageBase
// AddressOfEntryPoint
54
.long _start -
ImageBase
// BaseOfCode
57
.quad 0 //
ImageBase
68
.long _edata -
ImageBase
// SizeOfImage
71
.long _start -
ImageBase
// SizeOfHeaders
116
.long _start -
ImageBase
// VirtualAddress
118
.long _start -
ImageBase
// PointerToRawDat
[
all
...]
crt0-efi-riscv64.S
30
.globl
ImageBase
31
ImageBase
:
34
.long pe_header -
ImageBase
// Offset to the PE header.
56
.long _start -
ImageBase
// AddressOfEntryPoint
57
.long _start -
ImageBase
// BaseOfCode
60
.quad 0 //
ImageBase
71
.long _edata -
ImageBase
// SizeOfImage
74
.long _start -
ImageBase
// SizeOfHeaders
112
.long _start -
ImageBase
// VirtualAddress
114
.long _start -
ImageBase
// PointerToRawDat
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFModuleDefinition.h
31
uint64_t
ImageBase
= 0;
COFF.h
114
support::ulittle32_t
ImageBase
;
149
support::ulittle64_t
ImageBase
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp
26
ErrorOr<uint64_t>
ImageBase
= Object.getImageBase();
27
if (
ImageBase
)
28
Session->setLoadAddress(
ImageBase
.get());
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h
32
uint64_t
ImageBase
;
36
if (!
ImageBase
) {
37
ImageBase
= std::numeric_limits<uint64_t>::max();
43
// be included in the
ImageBase
calculation.
45
ImageBase
= std::min(
ImageBase
, Section.getLoadAddress());
47
return
ImageBase
;
60
ImageBase
(0) {}
112
// ADDR32NB requires an offset less than 2GB from '
ImageBase
'.
115
const uint64_t
ImageBase
= getImageBase()
[
all
...]
RuntimeDyldCOFFAArch64.h
71
uint64_t
ImageBase
;
75
if (!
ImageBase
) {
76
ImageBase
= std::numeric_limits<uint64_t>::max();
82
// be included in the
ImageBase
calculation.
84
ImageBase
= std::min(
ImageBase
, Section.getLoadAddress());
86
return
ImageBase
;
93
ImageBase
(0) {}
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp
130
uint64_t
ImageBase
= CoffObj->getImageBase();
135
uint64_t SymbolStart =
ImageBase
+ Export.Offset;
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c
145
return c->disp->FunctionEntry->BeginAddress + c->disp->
ImageBase
;
152
ULONG64
ImageBase
;
154
entry = RtlLookupFunctionEntry ((ULONG64)pc, &
ImageBase
, NULL);
156
return (entry ? (void *)(entry->BeginAddress +
ImageBase
) : NULL);
168
return c->disp->
ImageBase
;
460
= RtlLookupFunctionEntry (ms_context.Rip, &gcc_context.disp->
ImageBase
,
467
= RtlVirtualUnwind (0, gcc_context.disp->
ImageBase
, ms_context.Rip,
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h
551
uint64_t
ImageBase
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
180
// The section VirtualAddress does not include
ImageBase
, and we want to
279
// The section VirtualAddress does not include
ImageBase
, and we want to
449
return PE32Header->
ImageBase
;
451
return PE32PlusHeader->
ImageBase
;
458
uint64_t
ImageBase
= getImageBase();
459
uint64_t Rva = Addr -
ImageBase
;
/src/external/gpl3/binutils/dist/include/coff/
pe.h
258
char
ImageBase
[4];
297
char
ImageBase
[8];
internal.h
198
bfd_vma
ImageBase
; /* Address of specific location in memory that
/src/external/gpl3/binutils.old/dist/include/coff/
pe.h
258
char
ImageBase
[4];
297
char
ImageBase
[8];
internal.h
207
bfd_vma
ImageBase
; /* Address of specific location in memory that
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
514
VOID *
ImageBase
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h
1243
VOID *
ImageBase
;
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h
143
UINT32
ImageBase
;
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h
162
UINT64
ImageBase
;
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h
143
UINT32
ImageBase
;
Completed in 59 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026