Home
last modified time | relevance | path

Searched refs:lineno_base (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dcoff64-rs6000.c761 file_ptr lineno_base; local
786 lineno_base = reloc_base + reloc_size;
792 sym_base = lineno_base + lnno_size;
799 current->line_filepos = lineno_base;
800 current->moving_line_filepos = lineno_base;
801 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
Dcoffcode.h3374 file_ptr lineno_base; in coff_write_object_contents() local
3417 lineno_base = reloc_base + reloc_size; in coff_write_object_contents()
3418 sym_base = lineno_base + lnno_size; in coff_write_object_contents()
3426 current->line_filepos = lineno_base; in coff_write_object_contents()
3427 current->moving_line_filepos = lineno_base; in coff_write_object_contents()
3428 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in coff_write_object_contents()