Searched refs:thread_command (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/coregrind/m_ume/
H A Dmacho.c283 load_genericthread(struct thread_command *threadcmd, int type,
292 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
366 load_unixthread(struct thread_command *threadcmd, load_info_t *out_info)
478 load_thread(struct thread_command *threadcmd, load_info_t *out_info)
517 struct thread_command *threadcmd;
618 if (lc->cmdsize < sizeof(struct thread_command)) {
622 threadcmd = (struct thread_command *)lc;
653 if (lc->cmdsize < sizeof(struct thread_command)) {
657 threadcmd = (struct thread_command *)lc;
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c454 struct thread_command* tcmd = (struct thread_command*)cmd;
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp521 void MappingTraits<MachO::thread_command>::mapping(
522 IO &IO, MachO::thread_command &LoadCommand) {}
/external/llvm/include/llvm/Object/
H A DMachO.h381 MachO::thread_command
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h425 struct thread_command { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h638 struct thread_command { struct
1144 inline void swapStruct(thread_command &t) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h640 struct thread_command { struct
1152 inline void swapStruct(thread_command &t) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2195 MachO::thread_command
2197 return getStruct<MachO::thread_command>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8621 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr,
8630 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t))
8635 const char *begin = Ptr + sizeof(struct MachO::thread_command);
8985 MachO::thread_command Tc = Obj->getThreadCommand(Command);

Completed in 240 milliseconds