/openbsd/gnu/usr.bin/binutils/include/aout/ |
H A D | hp300hpux.h | 33 #define EXTERNAL_NLIST_SIZE 10 macro
|
H A D | adobe.h | 108 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD) macro
|
H A D | aout64.h | 266 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD) macro
|
H A D | ChangeLog | 172 (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
|
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | hp300hpux.h | 33 #define EXTERNAL_NLIST_SIZE 10 macro
|
H A D | adobe.h | 108 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD) macro
|
H A D | aout64.h | 266 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD) macro
|
H A D | ChangeLog | 179 (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | riscix.c | 118 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 543 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; in riscix_some_aout_object_p()
|
H A D | pdp11.c | 115 #define EXTERNAL_NLIST_SIZE 8 macro 290 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in pdp11_aout_write_headers() 522 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; in NAME() 1194 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; in aout_get_external_symbols() 1206 syms = bfd_malloc (count * EXTERNAL_NLIST_SIZE); in aout_get_external_symbols() 1648 if (bfd_bwrite ((void *)&nsp, (bfd_size_type) EXTERNAL_NLIST_SIZE, abfd) in NAME() 1649 != EXTERNAL_NLIST_SIZE) in NAME() 2149 *sizep = EXTERNAL_NLIST_SIZE; in NAME() 2980 amt = EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol() 3924 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; in NAME() [all …]
|
H A D | aoutx.h | 505 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; in NAME() 1277 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; in aout_get_external_symbols() 1289 syms = bfd_malloc (count * EXTERNAL_NLIST_SIZE); in aout_get_external_symbols() 1860 amt = EXTERNAL_NLIST_SIZE; in NAME() 2552 *sizep = EXTERNAL_NLIST_SIZE; in NAME() 3587 amt = EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol() 3593 finfo->symoff += EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol() 5152 outsym_size *= EXTERNAL_NLIST_SIZE; in aout_link_write_symbols() 5521 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; in NAME()
|
H A D | i386lynx.c | 46 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
H A D | libaout.h | 629 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
H A D | sunos.c | 213 / EXTERNAL_NLIST_SIZE); in sunos_read_dynamic_info() 214 BFD_ASSERT (info->dynsym_count * EXTERNAL_NLIST_SIZE in sunos_read_dynamic_info() 275 amt = (bfd_size_type) info->dynsym_count * EXTERNAL_NLIST_SIZE; in sunos_slurp_dynamic_symtab() 2322 (s->contents + h->dynindx * EXTERNAL_NLIST_SIZE)); in sunos_write_dynamic_symbol()
|
H A D | aout-tic30.c | 629 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in tic30_aout_write_object_contents()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | riscix.c | 107 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 571 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
|
H A D | pdp11.c | 114 #define EXTERNAL_NLIST_SIZE 8 macro 436 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; 731 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; 1482 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; 1494 syms = (struct external_nlist *) bfd_malloc (count * EXTERNAL_NLIST_SIZE); 1988 if (bfd_bwrite ((PTR)&nsp, (bfd_size_type) EXTERNAL_NLIST_SIZE, abfd) 1989 != EXTERNAL_NLIST_SIZE) 2547 *sizep = EXTERNAL_NLIST_SIZE; 3697 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; 4279 size *= EXTERNAL_NLIST_SIZE; [all …]
|
H A D | aoutx.h | 531 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; 1329 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; 1342 bfd_malloc (count * EXTERNAL_NLIST_SIZE)); 2011 amt = EXTERNAL_NLIST_SIZE; 2729 *sizep = EXTERNAL_NLIST_SIZE; 4014 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; 4598 outsym_size *= EXTERNAL_NLIST_SIZE; 4719 amt = EXTERNAL_NLIST_SIZE; 4727 finfo->symoff += EXTERNAL_NLIST_SIZE;
|
H A D | i386lynx.c | 46 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
H A D | libaout.h | 615 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
|
H A D | sunos.c | 242 / EXTERNAL_NLIST_SIZE); 243 BFD_ASSERT (info->dynsym_count * EXTERNAL_NLIST_SIZE 306 amt = (bfd_size_type) info->dynsym_count * EXTERNAL_NLIST_SIZE; 2390 (s->contents + h->dynindx * EXTERNAL_NLIST_SIZE));
|
H A D | aout-tic30.c | 646 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | ChangeLog | 2004 EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | ChangeLog | 2056 EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types
|
/openbsd/gnu/gcc/include/ |
H A D | ChangeLog-9103 | 2577 EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types
|