Searched refs:ilineBase (Results 1 – 5 of 5) sorted by relevance
120 long ilineBase; /* file's line symbols */ member
198 intern->ilineBase = H_GET_32 (abfd, ext->f_ilineBase); in ecoff_swap_fdr_in()264 H_PUT_32 (abfd, intern->ilineBase, ext->f_ilineBase); in ecoff_swap_fdr_out()
882 fdr.ilineBase = output_symhdr->ilineMax; in bfd_ecoff_debug_accumulate()
3768 file->fdr.ilineBase in ecoff_build_lineno()3769 = last_file->fdr.ilineBase + last_file->fdr.cline; in ecoff_build_lineno()3771 file->fdr.ilineBase = 0; in ecoff_build_lineno()
2279 (ecoff_build_lineno): Set ilineBase to sum of previous file's2280 ilineBase and cline.