Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3353 file_ptr lineno_base; in coff_write_object_contents() local
3396 lineno_base = reloc_base + reloc_size; in coff_write_object_contents()
3397 sym_base = lineno_base + lnno_size; in coff_write_object_contents()
3405 current->line_filepos = lineno_base; in coff_write_object_contents()
3406 current->moving_line_filepos = lineno_base; in coff_write_object_contents()
3407 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in coff_write_object_contents()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h3622 file_ptr lineno_base; in coff_write_object_contents() local
3665 lineno_base = reloc_base + reloc_size; in coff_write_object_contents()
3666 sym_base = lineno_base + lnno_size; in coff_write_object_contents()
3674 current->line_filepos = lineno_base; in coff_write_object_contents()
3675 current->moving_line_filepos = lineno_base; in coff_write_object_contents()
3676 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in coff_write_object_contents()