Searched refs:RPathLC (Results 1 – 1 of 1) sorted by relevance
150 MachO::rpath_command RPathLC; in buildRPathLoadCommand() local151 RPathLC.cmd = MachO::LC_RPATH; in buildRPathLoadCommand()152 RPathLC.path = sizeof(MachO::rpath_command); in buildRPathLoadCommand()153 RPathLC.cmdsize = alignTo(sizeof(MachO::rpath_command) + Path.size() + 1, 8); in buildRPathLoadCommand()154 LC.MachOLoadCommand.rpath_command_data = RPathLC; in buildRPathLoadCommand()155 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand()