Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dsym.h120 long ilineBase; /* file's line symbols */ member
/toolchain/binutils/binutils-2.25/bfd/
Decoffswap.h198 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()
Decofflink.c882 fdr.ilineBase = output_symhdr->ilineMax; in bfd_ecoff_debug_accumulate()
/toolchain/binutils/binutils-2.25/gas/
Decoff.c3768 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()
DChangeLog-92952279 (ecoff_build_lineno): Set ilineBase to sum of previous file's
2280 ilineBase and cline.