OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLoadCommands
(Results
1 - 11
of
11
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp
71
SwapValue(Header.
NumLoadCommands
);
85
if (getHeader().
NumLoadCommands
< (1 << 20))
86
LoadCommands = new LoadCommandInfo[getHeader().
NumLoadCommands
];
122
if (Object->getHeader().
NumLoadCommands
>= (1 << 20)) {
143
assert(Index < getHeader().
NumLoadCommands
&& "Invalid index!");
393
O << "('num_load_commands', " << Header.
NumLoadCommands
<< ")\n";
MachOObjectFile.cpp
38
uint32_t LoadCommandCount = MachOObj->getHeader().
NumLoadCommands
;
59
uint32_t LoadCommandCount = MachOObj->getHeader().
NumLoadCommands
;
271
DRI.d.a = MachOObj->getHeader().
NumLoadCommands
;
280
uint32_t LoadCommandCount = MachOObj->getHeader().
NumLoadCommands
;
516
DRI.d.a = MachOObj->getHeader().
NumLoadCommands
;
575
assert(Sym.d.a < MachOObj->getHeader().
NumLoadCommands
&&
/external/llvm/tools/dsymutil/
MachOUtils.cpp
361
unsigned
NumLoadCommands
= 0;
364
++
NumLoadCommands
;
373
++
NumLoadCommands
;
383
++
NumLoadCommands
;
405
++
NumLoadCommands
;
425
Writer.writeHeader(MachO::MH_DSYM,
NumLoadCommands
, LoadCommandSize, false);
/external/llvm/lib/MC/
MachObjectWriter.cpp
120
unsigned
NumLoadCommands
,
140
write32(
NumLoadCommands
);
723
unsigned
NumLoadCommands
= 1;
730
++
NumLoadCommands
;
737
++
NumLoadCommands
;
745
++
NumLoadCommands
;
753
NumLoadCommands
+= 2;
760
++
NumLoadCommands
;
793
writeHeader(MachO::MH_OBJECT,
NumLoadCommands
, LoadCommandsSize,
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h
151
void WriteHeader(unsigned
NumLoadCommands
, unsigned LoadCommandsSize,
/external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp
110
void MachObjectWriter::WriteHeader(unsigned
NumLoadCommands
,
130
Write32(
NumLoadCommands
);
636
unsigned
NumLoadCommands
= 1;
645
NumLoadCommands
+= 2;
681
WriteHeader(
NumLoadCommands
, LoadCommandsSize,
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
162
void writeHeader(MachO::HeaderFileType Type, unsigned
NumLoadCommands
,
/external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h
116
uint32_t
NumLoadCommands
;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
425
for (unsigned i = 0; i != Header.
NumLoadCommands
; ++i) {
/external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp
394
for (unsigned i = 0; i != InputObject->getHeader().
NumLoadCommands
; ++i)
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp
221
for (unsigned i = 0; i != Header.
NumLoadCommands
; ++i) {
312
for (unsigned i = 0; i != Header.
NumLoadCommands
; ++i) {
Completed in 955 milliseconds