Home
last modified time | relevance | path

Searched defs:RelocInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h50 struct RelocInfo struct
52 uint32_t codePos;
53 uint32_t libPos;
54 uint32_t dataPos;
56 uint32_t count;
58 RelocEntry entry[0];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1417 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local