Searched refs:ltab (Results 1 – 3 of 3) sorted by relevance
766 Sym_Table ltab; in core_create_line_syms() local787 ltab.len = 0; in core_create_line_syms()802 ++ltab.len; in core_create_line_syms()833 ltab.len += symtab.len; in core_create_line_syms()834 ltab.base = (Sym *) xmalloc (ltab.len * sizeof (Sym)); in core_create_line_syms()835 ltab.limit = ltab.base; in core_create_line_syms()859 sym_init (ltab.limit); in core_create_line_syms()861 if (!get_src_info (vma, &filename, <ab.limit->name, <ab.limit->line_num) in core_create_line_syms()862 || (prev && prev->line_num == ltab.limit->line_num in core_create_line_syms()863 && strcmp (prev->name, ltab.limit->name) == 0 in core_create_line_syms()[all …]
767 Sym_Table ltab; in core_create_line_syms() local788 ltab.len = 0; in core_create_line_syms()803 ++ltab.len; in core_create_line_syms()834 ltab.len += symtab.len; in core_create_line_syms()835 ltab.base = (Sym *) xmalloc (ltab.len * sizeof (Sym)); in core_create_line_syms()836 ltab.limit = ltab.base; in core_create_line_syms()860 sym_init (ltab.limit); in core_create_line_syms()862 if (!get_src_info (vma, &filename, <ab.limit->name, <ab.limit->line_num) in core_create_line_syms()863 || (prev && prev->line_num == ltab.limit->line_num in core_create_line_syms()864 && strcmp (prev->name, ltab.limit->name) == 0 in core_create_line_syms()[all …]
65 static HRDLNK **ltab = NULL; /* hard link table for detecting hard links */ variable102 if (ltab != NULL) in lnk_start()104 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) { in lnk_start()130 if (ltab == NULL) in chk_lnk()142 if ((pt = ltab[indx]) != NULL) { in chk_lnk()146 ppt = &(ltab[indx]); in chk_lnk()192 pt->fow = ltab[indx]; in chk_lnk()193 ltab[indx] = pt; in chk_lnk()217 if (ltab == NULL) in purg_lnk()230 if ((pt = ltab[indx]) == NULL) in purg_lnk()[all …]