HomeSort by relevance Sort by last modified time
    Searched refs:thread_command (Results 1 - 25 of 38) sorted by null

1 2

  /external/valgrind/coregrind/m_ume/
macho.c 283 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;
  /hardware/libhardware/modules/radio/
radio_hw.c 130 struct thread_command { struct
146 struct thread_command *cmd = (struct thread_command *)calloc(1, sizeof(struct thread_command));
285 struct thread_command *cmd = NULL;
308 cmd = node_to_item(item, struct thread_command, node);
489 cmd = node_to_item(item, struct thread_command, node);
549 struct thread_command *cmd = node_to_item(item, struct thread_command, node);
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 454 struct thread_command* tcmd = (struct thread_command*)cmd;
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 521 void MappingTraits<MachO::thread_command>::mapping(
522 IO &IO, MachO::thread_command &LoadCommand) {}
  /external/llvm/include/llvm/Object/
MachO.h 381 MachO::thread_command
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 425 struct thread_command { struct in namespace:llvm::MachO
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 494 MachO::thread_command
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 494 MachO::thread_command
  /external/llvm/include/llvm/Support/
MachO.h 638 struct thread_command { struct
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 640 struct thread_command { struct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 656 struct thread_command { struct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 644 struct thread_command { struct
1168 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 644 struct thread_command { struct
1168 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 656 struct thread_command { struct
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 644 struct thread_command { struct
1168 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 644 struct thread_command { struct
1168 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 645 struct thread_command { struct
1169 inline void swapStruct(thread_command &t) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 514 MachO::thread_command

Completed in 2301 milliseconds

1 2