Home
last modified time | relevance | path

Searched refs:uuid_command (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.def52 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)
112 LOAD_COMMAND_STRUCT(uuid_command)
H A DMachO.h772 struct uuid_command { struct
1183 inline void swapStruct(uuid_command &u) { in swapStruct()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc273 const uuid_command *uuid_lc = (const uuid_command *)lc; in FindUUID()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp538 void MappingTraits<MachO::uuid_command>::mapping( in mapping()
539 IO &IO, MachO::uuid_command &LoadCommand) { in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h523 MachO::uuid_command
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1337 if (Load.C.cmdsize != sizeof(MachO::uuid_command)) { in MachOObjectFile()
4319 MachO::uuid_command
4321 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()
4572 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8622 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { in PrintUuidLoadCommand()
8625 if (uuid.cmdsize != sizeof(struct MachO::uuid_command)) in PrintUuidLoadCommand()
9694 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands()