Searched refs:obj_str_filepos (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Daout-target.h84 obj_str_filepos (abfd) = N_STROFF (*execp);
H A Dlibaout.h439 #define obj_str_filepos(bfd) (adata (bfd).str_filepos)
437 #define obj_str_filepos macro
H A Daoutx.h584 obj_str_filepos (abfd) = N_STROFF (*execp);
1334 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0
1340 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
5553 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;
5562 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0
H A Dbout.c141 obj_str_filepos (abfd) = N_STROFF (*execp);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddbxread.c642 #define STRING_TABLE_OFFSET (sym_bfd->origin + obj_str_filepos (sym_bfd))

Completed in 131 milliseconds