| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-hp300.h | 39 unsigned char a_syms[4]; /* length of symbol table data in file, in bytes */ member 62 unsigned long a_syms; member
|
| D | obj-bout.h | 95 unsigned long a_syms; /* Length of symbol table */ member 115 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms ) 261 #define H_GET_SYMBOL_TABLE_SIZE(h) ((h)->header.a_syms) 283 #define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->header.a_syms = (v) * \
|
| D | aout_gnu.h | 81 unsigned char a_syms[4]; member 98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member 205 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
| D | obj-bout.c | 150 md_number_to_chars (*where, headers->header.a_syms, sizeof (headers->header.a_syms)); 151 *where += sizeof (headers->header.a_syms);
|
| D | obj-vms.h | 67 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms ) 81 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member 211 #define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->header.a_syms = (v) * \
|
| D | obj-hp300.c | 51 DO (a_syms);
|
| D | obj-aout.h | 191 #define H_GET_SYMBOL_TABLE_SIZE(h) ((h)->header.a_syms) 230 #define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->header.a_syms = (v) * 12)
|
| D | obj-aout.c | 284 md_number_to_chars (*where, headers->header.a_syms, sizeof (headers->header.a_syms)); 285 *where += sizeof (headers->header.a_syms);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | aout_gnu.h | 81 unsigned char a_syms[4]; member 98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member 205 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
| /openbsd/src/include/ |
| D | a.out.h | 53 u_int32_t a_syms; /* symbol table size */ member 149 (N_SYMOFF(ex) + (ex).a_syms)
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | hp300hpux.c | 273 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;
|
| D | i386os9k.c | 52 execp->a_syms = 0; 100 H_PUT_32 (abfd, execp->a_syms, bytes->e_syms); 235 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * sizeof (struct nlist);
|
| D | riscix.c | 79 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms) 107 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 527 if (execp->a_syms) 565 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
|
| D | i386dynix.c | 73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
|
| D | aout-adobe.c | 75 execp->a_syms = GET_WORD (abfd, bytes->e_syms); 101 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); 343 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | hp300hpux.c | 273 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;
|
| D | riscix.c | 89 #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) in riscix_some_aout_object_p() 537 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in riscix_some_aout_object_p()
|
| D | aout-adobe.c | 46 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in aout_adobe_swap_exec_header_in() 66 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in aout_adobe_swap_exec_header_out() 307 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) in aout_adobe_write_object_contents()
|
| D | i386dynix.c | 73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
|
| /openbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | hp.h | 45 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
|
| D | dynix3.h | 76 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/ |
| D | hp.h | 45 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
|
| D | dynix3.h | 76 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | bout.h | 97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|