reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
981 uint32_t size = pointerAlign(sizeof(rpath_command) + path.size() + 1); 987 memcpy(lc+sizeof(rpath_command), path.begin(), path.size()); 987 memcpy(lc+sizeof(rpath_command), path.begin(), path.size()); 988 lc[sizeof(rpath_command)+path.size()] = '\0';