Home
last modified time | relevance | path

Searched refs:NumRelocationTableEntries (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp73 uint32_t NumRelocationTableEntries, in DumpSectionData() argument
86 outs() << " ('num_reloc', " << NumRelocationTableEntries << ")\n"; in DumpSectionData()
97 for (unsigned i = 0; i != NumRelocationTableEntries; ++i) { in DumpSectionData()
154 Sect->NumRelocationTableEntries, Sect->Flags, in DumpSegmentCommand()
190 Sect->NumRelocationTableEntries, Sect->Flags, in DumpSegment64Command()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h243 uint32_t NumRelocationTableEntries; member
256 uint32_t NumRelocationTableEntries; member
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp262 uint32_t NumRelocationTableEntries; member
314 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
326 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp264 uint32_t NumRelocationTableEntries; member
316 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
328 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
462 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp280 SwapValue(Value.NumRelocationTableEntries); in SwapStruct()
302 SwapValue(Value.NumRelocationTableEntries); in SwapStruct()
DMachOObjectFile.cpp495 last_reloc = Sect->NumRelocationTableEntries; in getSectionRelEnd()
499 last_reloc = Sect->NumRelocationTableEntries; in getSectionRelEnd()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp215 for (unsigned j = 0; j != Sect->NumRelocationTableEntries; ++j) { in loadSegment32()
352 for (unsigned j = 0; j != Sect->NumRelocationTableEntries; ++j) { in loadSegment64()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp111 S.NumRelocs = Sect->NumRelocationTableEntries; in copySection()