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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.c25 struct seh_seg_list { struct
36 static struct seh_seg_list *x_segcur = NULL;
37 static struct seh_seg_list *p_segcur = NULL;
73 /* Allocate a seh_seg_list structure. */
74 static struct seh_seg_list *
77 struct seh_seg_list *r;
79 r = (struct seh_seg_list *)
80 xmalloc (sizeof (struct seh_seg_list) + strlen (name));
118 seh_hash_insert (const char *name, struct seh_seg_list *item)
123 static struct seh_seg_list *
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff-seh.c25 struct seh_seg_list { struct
36 static struct seh_seg_list *x_segcur = NULL;
37 static struct seh_seg_list *p_segcur = NULL;
73 /* Allocate a seh_seg_list structure. */
74 static struct seh_seg_list *
77 struct seh_seg_list *r;
79 r = (struct seh_seg_list *)
80 xmalloc (sizeof (struct seh_seg_list) + strlen (name));
118 seh_hash_insert (const char *name, struct seh_seg_list *item)
123 static struct seh_seg_list *
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff-seh.c25 struct seh_seg_list { struct
36 static struct seh_seg_list *x_segcur = NULL;
37 static struct seh_seg_list *p_segcur = NULL;
73 /* Allocate a seh_seg_list structure. */
74 static struct seh_seg_list *
77 struct seh_seg_list *r;
79 r = (struct seh_seg_list *)
80 xmalloc (sizeof (struct seh_seg_list) + strlen (name));
118 seh_hash_insert (const char *name, struct seh_seg_list *item)
123 static struct seh_seg_list *
[all...]

Completed in 195 milliseconds