Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c265 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()
Driscix.c90 #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()
Daout-adobe.c44 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()
Di386dynix.c74 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in i386dynix_32_swap_exec_header_in()
Dpdp11.c118 #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 …]
Dlibaout.h225 bfd_vma a_syms; /* Length of symbol table data in file. */ member
630 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
Di386os9k.c41 execp->a_syms = 0; in os9k_swap_exec_header_in()
Dbout.c87 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()
Di386lynx.c42 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
Daoutx.h386 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()
Daout-tic30.c642 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in tic30_aout_write_object_contents()
/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h46 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member
Ddynix3.h77 #define N_STROFF(x) (N_SYMOFF(x) + (x)->a_syms)
Dhp300hpux.h118 #define N_SUPOFF(x) ( N_SYMOFF(x) + (x)->a_syms )
Dadobe.h98 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
Daout64.h250 #define N_STROFF(x) (N_SYMOFF (x) + (x)->a_syms)
/toolchain/binutils/binutils-2.27/include/
Dbout.h98 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )