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

  /external/llvm/tools/macho-dump/
macho-dump.cpp 73 uint32_t NumRelocationTableEntries,
86 outs() << " ('num_reloc', " << NumRelocationTableEntries << ")\n";
97 for (unsigned i = 0; i != NumRelocationTableEntries; ++i) {
154 Sect->NumRelocationTableEntries, Sect->Flags,
190 Sect->NumRelocationTableEntries, Sect->Flags,
  /external/llvm/include/llvm/Object/
MachOFormat.h 243 uint32_t NumRelocationTableEntries;
256 uint32_t NumRelocationTableEntries;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 215 for (unsigned j = 0; j != Sect->NumRelocationTableEntries; ++j) {
352 for (unsigned j = 0; j != Sect->NumRelocationTableEntries; ++j) {
  /external/llvm/lib/Object/
MachOObject.cpp 280 SwapValue(Value.NumRelocationTableEntries);
302 SwapValue(Value.NumRelocationTableEntries);
MachOObjectFile.cpp 546 last_reloc = Sect->NumRelocationTableEntries;
550 last_reloc = Sect->NumRelocationTableEntries;

Completed in 4912 milliseconds