Home
last modified time | relevance | path

Searched refs:Rpath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DREADME.md56 …e `bin` folder depending on how the [rpath](https://en.wikipedia.org/wiki/Rpath) is set in your `l…
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1492 auto Rpath = O->getRpathCommand(Command); in printRpaths() local
1493 const char *P = (const char *)(Command.Ptr) + Rpath.path; in printRpaths()
10440 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands() local
10441 PrintRpathLoadCommand(Rpath, Command.Ptr); in PrintLoadCommands()