Home
last modified time | relevance | path

Searched refs:a_syms (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-hp300.h39 unsigned char a_syms[4]; /* length of symbol table data in file, in bytes */ member
62 unsigned long a_syms; member
Dobj-bout.h95 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) * \
Daout_gnu.h81 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 )
Dobj-bout.c150 md_number_to_chars (*where, headers->header.a_syms, sizeof (headers->header.a_syms));
151 *where += sizeof (headers->header.a_syms);
Dobj-vms.h67 #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) * \
Dobj-hp300.c51 DO (a_syms);
Dobj-aout.h191 #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)
Dobj-aout.c284 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/
Daout_gnu.h81 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/
Da.out.h53 u_int32_t a_syms; /* symbol table size */ member
149 (N_SYMOFF(ex) + (ex).a_syms)
/openbsd/src/gnu/usr.bin/binutils/bfd/
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;
Di386os9k.c52 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);
Driscix.c79 #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);
Di386dynix.c73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
Daout-adobe.c75 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/
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;
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) in riscix_some_aout_object_p()
537 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in riscix_some_aout_object_p()
Daout-adobe.c46 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()
Di386dynix.c73 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Dhp.h45 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
Ddynix3.h76 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Dhp.h45 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
Ddynix3.h76 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
/openbsd/src/gnu/usr.bin/binutils/include/
Dbout.h97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dbout.h97 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )

12