Searched refs:line_filepos (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dxcofflink.c101 file_ptr line_filepos; member in struct:xcoff_final_link_info
1058 if (bfd_seek (abfd, o->line_filepos, SEEK_SET) != 0
1159 - enclosing->line_filepos);
1189 /* The setting of line_filepos will only be
1193 if (csect->line_filepos == 0)
1194 csect->line_filepos =
3850 isym.n_value = finfo->line_filepos;
4086 file_ptr pos = enclosing->line_filepos;
4096 - enclosing->line_filepos);
4142 (o->output_section->line_filepos
5337 file_ptr line_filepos; local
[all...]
H A Dcoff-ppc.c2083 file_ptr line_filepos;
2207 line_filepos = rel_filepos;
2214 o->line_filepos = 0;
2217 o->line_filepos = line_filepos;
2218 line_filepos += o->lineno_count * linesz;
2259 obj_sym_filepos (abfd) = line_filepos;
2072 file_ptr line_filepos; local
H A Dcofflink.c643 file_ptr line_filepos;
784 line_filepos = rel_filepos;
790 o->line_filepos = 0;
793 o->line_filepos = line_filepos;
794 line_filepos += o->lineno_count * linesz;
833 obj_sym_filepos (abfd) = line_filepos;
2141 if (bfd_seek (input_bfd, o->line_filepos, SEEK_SET) != 0
2207 (o->output_section->line_filepos
2228 pos = o->output_section->line_filepos;
642 file_ptr line_filepos; local
[all...]
H A Dcoffcode.h3421 /* Indicate in each section->line_filepos its actual file address. */
3427 current->line_filepos = lineno_base;
3432 current->line_filepos = 0;
3542 section.s_lnnoptr = current->line_filepos;
3722 scnhdr.s_lnnoptr = current->line_filepos;
4266 native_lineno = (LINENO *) buy_and_read (abfd, asect->line_filepos, amt);
4570 if (sec->line_filepos <= (file_ptr) src->u.syment.n_value
4571 && ((file_ptr) (sec->line_filepos
4581 - sec->line_filepos)
H A Dcoff64-rs6000.c794 /* Indicate in each section->line_filepos its actual file address. */
799 current->line_filepos = lineno_base;
805 current->line_filepos = 0;
863 section.s_lnnoptr = current->line_filepos;
H A Dcoffgen.c112 return_section->line_filepos = hdr->s_lnnoptr;
738 (coff_symbol_ptr->symbol.section->output_section->line_filepos
1277 if (bfd_seek (abfd, s->line_filepos, SEEK_SET) != 0)
H A Dcoff-alpha.c468 size = sec->line_filepos * 8;
H A Decoff.c70 /* line_filepos, userdata, contents, lineno, lineno_count, */
1997 away in line_filepos before increasing the section size. */
1999 current->line_filepos = current->size / 8;
2440 8 bytes). We stored this in the line_filepos field in
2442 section.s_lnnoptr = current->line_filepos;
H A DpeXXigen.c172 sec->line_filepos = 0;
H A Dbfd-in2.h1466 file_ptr line_filepos;
1662 /* line_filepos, userdata, contents, lineno, lineno_count, */ \
1459 file_ptr line_filepos; member in struct:bfd_section
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcoffread.c491 offset = asect->line_filepos;
H A Dxcoffread.c1719 offset = asect->line_filepos;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1472 file_ptr line_filepos;
1668 /* line_filepos, userdata, contents, lineno, lineno_count, */ \
1465 file_ptr line_filepos; member in struct:bfd_section

Completed in 278 milliseconds