OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumberOfSections
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
XCOFFYAML.h
24
uint16_t
NumberOfSections
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversalWriter.cpp
39
unsigned
NumberOfSections
=
42
P2CurrentAlignment =
NumberOfSections
? 2 : P2MinAlignment;
43
for (unsigned SI = 0; SI <
NumberOfSections
; ++SI) {
COFFImportFile.cpp
181
const uint32_t
NumberOfSections
= 2;
188
u16(
NumberOfSections
),
190
u32(sizeof(Header) + (
NumberOfSections
* sizeof(coff_section)) +
203
const coff_section SectionTable[
NumberOfSections
] = {
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) +
321
const uint32_t
NumberOfSections
= 1;
327
u16(
NumberOfSections
),
329
u32(sizeof(Header) + (
NumberOfSections
* sizeof(coff_section))
[
all
...]
XCOFFObjectFile.cpp
356
const uint16_t
NumberOfSections
= getNumberOfSections();
357
for (uint16_t i = 0; i <
NumberOfSections
; ++i) {
529
return is64Bit() ? fileHeader64()->
NumberOfSections
530
: fileHeader32()->
NumberOfSections
;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
XCOFF.h
258
uint16_t
NumberOfSections
;
COFF.h
67
int32_t
NumberOfSections
;
88
uint32_t
NumberOfSections
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h
28
support::ubig16_t
NumberOfSections
;
42
support::ubig16_t
NumberOfSections
;
COFF.h
77
support::ulittle16_t
NumberOfSections
;
84
bool isImportLibrary() const { return
NumberOfSections
== 0xffff; }
98
support::ulittle32_t
NumberOfSections
;
897
return COFFHeader->isImportLibrary() ? 0 : COFFHeader->
NumberOfSections
;
899
return COFFBigObjHeader->
NumberOfSections
;
/src/external/gpl3/binutils/dist/include/coff/
pe.h
364
char
NumberOfSections
[4];
/src/external/gpl3/binutils.old/dist/include/coff/
pe.h
364
char
NumberOfSections
[4];
/src/external/gpl3/gdb.old/dist/include/coff/
pe.h
364
char
NumberOfSections
[4];
/src/external/gpl3/gdb/dist/include/coff/
pe.h
364
char
NumberOfSections
[4];
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h
77
UINT16
NumberOfSections
;
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h
92
UINT16
NumberOfSections
;
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h
77
UINT16
NumberOfSections
;
Completed in 26 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026