Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h110 std::string Rpath; member
H A DSyntheticSections.cpp1208 if (!Config->Rpath.empty()) in DynamicSection()
1210 In.DynStrTab->addString(Config->Rpath)); in DynamicSection()
H A DDriver.cpp830 Config->Rpath = getRpath(Args); in readConfigs()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9697 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands() local
9698 PrintRpathLoadCommand(Rpath, Command.Ptr); in PrintLoadCommands()