OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadCommandCount
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp
38
uint32_t
LoadCommandCount
= MachOObj->getHeader().NumLoadCommands;
39
while (DRI.d.a <
LoadCommandCount
) {
59
uint32_t
LoadCommandCount
= MachOObj->getHeader().NumLoadCommands;
60
while (DRI.d.a <
LoadCommandCount
) {
280
uint32_t
LoadCommandCount
= MachOObj->getHeader().NumLoadCommands;
281
while (DRI.d.a <
LoadCommandCount
) {
/external/llvm/lib/Object/
MachOObjectFile.cpp
287
uint32_t
LoadCommandCount
= getHeader().ncmds;
288
if (
LoadCommandCount
== 0)
299
for (unsigned I = 0; I <
LoadCommandCount
; ++I) {
379
if (I <
LoadCommandCount
- 1) {
437
assert(LoadCommands.size() ==
LoadCommandCount
);
[
all
...]
Completed in 55 milliseconds