Home
last modified time | relevance | path

Searched defs:Relocation (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h57 struct Relocation { struct
61 // Normally a Relocation can refer to the symbol via its name. argument
77 std::vector<Relocation> Relocations; argument
DWasmYAML.h107 struct Relocation { struct
108 RelocType Type;
109 uint32_t Index;
110 yaml::Hex32 Offset;
111 int32_t Addend;
DELFYAML.h140 Relocation, enumerator
426 struct Relocation { struct
434 std::vector<Relocation> Relocations; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp654 for (const auto &Relocation : Sec.Relocations) in writeSection() local
931 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp315 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()