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 150 uint32_t NumRelocationTableEntries;
175 Section.NumRelocationTableEntries = Sect.NumRelocationTableEntries;
187 Section.NumRelocationTableEntries = Sect.NumRelocationTableEntries;
255 W.printNumber("RelocationCount", Section.NumRelocationTableEntries);
  /external/llvm/include/llvm/Object/
MachOFormat.h 282 uint32_t NumRelocationTableEntries;
295 uint32_t NumRelocationTableEntries;

Completed in 338 milliseconds