reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5045         if (path) {
 5047             rpath_paths.push_back(path);
 5049             if (path[0] == '@') {
 5050               if (strncmp(path, "@rpath", strlen("@rpath")) == 0)
 5051                 rpath_relative_paths.push_back(path + strlen("@rpath"));
 5052               else if (strncmp(path, "@executable_path",
 5054                 at_exec_relative_paths.push_back(path +
 5057               FileSpec file_spec(path);