Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_LC_REQ_DYLD (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/mach-o/
H A Dloader.h119 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/gdb761/gdb-7.6.1/include/mach-o/
H A Dloader.h119 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/binutils/binutils-2.37/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/arm-elf-binutils/binutils-2.37/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/gnulibiberty/binutils-2.37/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/lang/gnatdroid-binutils/binutils-2.27/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/gdb/gdb-11.1/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/mach-o/
H A Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dmach-o.h62 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
H A Dmach-o.c392 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type;
1447 command->type = (bfd_h_get_32 (abfd, buf) & ~BFD_MACH_O_LC_REQ_DYLD);
1448 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmach-o.h62 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
H A Dmach-o.c421 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type;
1491 command->type = (bfd_h_get_32 (abfd, buf) & ~BFD_MACH_O_LC_REQ_DYLD);
1492 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmach-o.h62 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
H A Dmach-o.c421 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type;
1491 command->type = (bfd_h_get_32 (abfd, buf) & ~BFD_MACH_O_LC_REQ_DYLD);
1492 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dmach-o.h62 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
H A Dmach-o.c517 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type; in bfd_mach_o_write_contents()
1330 command->type = (bfd_h_get_32 (abfd, buf) & ~BFD_MACH_O_LC_REQ_DYLD); in bfd_mach_o_scan_read_command()
1331 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD in bfd_mach_o_scan_read_command()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dmach-o.h95 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
H A Dmach-o.c1206 typeflag = cur->type | (cur->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
2478 command->type = bfd_h_get_32 (abfd, buf) & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
2479 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD in bfd_mach_o_read_command()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dmach-o.c1965 typeflag = cur->type | (cur->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
3812 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
3813 command->type_required = cmd & BFD_MACH_O_LC_REQ_DYLD ? TRUE : FALSE; in bfd_mach_o_read_command()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dmach-o.c2586 typeflag = cmd->type | (cmd->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
4632 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
4633 command->type_required = cmd & BFD_MACH_O_LC_REQ_DYLD ? TRUE : FALSE; in bfd_mach_o_read_command()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dmach-o.c2586 typeflag = cmd->type | (cmd->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
4632 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
4633 command->type_required = cmd & BFD_MACH_O_LC_REQ_DYLD ? TRUE : FALSE; in bfd_mach_o_read_command()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dmach-o.c2586 typeflag = cmd->type | (cmd->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
4646 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
4647 command->type_required = cmd & BFD_MACH_O_LC_REQ_DYLD ? TRUE : FALSE; in bfd_mach_o_read_command()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dmach-o.c2748 typeflag = cmd->type | (cmd->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
4932 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
4933 command->type_required = (cmd & BFD_MACH_O_LC_REQ_DYLD) != 0; in bfd_mach_o_read_command()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dmach-o.c2748 typeflag = cmd->type | (cmd->type_required ? BFD_MACH_O_LC_REQ_DYLD : 0); in bfd_mach_o_write_contents()
4932 command->type = cmd & ~BFD_MACH_O_LC_REQ_DYLD; in bfd_mach_o_read_command()
4933 command->type_required = (cmd & BFD_MACH_O_LC_REQ_DYLD) != 0; in bfd_mach_o_read_command()

12