Searched refs:a_syms (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dexec.h80 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member in struct:exec
/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dexec.h99 #define N_STROFF(ex) (N_SYMOFF(ex) + (ex).a_syms)
112 unsigned int a_syms; /* symbol table size */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Di386dynix.c73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
H A Dhp300hpux.c273 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
276 bfd_get_symcount (abfd) = execp->a_syms / 12;
302 execp->a_syms = 0;
471 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
500 execp->a_syms = syms;
553 symbol_bytes = exec_hdr (abfd)->a_syms;
H A Daout-adobe.c46 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
66 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
305 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd)
H A Di386os9k.c42 execp->a_syms = 0;
H A Driscix.c89 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
118 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
500 if (execp->a_syms)
537 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
H A Dpdp11.c122 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
290 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
383 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
412 PUT_WORD (abfd, execp->a_syms, bytes->e_syms);
482 if (execp->a_syms)
516 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
1190 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1194 exec_hdr (abfd)->a_syms,
1207 || (bfd_bread (syms, exec_hdr (abfd)->a_syms, abfd)
1208 != exec_hdr (abfd)->a_syms))
[all...]
H A Dlibaout.h228 bfd_vma a_syms; /* Length of symbol table data in file. */
631 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
226 bfd_vma a_syms; /* Length of symbol table data in file. */ member in struct:internal_exec
H A Dbout.c88 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
113 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
407 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12;
H A Di386lynx.c46 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
H A Daoutx.h364 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
396 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
467 if (execp->a_syms)
499 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
1273 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1277 exec_hdr (abfd)->a_syms,
1289 amt = exec_hdr (abfd)->a_syms;
1303 && exec_hdr (abfd)->a_syms != 0)
5526 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
5527 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;
[all...]
H A Daout-tic30.c629 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Ddynix3.h76 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
H A Dhp.h45 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member in struct:exec
H A Dhp300hpux.h103 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x).a_syms )
H A Dadobe.h97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
H A Daout64.h254 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c76 unsigned long a_syms; /* size of symbol table */ member in struct:exec
294 ss = sa + buf.a_syms + arch_offset;
295 n = buf.a_syms;
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c298 lseek(fd, N_SYMOFF(*hdrp) + hdrp->a_syms + disp, 0);
303 buffer = (struct nlist*)xmalloc(hdrp->a_syms + size);
310 if (read(fd, buffer, hdrp->a_syms + size) != hdrp->a_syms + size) {
316 end = sym + hdrp->a_syms / sizeof(struct nlist);
317 displ = (long)buffer + (long)(hdrp->a_syms);
335 struct nlist *end = syms + (hdrp->a_syms / sizeof(struct nlist));
643 end = syms + (hdr.a_syms / sizeof(struct nlist));
1022 end = syms + (hdr.a_syms / sizeof(struct nlist));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexec.c298 #define a_syms ssize macro

Completed in 232 milliseconds