Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DObject.h27 struct Relocation { struct
28 Relocation() {} in Relocation() function
29 Relocation(const object::coff_relocation& R) : Reloc(R) {} in Relocation() function
39 std::vector<Relocation> Relocs; argument
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h81 struct Relocation { struct
82 Relocation() : offset(0), scattered(false), in Relocation() argument
89 RelocationInfoType type; argument
98 typedef std::vector<Relocation> Relocations; argument
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
78 std::vector<Relocation> Relocations; argument
H A DELFYAML.h115 Relocation, enumerator
165 struct Relocation { struct
173 std::vector<Relocation> Relocations; argument
H A DWasmYAML.h107 struct Relocation { struct
108 RelocType Type;
109 uint32_t Index;
110 yaml::Hex32 Offset;
111 int32_t Addend;
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h537 struct Relocation { struct
553 class RelocationSectionBase : public SectionBase { argument
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp387 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp655 for (const auto &Relocation : Sec.Relocations) in writeSection() local
932 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp283 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp260 for (const auto &Relocation : Relocations) { in resolveSymbol() local
331 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp245 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local