Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff-seh.c36 static struct seh_seg_list *x_segcur = NULL; variable
182 x_segcur = seh_hash_find_or_make (code_seg, ".xdata"); in switch_xdata()
184 subseg_set (x_segcur->seg, subseg); in switch_xdata()
450 x_segcur = seh_hash_find_or_make (seh_ctx_cur->code_seg, ".xdata"); in obj_coff_seh_proc()
451 seh_ctx_cur->subsection = x_segcur->subseg; in obj_coff_seh_proc()
452 x_segcur->subseg += 2; in obj_coff_seh_proc()