Home
last modified time | relevance | path

Searched refs:tpst (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gdb/gdb/
HDsymtab.c702 struct partial_symtab *tpst; in find_pc_sect_psymtab() local
724 for (tpst = pst; tpst != NULL; tpst = tpst->next) in find_pc_sect_psymtab()
726 if (pc >= tpst->textlow && pc < tpst->texthigh) in find_pc_sect_psymtab()
730 p = find_pc_sect_psymbol (tpst, pc, section); in find_pc_sect_psymtab()
734 return (tpst); in find_pc_sect_psymtab()
755 best_pst = tpst; in find_pc_sect_psymtab()