Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff-seh.c25 struct seh_seg_list { struct
36 static struct seh_seg_list *x_segcur = NULL; argument
37 static struct seh_seg_list *p_segcur = NULL;
73 static struct seh_seg_list *
76 struct seh_seg_list *r; in alloc_pxdata_item()
78 r = (struct seh_seg_list *) in alloc_pxdata_item()
79 xmalloc (sizeof (struct seh_seg_list) + strlen (name)); in alloc_pxdata_item()
117 seh_hash_insert (const char *name, struct seh_seg_list *item) in seh_hash_insert()
126 static struct seh_seg_list *
129 return (struct seh_seg_list *) hash_find (seh_hash, name); in seh_hash_find()
[all …]