Searched defs:Relocation (Results 1 – 6 of 6) sorted by relevance
57 struct Relocation { struct61 // Normally a Relocation can refer to the symbol via its name. argument77 std::vector<Relocation> Relocations; argument
107 struct Relocation { struct108 RelocType Type;109 uint32_t Index;110 yaml::Hex32 Offset;111 int32_t Addend;
140 Relocation, enumerator426 struct Relocation { struct434 std::vector<Relocation> Relocations; argument
441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
654 for (const auto &Relocation : Sec.Relocations) in writeSection() local931 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
315 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()