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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c234 struct function_range *first_fn, *last_fn, *cached_fn; member in struct:dwarf2_cu
2031 cu->first_fn = cu->last_fn = cu->cached_fn = NULL;
2166 if (cu->last_fn == NULL)
2169 cu->last_fn->next = thisfn;
2171 cu->last_fn = thisfn;

Completed in 44 milliseconds