Home | History | Annotate | Download | only in bfd

Lines Matching defs:thr

4697   bfd_mach_o_thread_command *thr = NULL;
4705 thr = &cmd->command.thread;
4722 if (thr == NULL)
4726 for (i = 0; i < thr->nflavours; i++)
4729 && (thr->flavours[i].flavour == BFD_MACH_O_x86_THREAD_STATE32))
4733 if (bfd_seek (abfd, thr->flavours[i].offset + 40, SEEK_SET) != 0
4740 && (thr->flavours[i].flavour == BFD_MACH_O_PPC_THREAD_STATE))
4744 if (bfd_seek (abfd, thr->flavours[i].offset + 0, SEEK_SET) != 0
4751 && (thr->flavours[i].flavour == BFD_MACH_O_PPC_THREAD_STATE64))
4755 if (bfd_seek (abfd, thr->flavours[i].offset + 0, SEEK_SET) != 0
4762 && (thr->flavours[i].flavour == BFD_MACH_O_x86_THREAD_STATE64))
4766 if (bfd_seek (abfd, thr->flavours[i].offset + (16 * 8), SEEK_SET) != 0