Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Ddw2gencfi.c105 struct dwcfi_seg_list struct
264 static struct dwcfi_seg_list *
267 struct dwcfi_seg_list *r; in alloc_debugseg_item()
269 r = (struct dwcfi_seg_list *) in alloc_debugseg_item()
270 xmalloc (sizeof (struct dwcfi_seg_list) + strlen (name)); in alloc_debugseg_item()
328 dwcfi_hash_insert (const char *name, struct dwcfi_seg_list *item) in dwcfi_hash_insert()
337 static struct dwcfi_seg_list *
340 return (struct dwcfi_seg_list *) hash_find (dwcfi_hash, name); in dwcfi_hash_find()
343 static struct dwcfi_seg_list *
346 struct dwcfi_seg_list *item; in dwcfi_hash_find_or_make()
[all …]
DChangeLog-20111402 * dw2gencfi.c (dwcfi_seg_list): New struct.