Searched refs:EXTERNAL_NLIST_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h268 #define EXTERNAL_NLIST_SIZE (BYTES_IN_WORD+4+BYTES_IN_WORD)
266 #define EXTERNAL_NLIST_SIZE macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h528 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
1296 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1308 syms = bfd_malloc (count * EXTERNAL_NLIST_SIZE);
1882 amt = EXTERNAL_NLIST_SIZE;
2580 *sizep = EXTERNAL_NLIST_SIZE;
3618 amt = EXTERNAL_NLIST_SIZE;
3624 finfo->symoff += EXTERNAL_NLIST_SIZE;
5183 outsym_size *= EXTERNAL_NLIST_SIZE;
5552 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
H A Dlibaout.h634 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
H A Dsunos.c213 / EXTERNAL_NLIST_SIZE);
214 BFD_ASSERT (info->dynsym_count * EXTERNAL_NLIST_SIZE
275 amt = (bfd_size_type) info->dynsym_count * EXTERNAL_NLIST_SIZE;
2308 (s->contents + h->dynindx * EXTERNAL_NLIST_SIZE));

Completed in 105 milliseconds