Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff-seh.c32 static seh_context *seh_ctx_cur = NULL; variable
162 if (seh_ctx_cur->code_seg == now_seg) in seh_validate_seg()
164 cseg_name = bfd_get_section_name (stdoutput, seh_ctx_cur->code_seg); in seh_validate_seg()
176 subseg_set (seh_ctx_cur->code_seg, 0); in obj_coff_seh_code()
236 if (seh_ctx_cur == NULL) in verify_context()
290 seh_ctx_cur->use_instruction_32 = (what ? 1 : 0); in obj_coff_seh_32()
303 seh_ctx_cur->handler_written = 1; in obj_coff_seh_eh()
304 emit_expr (&seh_ctx_cur->handler, 4); in obj_coff_seh_eh()
305 emit_expr (&seh_ctx_cur->handler_data, 4); in obj_coff_seh_eh()
334 seh_ctx_cur->handler.X_op = O_constant; in obj_coff_seh_handler()
[all …]