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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.c36 static struct seh_seg_list *x_segcur = NULL; variable in typeref:struct:seh_seg_list
179 x_segcur = seh_hash_find_or_make (code_seg, ".xdata");
181 subseg_set (x_segcur->seg, subseg);
446 x_segcur = seh_hash_find_or_make (seh_ctx_cur->code_seg, ".xdata");
447 seh_ctx_cur->subsection = x_segcur->subseg;
448 x_segcur->subseg += 2;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff-seh.c36 static struct seh_seg_list *x_segcur = NULL; variable in typeref:struct:seh_seg_list
179 x_segcur = seh_hash_find_or_make (code_seg, ".xdata");
181 subseg_set (x_segcur->seg, subseg);
446 x_segcur = seh_hash_find_or_make (seh_ctx_cur->code_seg, ".xdata");
447 seh_ctx_cur->subsection = x_segcur->subseg;
448 x_segcur->subseg += 2;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff-seh.c36 static struct seh_seg_list *x_segcur = NULL; variable in typeref:struct:seh_seg_list
179 x_segcur = seh_hash_find_or_make (code_seg, ".xdata");
181 subseg_set (x_segcur->seg, subseg);
446 x_segcur = seh_hash_find_or_make (seh_ctx_cur->code_seg, ".xdata");
447 seh_ctx_cur->subsection = x_segcur->subseg;
448 x_segcur->subseg += 2;

Completed in 167 milliseconds