Searched refs:entsize (Results 101 - 111 of 111) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libbfd/arch/vax/
H A Dbfd-in3.h387 unsigned int entsize;
1312 Entity size is given in the entsize field. */
1316 strings where entsize specifies character size instead of fixed
1496 unsigned int entsize;
1690 /* entsize, kept_section, moving_line_filepos, */ \
381 unsigned int entsize; member in struct:bfd_hash_table
1489 unsigned int entsize; member in struct:bfd_section
H A Dbfd.h387 unsigned int entsize;
1312 Entity size is given in the entsize field. */
1316 strings where entsize specifies character size instead of fixed
1496 unsigned int entsize;
1690 /* entsize, kept_section, moving_line_filepos, */ \
381 unsigned int entsize; member in struct:bfd_hash_table
1489 unsigned int entsize; member in struct:bfd_section
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libbfd/arch/x86_64/
H A Dbfd-in3.h387 unsigned int entsize;
1312 Entity size is given in the entsize field. */
1316 strings where entsize specifies character size instead of fixed
1496 unsigned int entsize;
1690 /* entsize, kept_section, moving_line_filepos, */ \
381 unsigned int entsize; member in struct:bfd_hash_table
1489 unsigned int entsize; member in struct:bfd_section
H A Dbfd.h387 unsigned int entsize;
1312 Entity size is given in the entsize field. */
1316 strings where entsize specifies character size instead of fixed
1496 unsigned int entsize;
1690 /* entsize, kept_section, moving_line_filepos, */ \
381 unsigned int entsize; member in struct:bfd_hash_table
1489 unsigned int entsize; member in struct:bfd_section
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daoutx.h2920 unsigned int entsize)
2922 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Delf.c867 newsect->entsize = hdr->sh_entsize;
2715 this_hdr->sh_entsize = asect->entsize;
6310 /* Copy private section information. This copies over the entsize
H A Delf64-ppc.c8567 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
8574 got->size += entsize;
8563 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD) local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daoutx.h2920 unsigned int entsize)
2922 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Delf.c867 newsect->entsize = hdr->sh_entsize;
2720 this_hdr->sh_entsize = asect->entsize;
6301 /* Copy private section information. This copies over the entsize
H A Delf64-ppc.c8560 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
8567 got->size += entsize;
8556 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD) local
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c12006 int entsize;
12089 if (difo[i].entsize != subsec->dofs_entsize) {
12643 uint32_t entsize;
12660 if ((entsize = sec->dofs_entsize) == 0) {
12665 if (entsize < sizeof (dof_optdesc_t)) {
12670 for (offs = 0; offs < sec->dofs_size; offs += entsize) {

Completed in 586 milliseconds

12345