| /external/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | MachONormalizedFile.h | 80 struct Relocation { struct 81 Relocation() : offset(0), scattered(false), in Relocation() function 88 RelocationInfoType type; argument 97 typedef std::vector<Relocation> Relocations; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
| D | WasmYAML.h | 107 struct Relocation { struct 108 RelocType Type; 109 uint32_t Index; 110 yaml::Hex32 Offset; 111 int32_t Addend;
|
| D | ELFYAML.h | 140 Relocation, enumerator 426 struct Relocation { struct 434 std::vector<Relocation> Relocations; argument
|
| /external/llvm-project/llvm/include/llvm/ObjectYAML/ |
| D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
| D | MachOYAML.h | 30 struct Relocation { struct 32 llvm::yaml::Hex32 address; 34 uint32_t symbolnum; 58 std::vector<Relocation> relocations; argument 161 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| D | WasmYAML.h | 108 struct Relocation { struct 109 RelocType Type; 110 uint32_t Index; 113 yaml::Hex32 Offset; 114 int64_t Addend;
|
| D | ELFYAML.h | 151 Relocation, enumerator 527 struct Relocation { struct 535 Optional<std::vector<Relocation>> Relocations; argument
|
| /external/llvm-project/lld/ELF/ |
| D | Relocations.h | 105 struct Relocation { struct 123 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
|
| D | Thunks.h | 53 const Relocation &) const { in isCompatibleWith()
|
| /external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Object.h | 27 struct Relocation { struct 29 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() function 38 std::vector<Relocation> Relocs; argument
|
| /external/llvm/include/llvm/ObjectYAML/ |
| D | COFFYAML.h | 49 struct Relocation { struct 59 std::vector<Relocation> Relocations; argument
|
| D | ELFYAML.h | 91 Relocation, enumerator 133 struct Relocation { struct 140 std::vector<Relocation> Relocations; argument
|
| /external/llvm-project/lld/ELF/Arch/ |
| D | X86.cpp | 325 void X86::relaxTlsGdToLe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToLe() argument 340 void X86::relaxTlsGdToIe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToIe() argument
|
| D | X86_64.cpp | 498 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe() 831 void X86_64::relaxGot(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxGot() argument
|
| /external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | Object.h | 721 struct Relocation { struct 737 class RelocationSectionBase : public SectionBase { argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | ELFObjectFile.cpp | 441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
| /external/llvm-project/llvm/lib/Object/ |
| D | ELFObjectFile.cpp | 626 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
| /external/llvm-project/llvm/bindings/python/llvm/ |
| D | object.py | 357 class Relocation(LLVMObject): class
|
| /external/llvm/bindings/python/llvm/ |
| D | object.py | 358 class Relocation(LLVMObject): class
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 654 for (const auto &Relocation : Sec.Relocations) in writeSection() local 931 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
| /external/llvm-project/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 665 for (const auto &Relocation : Sec.Relocations) in writeSection() local 990 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
| /external/llvm/tools/llvm-readobj/ |
| D | COFFDumper.cpp | 209 for (const auto &Relocation : Relocations) { in resolveSymbol() local 280 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | WasmYAML.cpp | 315 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
| /external/llvm-project/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 279 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
|