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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 262 uint32_t NumRelocationTableEntries;
314 Section.NumRelocationTableEntries = Sect.nreloc;
326 Section.NumRelocationTableEntries = Sect.nreloc;
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 243 uint32_t NumRelocationTableEntries;
256 uint32_t NumRelocationTableEntries;

Completed in 62 milliseconds