Searched refs:a_syms (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.25/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 204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | hp300hpux.c | 265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY() 268 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY() 292 execp->a_syms = 0; in MY() 459 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 488 execp->a_syms = syms; in NAME() 540 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
|
D | riscix.c | 90 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms) 119 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 518 if (execp->a_syms) in riscix_some_aout_object_p() 555 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in riscix_some_aout_object_p()
|
D | aout-adobe.c | 44 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in aout_adobe_swap_exec_header_in() 64 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in aout_adobe_swap_exec_header_out() 303 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) in aout_adobe_write_object_contents()
|
D | i386dynix.c | 74 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in i386dynix_32_swap_exec_header_in()
|
D | pdp11.c | 118 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) 301 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in pdp11_aout_write_headers() 394 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 423 PUT_WORD (abfd, execp->a_syms, bytes->e_syms); in NAME() 493 if (execp->a_syms) in NAME() 520 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME() 1190 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; in aout_get_external_symbols() 1194 exec_hdr (abfd)->a_syms, in aout_get_external_symbols() 1207 || (bfd_bread (syms, exec_hdr (abfd)->a_syms, abfd) in aout_get_external_symbols() 1208 != exec_hdr (abfd)->a_syms)) in aout_get_external_symbols() [all …]
|
D | i386os9k.c | 41 execp->a_syms = 0; in os9k_swap_exec_header_in()
|
D | libaout.h | 225 bfd_vma a_syms; /* Length of symbol table data in file. */ member 633 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
D | bout.c | 87 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in bout_swap_exec_header_in() 112 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in bout_swap_exec_header_out() 406 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12; in b_out_write_object_contents()
|
D | i386lynx.c | 44 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
D | aoutx.h | 386 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 418 PUT_WORD (abfd, execp->a_syms , bytes->e_syms); in NAME() 489 if (execp->a_syms) in NAME() 521 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME() 1303 bfd_size_type amt = exec_hdr (abfd)->a_syms; in aout_get_external_symbols() 1335 && exec_hdr (abfd)->a_syms != 0) in aout_get_external_symbols() 5612 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; in NAME() 5613 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME()
|
D | aout-tic30.c | 645 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in tic30_aout_write_object_contents()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | hp.h | 46 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
|
D | dynix3.h | 77 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
|
D | hp300hpux.h | 118 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
D | adobe.h | 98 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|
D | aout64.h | 250 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 98 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
|