Searched refs:RPathLC (Results 1 – 1 of 1) sorted by relevance
139 MachO::rpath_command RPathLC; in buildRPathLoadCommand() local140 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()