Searched refs:N_SYMOFF (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h96 #define N_SYMOFF(x) ( N_DROFF(x) + (x).a_drsize ) macro
97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c101 fseek(nfile, (long)(N_SYMOFF(xbuf) + xbuf.a_syms), 0);
122 fseek(nfile, (long)N_SYMOFF(xbuf), 0);
140 fseek(nfile, (long)N_SYMOFF(xbuf), 0);
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h100 #define N_SYMOFF(ex) \ macro
104 #define N_STROFF(ex) (N_SYMOFF(ex) + le32toh((ex).a_syms))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h199 #ifndef N_SYMOFF
200 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x).a_drsize ) macro
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h250 #ifndef N_SYMOFF macro
251 #define N_SYMOFF(x) (N_DRELOFF (x) + (x).a_drsize)
254 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-target.h83 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
338 *psymoff = N_SYMOFF (*execp);
H A Dlibaout.h652 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF(*execp)), SEEK_SET) != 0)\
H A Dbout.c142 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
454 if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (*exec_hdr (abfd))), SEEK_SET)
H A Daoutx.h585 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c149 symoff = N_SYMOFF(*exec);
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c238 sym_base = (const struct nlist *) align_struct(file_base + N_SYMOFF(*ex));

Completed in 114 milliseconds