Searched refs:lineno_base (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c775 file_ptr lineno_base; local
799 lineno_base = reloc_base + reloc_size;
805 sym_base = lineno_base + lnno_size;
812 current->line_filepos = lineno_base;
813 current->moving_line_filepos = lineno_base;
814 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
H A Dcoffcode.h3541 file_ptr lineno_base;
3584 lineno_base = reloc_base + reloc_size;
3585 sym_base = lineno_base + lnno_size;
3593 current->line_filepos = lineno_base;
3594 current->moving_line_filepos = lineno_base;
3595 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
3540 file_ptr lineno_base; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff64-rs6000.c775 file_ptr lineno_base; local
799 lineno_base = reloc_base + reloc_size;
805 sym_base = lineno_base + lnno_size;
812 current->line_filepos = lineno_base;
813 current->moving_line_filepos = lineno_base;
814 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
H A Dcoffcode.h3541 file_ptr lineno_base;
3584 lineno_base = reloc_base + reloc_size;
3585 sym_base = lineno_base + lnno_size;
3593 current->line_filepos = lineno_base;
3594 current->moving_line_filepos = lineno_base;
3595 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
3540 file_ptr lineno_base; local

Completed in 181 milliseconds