Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/coff/
HDsym.h120 long ilineBase; /* file's line symbols */ member
/trueos/contrib/binutils/bfd/
HDecoffswap.h197 intern->ilineBase = H_GET_32 (abfd, ext->f_ilineBase); in ecoff_swap_fdr_in()
263 H_PUT_32 (abfd, intern->ilineBase, ext->f_ilineBase); in ecoff_swap_fdr_out()
HDecofflink.c916 fdr.ilineBase = output_symhdr->ilineMax;
/trueos/contrib/binutils/gas/
HDecoff.c3761 file->fdr.ilineBase in ecoff_build_lineno()
3762 = last_file->fdr.ilineBase + last_file->fdr.cline; in ecoff_build_lineno()
3764 file->fdr.ilineBase = 0; in ecoff_build_lineno()
HDChangeLog-92952279 (ecoff_build_lineno): Set ilineBase to sum of previous file's
2280 ilineBase and cline.
/trueos/contrib/gcc/
HDmips-tdump.c1293 (ulong) (fdp->ilineBase + sym_hdr.cbLineOffset)); in print_file_desc()
HDmips-tfile.c4517 cur_file_ptr->fdr.ilineBase = fd_ptr->ilineBase; in copy_object()