OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coff_file_header
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp
186
coff_file_header
Header{
208
u32(sizeof(
coff_file_header
) + NumberOfSections * sizeof(coff_section)),
209
u32(sizeof(
coff_file_header
) + NumberOfSections * sizeof(coff_section) +
220
u32(sizeof(
coff_file_header
) + NumberOfSections * sizeof(coff_section) +
325
coff_file_header
Header{
344
u32(sizeof(
coff_file_header
) +
386
coff_file_header
Header{
407
u32(sizeof(
coff_file_header
) + NumberOfSections * sizeof(coff_section)),
420
u32(sizeof(
coff_file_header
) + NumberOfSections * sizeof(coff_section) +
497
coff_file_header
Header
[
all
...]
WindowsResource.cpp
732
auto *Header = reinterpret_cast<
coff_file_header
*>(BufferStart);
746
CurrentOffset += sizeof(
coff_file_header
);
COFFObjectFile.cpp
726
if (!checkSize(Data, EC, sizeof(
coff_file_header
)))
778
CurPtr += sizeof(
coff_file_header
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.h
101
object::
coff_file_header
CoffFileHeader;
Reader.cpp
198
if (const
coff_file_header
*CFH = COFFObj.getCOFFHeader()) {
Writer.cpp
194
IsBigObj ? sizeof(coff_bigobj_file_header) : sizeof(
coff_file_header
);
259
//
coff_file_header
can be set to hardcoded values.
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
75
struct
coff_file_header
{
struct in namespace:llvm::object
805
const
coff_file_header
*COFFHeader;
1029
const
coff_file_header
*getCOFFHeader() const { return COFFHeader; }
Completed in 64 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026