HomeSort by relevance Sort by last modified time
    Searched refs:use_instruction_32 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.h 115 int use_instruction_32; member in struct:seh_context
obj-coff-seh.c 292 seh_ctx_cur->use_instruction_32 = (what ? 1 : 0);
958 func_len >>= (c->use_instruction_32 ? 2 : 1);
959 prol_len >>= (c->use_instruction_32 ? 2 : 1);
964 if (c->use_instruction_32)

Completed in 3242 milliseconds