Searched refs:a_syms (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.27/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.27/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() 290 execp->a_syms = 0; in MY() 457 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 486 execp->a_syms = syms; in NAME() 538 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
|
D | riscix.c | 90 #define N_STROFF(x) (N_SYMOFF (x) + (x)->a_syms) 116 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 515 if (execp->a_syms) in riscix_some_aout_object_p() 552 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) 299 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in pdp11_aout_write_headers() 387 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME() 416 PUT_WORD (abfd, execp->a_syms, bytes->e_syms); in NAME() 486 if (execp->a_syms) in NAME() 513 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME() 1185 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; in aout_get_external_symbols() 1197 exec_hdr (abfd)->a_syms, in aout_get_external_symbols() 1210 || (bfd_bread (syms, exec_hdr (abfd)->a_syms, abfd) in aout_get_external_symbols() 1211 != exec_hdr (abfd)->a_syms)) in aout_get_external_symbols() [all …]
|
D | libaout.h | 225 bfd_vma a_syms; /* Length of symbol table data in file. */ member 630 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
D | i386os9k.c | 41 execp->a_syms = 0; in os9k_swap_exec_header_in()
|
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 | 42 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() 1307 bfd_size_type amt = exec_hdr (abfd)->a_syms; in aout_get_external_symbols() 1339 && exec_hdr (abfd)->a_syms != 0) in aout_get_external_symbols() 5610 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; in NAME() 5611 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME()
|
D | aout-tic30.c | 642 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in tic30_aout_write_object_contents()
|
/toolchain/binutils/binutils-2.27/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.27/include/ |
D | bout.h | 98 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
|