Home
last modified time | relevance | path

Searched refs:EXTERNAL_NLIST_SIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/aout/
Daout64.h266 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD) macro
DChangeLog179 (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
/freebsd-9-stable/contrib/binutils/bfd/
Daoutx.h528 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE; in NAME()
1295 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE; in aout_get_external_symbols()
1307 syms = bfd_malloc (count * EXTERNAL_NLIST_SIZE); in aout_get_external_symbols()
1878 amt = EXTERNAL_NLIST_SIZE; in NAME()
2573 *sizep = EXTERNAL_NLIST_SIZE; in NAME()
3609 amt = EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol()
3615 finfo->symoff += EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol()
5174 outsym_size *= EXTERNAL_NLIST_SIZE; in aout_link_write_symbols()
5543 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE; in NAME()
Dlibaout.h632 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
Dsunos.c213 / 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()
2307 (s->contents + h->dynindx * EXTERNAL_NLIST_SIZE)); in sunos_write_dynamic_symbol()
DChangeLog-91936876 EXTERNAL_NLIST_SIZE. Callers changed.
/freebsd-9-stable/contrib/gcclibs/include/
DChangeLog-91032577 EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types