Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/mach-o/
Dloader.h134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
/toolchain/binutils/binutils-2.27/bfd/
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()