Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h38 struct RelocationInfo;
58 std::vector<RelocationInfo> Relocations;
176 struct RelocationInfo { struct
H A DObject.cpp95 for (const RelocationInfo &R : Sec->Relocations) in removeSections()
H A DMachOReader.cpp102 RelocationInfo R; in extractSections()
H A DMachOWriter.cpp264 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections()