Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_LC_UNIXTHREAD (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/mach-o/
H A Dloader.h127 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/gdb761/gdb-7.6.1/include/mach-o/
H A Dloader.h127 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/binutils/binutils-2.37/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/arm-elf-binutils/binutils-2.37/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/gnulibiberty/binutils-2.37/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/lang/gnatdroid-binutils/binutils-2.27/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/gdb/gdb-11.1/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/mach-o/
H A Dloader.h142 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dmach-o.h70 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
H A Dmach-o.c414 case BFD_MACH_O_LC_UNIXTHREAD:
925 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1081 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1465 case BFD_MACH_O_LC_UNIXTHREAD:
1562 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmach-o.h70 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
H A Dmach-o.c443 case BFD_MACH_O_LC_UNIXTHREAD:
969 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1125 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1509 case BFD_MACH_O_LC_UNIXTHREAD:
1606 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD))
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmach-o.h70 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
H A Dmach-o.c443 case BFD_MACH_O_LC_UNIXTHREAD:
969 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1125 || (command->type == BFD_MACH_O_LC_UNIXTHREAD));
1509 case BFD_MACH_O_LC_UNIXTHREAD:
1606 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD))
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dmach-o.h70 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
H A Dmach-o.c322 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_scan_write_thread()
539 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_write_contents()
1062 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_scan_read_thread()
1348 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_scan_read_command()
1443 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD)) in bfd_mach_o_scan_start_address()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dmach-o.h103 BFD_MACH_O_LC_UNIXTHREAD = 0x5, /* UNIX thread (includes a stack). */ enumerator
H A Dmach-o.c634 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_write_thread()
1232 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_write_contents()
2007 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_read_thread()
2500 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_read_command()
2619 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD)) in bfd_mach_o_scan_start_address()
3363 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
3839 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_bfd_print_private_bfd_data()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dmach-o.c949 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_write_thread()
1995 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_write_contents()
3250 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_read_thread()
3833 case BFD_MACH_O_LC_UNIXTHREAD: in bfd_mach_o_read_command()
3977 (mdata->commands[i].type == BFD_MACH_O_LC_UNIXTHREAD)) in bfd_mach_o_scan_start_address()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dod-macho.c171 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
1655 case BFD_MACH_O_LC_UNIXTHREAD: in dump_load_command()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dod-macho.c171 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
1564 case BFD_MACH_O_LC_UNIXTHREAD: in dump_load_command()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dod-macho.c171 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
1655 case BFD_MACH_O_LC_UNIXTHREAD: in dump_load_command()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dod-macho.c171 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
1655 case BFD_MACH_O_LC_UNIXTHREAD: in dump_load_command()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dod-macho.c171 { "unixthread", BFD_MACH_O_LC_UNIXTHREAD},
1564 case BFD_MACH_O_LC_UNIXTHREAD: in dump_load_command()

12