Searched refs:RPathLC (Results 1 – 1 of 1) sorted by relevance
132 MachO::rpath_command RPathLC; in buildRPathLoadCommand() local133 RPathLC.cmd = MachO::LC_RPATH; in buildRPathLoadCommand()134 RPathLC.path = sizeof(MachO::rpath_command); in buildRPathLoadCommand()135 RPathLC.cmdsize = alignTo(sizeof(MachO::rpath_command) + Path.size() + 1, 8); in buildRPathLoadCommand()136 LC.MachOLoadCommand.rpath_command_data = RPathLC; in buildRPathLoadCommand()137 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand()