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

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c277 struct function_range *first_fn, *last_fn, *cached_fn; member in struct:dwarf2_cu
2716 cu->first_fn = cu->last_fn = cu->cached_fn = NULL;
2848 if (cu->last_fn == NULL)
2851 cu->last_fn->next = thisfn;
2853 cu->last_fn = thisfn;

Completed in 91 milliseconds