Searched refs:nextfield (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarfread.c935 struct nextfield struct
937 struct nextfield *next;
940 struct nextfield *list = NULL;
941 struct nextfield *new;
1018 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1653 struct nextfield struct
1655 struct nextfield *next;
1658 struct nextfield *list = NULL;
1659 struct nextfield *ne
[all...]
H A Dhpread.c3578 /* The data members get linked together into a list of struct nextfield's */
3579 struct nextfield
3581 struct nextfield *next;
3616 struct nextfield *list = 0, *tmp_list = 0;
3620 struct nextfield *new;
3704 new = (struct nextfield *) alloca (sizeof (struct nextfield));
3705 memset (new, 0, sizeof (struct nextfield));
3929 /* Fill in the fields of the struct nextfield */
4042 new = (struct nextfield *) alloc
3564 struct nextfield struct
[all...]
H A Dcoffread.c1941 struct nextfield
1943 struct nextfield *next;
1948 struct nextfield *list = 0;
1949 struct nextfield *new;
1976 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1995 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1928 struct nextfield struct
H A Dstabsread.c69 struct nextfield struct in struct:field_info
71 struct nextfield *next;
2827 struct nextfield *new;
2843 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
2845 memset (new, 0, sizeof (struct nextfield));
2925 struct nextfield *new;
2964 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
2966 memset (new, 0, sizeof (struct nextfield));
[all...]
H A Ddwarf2read.c605 struct nextfield struct in struct:field_info
607 struct nextfield *next;
3244 struct nextfield *new_field;
3250 new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield));
3252 memset (new_field, 0, sizeof (struct nextfield));
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h890 dnttpointer nextfield; member in struct:dntt_type_field
1068 dnttpointer nextfield ; /* Pointer to next field. */ member in struct:dntt_type_genfield

Completed in 113 milliseconds