OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpath_command
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp
130
MachO::
rpath_command
RPathLC;
132
RPathLC.path = sizeof(MachO::
rpath_command
);
133
RPathLC.cmdsize = alignTo(sizeof(MachO::
rpath_command
) + Path.size() + 1, 8);
135
LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::
rpath_command
), 0);
208
updateLoadCommandPayloadString<MachO::
rpath_command
>(LC, NewRPath);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp
225
void mapLoadCommandData<MachO::
rpath_command
>(
452
void MappingTraits<MachO::
rpath_command
>::mapping(
453
IO &IO, MachO::
rpath_command
&LoadCommand) {
MachOEmitter.cpp
180
size_t writeLoadCommandData<MachO::
rpath_command
>(MachOYAML::LoadCommand &LC,
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
253
MachODumper::processLoadCommandData<MachO::
rpath_command
>(
257
return readString<MachO::
rpath_command
>(LC, LoadCmd);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d
1869
* The
rpath_command
contains a path which at runtime should be added to
1872
struct
rpath_command
3186
struct
rpath_command
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
880
if (Load.C.cmdsize < sizeof(MachO::
rpath_command
))
883
auto ROrErr = getStructOrErr<MachO::
rpath_command
>(Obj, Load.Ptr);
886
MachO::
rpath_command
R = ROrErr.get();
887
if (R.path < sizeof(MachO::
rpath_command
))
890
"the end of the
rpath_command
struct");
4357
MachO::
rpath_command
4359
return getStruct<MachO::
rpath_command
>(*this, L.Ptr);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
519
MachO::
rpath_command
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
792
struct
rpath_command
{
struct
1202
inline void swapStruct(
rpath_command
&r) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
9071
static void PrintRpathLoadCommand(MachO::
rpath_command
rpath, const char *Ptr) {
9074
if (rpath.cmdsize < sizeof(struct MachO::
rpath_command
))
10131
MachO::
rpath_command
Rpath = Obj->getRpathCommand(Command);
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026