Searched defs:Relocation (Results 1 – 11 of 11) sorted by relevance
27 struct Relocation { struct28 Relocation() {} in Relocation() function29 Relocation(const object::coff_relocation& R) : Reloc(R) {} in Relocation() function39 std::vector<Relocation> Relocs; argument
81 struct Relocation { struct82 Relocation() : offset(0), scattered(false), in Relocation() argument89 RelocationInfoType type; argument98 typedef std::vector<Relocation> Relocations; argument
58 struct Relocation { struct62 // Normally a Relocation can refer to the symbol via its name. argument78 std::vector<Relocation> Relocations; argument
115 Relocation, enumerator165 struct Relocation { struct173 std::vector<Relocation> Relocations; argument
107 struct Relocation { struct108 RelocType Type;109 uint32_t Index;110 yaml::Hex32 Offset;111 int32_t Addend;
537 struct Relocation { struct553 class RelocationSectionBase : public SectionBase { argument
387 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
655 for (const auto &Relocation : Sec.Relocations) in writeSection() local932 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
283 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
260 for (const auto &Relocation : Relocations) { in resolveSymbol() local331 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
245 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local