Searched refs:entsize (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dmerge.c68 unsigned int entsize; member in struct:sec_merge_hash
148 if (table->entsize == 1)
162 for (i = 0; i < table->entsize; ++i)
165 if (i == table->entsize)
167 for (i = 0; i < table->entsize; ++i)
176 len *= table->entsize;
179 len += table->entsize;
183 for (i = 0; i < table->entsize; ++i)
189 len = table->entsize;
237 sec_merge_init (unsigned int entsize, bfd_boolea argument
[all...]
H A Dhash.c363 unsigned int entsize,
384 table->entsize = entsize;
398 unsigned int entsize)
400 return bfd_hash_table_init_n (table, newfunc, entsize,
359 bfd_hash_table_init_n(struct bfd_hash_table *table, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize, unsigned int size) argument
394 bfd_hash_table_init(struct bfd_hash_table *table, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
H A Delf64-sparc.c62 int entsize; local
78 entsize = rel_hdr->sh_entsize;
79 BFD_ASSERT (entsize == sizeof (Elf64_External_Rela));
81 count = rel_hdr->sh_size / entsize;
84 i++, relent++, native_relocs += entsize)
H A Delf64-mips.c2426 int entsize;
2440 entsize = rel_hdr->sh_entsize;
2441 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel)
2442 || entsize == sizeof (Elf64_Mips_External_Rela));
2444 if (entsize == sizeof (Elf64_Mips_External_Rel))
2451 i++, native_relocs += entsize)
2457 if (entsize == sizeof (Elf64_Mips_External_Rela))
2421 int entsize; local
H A Delfcode.h1364 int entsize;
1378 entsize = rel_hdr->sh_entsize;
1379 BFD_ASSERT (entsize == sizeof (Elf_External_Rel)
1380 || entsize == sizeof (Elf_External_Rela));
1389 i++, relent++, native_relocs += entsize)
1393 if (entsize == sizeof (Elf_External_Rela))
1427 if ((entsize == sizeof (Elf_External_Rela)
1361 int entsize; local
H A Dbfd-in.h432 unsigned int entsize;
426 unsigned int entsize; member in struct:bfd_hash_table
H A Dlinker.c477 unsigned int entsize)
484 return bfd_hash_table_init (&table->table, newfunc, entsize);
911 unsigned int entsize)
913 return bfd_hash_table_init (&table->table, newfunc, entsize);
471 _bfd_link_hash_table_init(struct bfd_link_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
903 archive_hash_table_init(struct archive_hash_table *table, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
H A Delflink.c3704 size_t entsize;
3706 for (entsize = 0, i = 0; i < htab->root.table.size; i++)
3714 entsize += htab->root.table.entsize;
3716 entsize += htab->root.table.entsize;
3722 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3759 memcpy (old_ent, p, htab->root.table.entsize);
3760 old_ent = (char *) old_ent + htab->root.table.entsize;
3764 memcpy (old_ent, h->root.u.i.link, htab->root.table.entsize);
3695 size_t entsize; local
[all...]
H A Dcoff-ppc.c186 unsigned int entsize)
188 return _bfd_coff_link_hash_table_init (&table->root, abfd, newfunc, entsize);
181 ppc_coff_link_hash_table_init(struct ppc_coff_link_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
H A Dcofflink.c98 unsigned int entsize)
101 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
93 _bfd_coff_link_hash_table_init(struct coff_link_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
H A Delf.c835 newsect->entsize = hdr->sh_entsize;
1625 unsigned int entsize)
1638 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
2903 this_hdr->sh_entsize = asect->entsize;
6119 /* Copy private section information. This copies over the entsize
1616 _bfd_elf_link_hash_table_init(struct elf_link_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), unsigned int entsize) argument
H A Dbfd-in2.h439 unsigned int entsize;
1312 Entity size is given in the entsize field. */
1316 strings where entsize specifies character size instead of fixed
1482 unsigned int entsize;
1665 /* entsize, kept_section, moving_line_filepos, */ \
433 unsigned int entsize; member in struct:bfd_hash_table
1475 unsigned int entsize; member in struct:bfd_section
H A Daoutx.h2893 unsigned int entsize)
2895 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldcref.c113 static size_t tabsize, entsize, refsize; variable
224 entsize += cref_table.root.entsize;
232 old_tab = xmalloc (tabsize + entsize + refsize);
240 old_ref = (char *) old_ent + entsize;
254 memcpy (old_ent, p, cref_table.root.entsize);
255 old_ent = (char *) old_ent + cref_table.root.entsize;
281 old_ref = (char *) old_ent + entsize;
296 memcpy (p, old_ent, cref_table.root.entsize);
297 old_ent = (char *) old_ent + cref_table.root.entsize;
[all...]
H A Dldlang.c2102 && output->bfd_section->entsize != section->entsize)))
2111 output->bfd_section->entsize = section->entsize;
/freebsd-10.0-release/usr.bin/elfdump/
H A Delfdump.c668 u_int64_t entsize; local
686 entsize = elf_get_size(e, v, SH_ENTSIZE);
698 fprintf(out, "\tsh_entsize: %jd\n", (intmax_t)entsize);
706 u_int64_t entsize; local
717 entsize = elf_get_size(e, sh, SH_ENTSIZE);
720 len = size / entsize;
723 st = (char *)e + offset + i * entsize;
745 u_int64_t entsize; local
754 entsize = elf_get_size(e, sh, SH_ENTSIZE);
757 for (i = 0; (u_int64_t)i < size / entsize;
805 u_int64_t entsize; local
837 u_int64_t entsize; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c528 int entsize,
686 sec->entsize = entsize;
713 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
884 int entsize; local
915 entsize = 0;
969 entsize = get_absolute_expression ();
971 if (entsize < 0)
975 entsize
525 obj_elf_change_section(const char *name, int type, int attr, int entsize, const char *group_name, int linkonce, int push) argument
[all...]
/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c206 uint64_t entsize; member in struct:elf_section
291 if (sect->entsize != sizeof(sym.sym32))
295 if (sect->entsize != sizeof(sym.sym64))
312 if (fread((char *)&sym, sect->entsize, 1, ef->fd) != 1) {
512 sect->entsize = header.hdr32.sh_entsize;
525 sect->entsize = header.hdr64.sh_entsize;
529 if (sect->entsize > 0)
530 sect->nelems = sect->size / sect->entsize;
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dcgen-dis.c104 int entsize ATTRIBUTE_UNUSED,
H A Dcgen-asm.c70 int entsize ATTRIBUTE_UNUSED,
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c143 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
151 s.dofs_entsize = entsize;
170 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
178 s.dofs_entsize = entsize;
142 dof_add_lsect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
169 dof_add_usect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
/freebsd-10.0-release/contrib/binutils/gas/
H A Dwrite.c1435 && now_seg->entsize)
1437 unsigned int entsize = now_seg->entsize; local
1440 while ((entsize & 1) == 0)
1443 entsize >>= 1;
/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c221 osection->entsize = 0;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c2274 osection->entsize = isection->entsize;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h445 unsigned int entsize;
1318 Entity size is given in the entsize field. */
1322 strings where entsize specifies character size instead of fixed
1488 unsigned int entsize;
1671 /* entsize, kept_section, moving_line_filepos, */ \
439 unsigned int entsize; member in struct:bfd_hash_table
1481 unsigned int entsize; member in struct:bfd_section

Completed in 331 milliseconds

12