Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.c99 struct dwcfi_seg_list struct
147 static struct dwcfi_seg_list *
150 struct dwcfi_seg_list *r; in alloc_debugseg_item()
152 r = (struct dwcfi_seg_list *) in alloc_debugseg_item()
153 xmalloc (sizeof (struct dwcfi_seg_list) + strlen (name)); in alloc_debugseg_item()
208 dwcfi_hash_insert (const char *name, struct dwcfi_seg_list *item) in dwcfi_hash_insert()
217 static struct dwcfi_seg_list *
220 return (struct dwcfi_seg_list *) hash_find (dwcfi_hash, name); in dwcfi_hash_find()
223 static struct dwcfi_seg_list *
226 struct dwcfi_seg_list *item; in dwcfi_hash_find_or_make()
[all …]
DChangeLog-20111402 * dw2gencfi.c (dwcfi_seg_list): New struct.