HomeSort by relevance Sort by last modified time
    Searched refs:numLoadCommands (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/test/Scripts/
macho-dumpx 84 numLoadCommands = f.read32()
85 print "('num_load_commands', %r)" % numLoadCommands
98 for i in range(numLoadCommands):
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 383 numLoadCommands = f.uint32()
391 for i in range(numLoadCommands):
    [all...]

Completed in 231 milliseconds