Home
last modified time | relevance | path

Searched refs:RelocationInfo (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h37 struct RelocationInfo;
57 std::vector<RelocationInfo> Relocations;
172 struct RelocationInfo { struct
H A DMachOObject.cpp129 for (const RelocationInfo &R : Sec->Relocations) in removeSections()
H A DMachOReader.cpp98 RelocationInfo R; in extractSections()
H A DMachOWriter.cpp254 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections()