Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff64-rs6000.c760 file_ptr lineno_base; local
785 lineno_base = reloc_base + reloc_size;
791 sym_base = lineno_base + lnno_size;
798 current->line_filepos = lineno_base;
799 current->moving_line_filepos = lineno_base;
800 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
Dcoffcode.h3366 file_ptr lineno_base; in coff_write_object_contents() local
3409 lineno_base = reloc_base + reloc_size; in coff_write_object_contents()
3410 sym_base = lineno_base + lnno_size; in coff_write_object_contents()
3418 current->line_filepos = lineno_base; in coff_write_object_contents()
3419 current->moving_line_filepos = lineno_base; in coff_write_object_contents()
3420 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in coff_write_object_contents()
/openbsd/src/gnu/usr.bin/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.h3501 file_ptr lineno_base; local
3545 lineno_base = reloc_base + reloc_size;
3546 sym_base = lineno_base + lnno_size;
3554 current->line_filepos = lineno_base;
3555 current->moving_line_filepos = lineno_base;
3556 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);