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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dframe.c108 } prev_func; member in struct:frame_info
205 if (fi->next != NULL && fi->next->prev_func.p)
206 fprintf_unfiltered (file, "0x%s", paddr_nz (fi->next->prev_func.addr));
434 if (!fi->prev_func.p)
439 fi->prev_func.p = 1;
440 fi->prev_func.addr = get_pc_function_start (addr_in_block);
444 fi->level, paddr_nz (fi->prev_func.addr));
446 return fi->prev_func.addr;
/freebsd-10.1-release/contrib/binutils/bfd/
H A Ddwarf2.c735 struct funcinfo *prev_func; /* Pointer to previous function in list of all functions */ member in struct:funcinfo
1453 each_func = each_func->prev_func)
1498 each_func = each_func->prev_func)
1713 func->prev_func = unit->function_table;

Completed in 161 milliseconds