Searched refs:RPathLC (Results 1 – 1 of 1) sorted by relevance
169 MachO::rpath_command RPathLC; in buildRPathLoadCommand() local170 RPathLC.cmd = MachO::LC_RPATH; in buildRPathLoadCommand()171 RPathLC.path = sizeof(MachO::rpath_command); in buildRPathLoadCommand()172 RPathLC.cmdsize = alignTo(sizeof(MachO::rpath_command) + Path.size() + 1, 8); in buildRPathLoadCommand()173 LC.MachOLoadCommand.rpath_command_data = RPathLC; in buildRPathLoadCommand()174 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand()