Searched refs:BFD_MACH_O_LC_REQ_DYLD (Results 1 – 2 of 2) sorted by relevance
134 #define BFD_MACH_O_LC_REQ_DYLD 0x80000000 macro
2586 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()