Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h30 struct RelocInfo;
47 inline void apply(uint32_t *binary, const RelocInfo *info) const;
50 struct RelocInfo struct
130 RelocInfo *relocInfo;
Dnv50_ir_target.cpp410 size_t size = sizeof(RelocInfo) + n * sizeof(RelocEntry); in addReloc()
411 relocInfo = reinterpret_cast<RelocInfo *>( in addReloc()
417 memset(relocInfo, 0, sizeof(RelocInfo)); in addReloc()
453 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply()
485 nv50_ir::RelocInfo *info = reinterpret_cast<nv50_ir::RelocInfo *>(relocData); in nv50_ir_relocate_code()
Dnv50_ir_serialize.cpp78 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_serialize()
178 nv50_ir::RelocInfo *reloc = in nv50_ir_prog_info_out_deserialize()
179 CALLOC_VARIANT_LENGTH_STRUCT(nv50_ir::RelocInfo, in nv50_ir_prog_info_out_deserialize()
Dnv50_ir_print.cpp889 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_print()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp263 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections() local
264 if (!RelocInfo.Scattered) { in writeSections()
265 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
266 ? (*RelocInfo.Symbol)->Index in writeSections()
267 : (*RelocInfo.Sec)->Index; in writeSections()
268 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()
272 reinterpret_cast<MachO::any_relocation_info &>(RelocInfo.Info)); in writeSections()
275 &RelocInfo.Info, sizeof(RelocInfo.Info)); in writeSections()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp824 auto RelocInfo = MObj->getRelocation(Reloc.getRawDataRefImpl()); in DWARFContextInMemory() local
825 if (MObj->isRelocationScattered(RelocInfo)) { in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1417 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local
1418 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1487 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local
1488 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()