Searched refs:obj_sym_filepos (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h31 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
H A Dcofflink.c833 obj_sym_filepos (abfd) = line_filepos;
977 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
1099 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
1834 pos = obj_sym_filepos (output_bfd);
2073 pos = obj_sym_filepos (output_bfd);
2259 pos = obj_sym_filepos (output_bfd) + syment_base * osymesz;
2579 pos = obj_sym_filepos (output_bfd);
H A Daout-target.h83 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
H A Dcoff-ppc.c2259 obj_sym_filepos (abfd) = line_filepos;
2415 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
2507 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
H A Dcoffgen.c1116 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0)
1451 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
1479 if (obj_sym_filepos (abfd) == 0)
1485 pos = obj_sym_filepos (abfd);
H A Dlibaout.h438 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos)
436 #define obj_sym_filepos macro
H A Dlibcoff.h35 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
H A Daoutx.h585 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
1299 if (! bfd_get_file_window (abfd, obj_sym_filepos (abfd),
1313 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
3846 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
4700 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
5385 obj_sym_filepos (abfd) = aout_info.symoff;
5553 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;
H A Dxcofflink.c3831 pos = obj_sym_filepos (output_bfd);
4238 file_ptr pos = obj_sym_filepos (output_bfd) + syment_base * osymesz;
4857 pos = obj_sym_filepos (output_bfd);
5136 pos = obj_sym_filepos (output_bfd);
5626 obj_sym_filepos (abfd) = line_filepos;
5741 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
5893 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
H A Dpeicode.h1013 obj_sym_filepos (abfd) = 0;
H A Dbout.c142 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
H A Dcoffcode.h2073 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
3936 obj_sym_filepos (abfd) = sym_base;
H A Dcoff64-rs6000.c928 obj_sym_filepos (abfd) = sym_base;
H A Decoff.c38 #undef obj_sym_filepos macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffread.c2876 symtab_offset = obj_sym_filepos (abfd); /* symbol table file offset */
H A Ddbxread.c643 #define SYMBOL_TABLE_OFFSET (sym_bfd->origin + obj_sym_filepos (sym_bfd))

Completed in 389 milliseconds