Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp139 MachO::rpath_command RPathLC; in buildRPathLoadCommand() local
140 RPathLC.cmd = MachO::LC_RPATH; in buildRPathLoadCommand()
141 RPathLC.path = sizeof(MachO::rpath_command); in buildRPathLoadCommand()
142 RPathLC.cmdsize = alignTo(sizeof(MachO::rpath_command) + Path.size() + 1, 8); in buildRPathLoadCommand()
143 LC.MachOLoadCommand.rpath_command_data = RPathLC; in buildRPathLoadCommand()
144 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand()