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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dhp300hpux.c255 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
272 obj_sym_filepos (abfd) = N_GNU_SYMOFF (*execp);
273 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
560 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
H A Di386os9k.c85 obj_sym_filepos (abfd) = 0;
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-adobe.c92 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
H A Daout-target.h82 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
H A Dpdp11.c579 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
1193 if (! bfd_get_file_window (abfd, obj_sym_filepos (abfd),
1206 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
3182 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
3564 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
3764 obj_sym_filepos (abfd) = aout_info.symoff;
3930 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;
H A Dcoff-ppc.c2244 obj_sym_filepos (abfd) = line_filepos;
2400 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
2492 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
H A Dcoff-i960.c338 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0)
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.h562 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
1276 if (! bfd_get_file_window (abfd, obj_sym_filepos (abfd),
1290 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
3820 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
4674 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
5359 obj_sym_filepos (abfd) = aout_info.symoff;
5527 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 Daout-tic30.c346 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
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.c927 obj_sym_filepos (abfd) = sym_base;
H A Decoff.c38 #undef obj_sym_filepos macro

Completed in 246 milliseconds