Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c4804 bfd_mach_o_thread_command *thr = NULL; in bfd_mach_o_scan_start_address() local
4812 thr = &cmd->command.thread; in bfd_mach_o_scan_start_address()
4829 if (thr == NULL) in bfd_mach_o_scan_start_address()
4833 for (i = 0; i < thr->nflavours; i++) in bfd_mach_o_scan_start_address()
4836 && (thr->flavours[i].flavour == BFD_MACH_O_x86_THREAD_STATE32)) in bfd_mach_o_scan_start_address()
4840 if (bfd_seek (abfd, thr->flavours[i].offset + 40, SEEK_SET) != 0 in bfd_mach_o_scan_start_address()
4847 && (thr->flavours[i].flavour == BFD_MACH_O_PPC_THREAD_STATE)) in bfd_mach_o_scan_start_address()
4851 if (bfd_seek (abfd, thr->flavours[i].offset + 0, SEEK_SET) != 0 in bfd_mach_o_scan_start_address()
4858 && (thr->flavours[i].flavour == BFD_MACH_O_PPC_THREAD_STATE64)) in bfd_mach_o_scan_start_address()
4862 if (bfd_seek (abfd, thr->flavours[i].offset + 0, SEEK_SET) != 0 in bfd_mach_o_scan_start_address()
[all …]