Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoff64-rs6000.c724 file_ptr lineno_base; in xcoff64_write_object_contents() local
748 lineno_base = reloc_base + reloc_size; in xcoff64_write_object_contents()
754 sym_base = lineno_base + lnno_size; in xcoff64_write_object_contents()
761 current->line_filepos = lineno_base; in xcoff64_write_object_contents()
762 current->moving_line_filepos = lineno_base; in xcoff64_write_object_contents()
763 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in xcoff64_write_object_contents()
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()