Searched refs:function_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-spu.c1579 struct function_info *fun;
1584 struct function_info struct
1590 struct function_info *start;
1621 struct function_info fun[1];
1624 /* Allocate a struct spu_elf_stack_info with MAX_FUN struct function_info
1634 amt += (max_fun - 1) * sizeof (struct function_info);
1641 /* Add a new struct function_info describing a (part of a) function
1644 static struct function_info *
1708 old += (sinfo->max_fun - 1) * sizeof (struct function_info);
1710 amt += (sinfo->max_fun - 1) * sizeof (struct function_info);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c70 struct function_info;
168 typedef struct function_info struct
189 struct function_info *line_next;
192 struct function_info *next;
702 struct function_info *fn = NULL;
1014 struct function_info *fn_n = functions;

Completed in 59 milliseconds