Searched defs:Relocation (Results 1 – 7 of 7) sorted by relevance
88 struct Relocation struct in sw::DLL90 Relocation(unsigned int offset, bool ripRelative) : offset(offset), ripRelative(ripRelative) in Relocation() function94 unsigned int offset;95 bool ripRelative;
49 struct Relocation { struct59 std::vector<Relocation> Relocations; argument
91 Relocation, enumerator133 struct Relocation { struct140 std::vector<Relocation> Relocations; argument
358 class Relocation(LLVMObject): class
209 for (const auto &Relocation : Relocations) { in resolveSymbol() local280 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
219 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
961 for (auto &Relocation : Sec->Relocations) { in writeObject() local