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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 149 uint32_t RelocationTableOffset;
174 Section.RelocationTableOffset = Sect.RelocationTableOffset;
186 Section.RelocationTableOffset = Sect.RelocationTableOffset;
254 W.printHex ("RelocationOffset", Section.RelocationTableOffset);
  /external/llvm/tools/macho-dump/
macho-dump.cpp 74 uint32_t Align, uint32_t RelocationTableOffset,
87 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n";
141 Sect.RelocationTableOffset,
166 Sect.RelocationTableOffset,
  /external/llvm/include/llvm/Object/
MachOFormat.h 281 uint32_t RelocationTableOffset;
294 uint32_t RelocationTableOffset;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 76 SwapValue(S.RelocationTableOffset);
89 SwapValue(S.RelocationTableOffset);
821 Offset = Sect.RelocationTableOffset;
824 Offset = Sect.RelocationTableOffset;
838 Offset = Sect.RelocationTableOffset;
842 Offset = Sect.RelocationTableOffset;
    [all...]

Completed in 1070 milliseconds