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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dmerge.c70 unsigned int entsize; member in struct:sec_merge_hash
151 if (table->entsize == 1)
165 for (i = 0; i < table->entsize; ++i)
168 if (i == table->entsize)
170 for (i = 0; i < table->entsize; ++i)
179 len *= table->entsize;
182 len += table->entsize;
186 for (i = 0; i < table->entsize; ++i)
192 len = table->entsize;
235 sec_merge_init (unsigned int entsize, bfd_boolea argument
[all...]
H A Dhash.c364 unsigned int entsize,
386 table->entsize = entsize;
400 unsigned int entsize)
402 return bfd_hash_table_init_n (table, newfunc, entsize,
360 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
396 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.c63 int entsize; local
79 entsize = rel_hdr->sh_entsize;
80 BFD_ASSERT (entsize == sizeof (Elf64_External_Rela));
82 count = rel_hdr->sh_size / entsize;
85 i++, relent++, native_relocs += entsize)
H A Delf64-mips.c2553 int entsize;
2567 entsize = rel_hdr->sh_entsize;
2568 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel)
2569 || entsize == sizeof (Elf64_Mips_External_Rela));
2571 if (entsize == sizeof (Elf64_Mips_External_Rel))
2578 i++, native_relocs += entsize)
2584 if (entsize == sizeof (Elf64_Mips_External_Rela))
2547 int entsize; local
H A Delfcode.h1445 int entsize;
1459 entsize = rel_hdr->sh_entsize;
1460 BFD_ASSERT (entsize == sizeof (Elf_External_Rel)
1461 || entsize == sizeof (Elf_External_Rela));
1470 i++, relent++, native_relocs += entsize)
1474 if (entsize == sizeof (Elf_External_Rela))
1508 if ((entsize == sizeof (Elf_External_Rela)
1442 int entsize; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dmerge.c70 unsigned int entsize; member in struct:sec_merge_hash
151 if (table->entsize == 1)
165 for (i = 0; i < table->entsize; ++i)
168 if (i == table->entsize)
170 for (i = 0; i < table->entsize; ++i)
179 len *= table->entsize;
182 len += table->entsize;
186 for (i = 0; i < table->entsize; ++i)
192 len = table->entsize;
235 sec_merge_init (unsigned int entsize, bfd_boolea argument
[all...]
H A Dhash.c364 unsigned int entsize,
386 table->entsize = entsize;
400 unsigned int entsize)
402 return bfd_hash_table_init_n (table, newfunc, entsize,
360 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
396 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.c63 int entsize; local
79 entsize = rel_hdr->sh_entsize;
80 BFD_ASSERT (entsize == sizeof (Elf64_External_Rela));
82 count = rel_hdr->sh_size / entsize;
85 i++, relent++, native_relocs += entsize)
H A Delf64-mips.c2551 int entsize;
2565 entsize = rel_hdr->sh_entsize;
2566 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel)
2567 || entsize == sizeof (Elf64_Mips_External_Rela));
2569 if (entsize == sizeof (Elf64_Mips_External_Rel))
2576 i++, native_relocs += entsize)
2582 if (entsize == sizeof (Elf64_Mips_External_Rela))
2545 int entsize; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dmerge.cc336 section_size_type entsize =
337 convert_to_section_size_type(this->pomd_->entsize());
343 for (section_size_type i = 0; i < entsize; ++i)
353 for (section_size_type i = 0; i < entsize; ++i)
370 return memcmp(p1, p2, this->pomd_->entsize()) == 0;
378 section_size_type entsize = convert_to_section_size_type(this->entsize());
381 section_size_type addsize = std::max(entsize, addralign);
393 memcpy(this->p_ + this->len_, p, entsize);
394 if (addsize > entsize)
[all...]
H A Dmerge.h218 Output_merge_base(uint64_t entsize, uint64_t addralign) argument
219 : Output_section_data(addralign), merge_map_(), entsize_(entsize),
226 entsize() const function in class:gold::Output_merge_base
340 Output_merge_data(uint64_t entsize, uint64_t addralign) argument
341 : Output_merge_base(entsize, addralign), p_(NULL), len_(0), alc_(0),
H A Dbinary.cc319 unsigned int entsize,
333 oshdr.put_sh_entsize(entsize);
309 write_section_header( const char* name, const Stringpool* shstrtab, elfcpp::SHT type, unsigned int flags, section_size_type offset, section_size_type section_size, unsigned int link, unsigned int info, unsigned int addralign, unsigned int entsize, unsigned char** ppout) argument
H A Dicf.cc388 uint64_t entsize = local
448 switch(entsize)
483 // Use the entsize to determine the length.
486 entsize); local
H A Doutput.h2340 Merge_section_properties(bool is_string, uint64_t entsize, argument
2342 : is_string_(is_string), entsize_(entsize), addralign_(addralign)
2571 // Return the entsize field.
2573 entsize() const function in class:gold::Output_section
2576 // Set the entsize field.
2979 Input_section(Output_section_data* posd, bool is_string, uint64_t entsize) argument
2986 this->u1_.entsize = entsize;
3055 is_merge_section(bool is_string, uint64_t entsize, argument
3061 && this->u1_.entsize
3222 uint64_t entsize; member in union:gold::Output_section::Input_section::__anon3305
[all...]
H A Doutput.cc2072 uint64_t entsize = shdr.get_sh_entsize(); local
2079 entsize = 1;
2083 this->set_entsize(entsize);
2099 if (this->add_merge_input_section(object, shndx, sh_flags, entsize,
2263 bool is_string, uint64_t entsize)
2265 Input_section inp(posd, is_string, entsize);
2273 uint64_t flags, uint64_t entsize,
2281 if (is_string && addralign > entsize)
2292 Merge_section_properties msp(is_string, entsize, addralign);
2298 && pomb->entsize()
2262 add_output_merge_section(Output_section_data* posd, bool is_string, uint64_t entsize) argument
2272 add_merge_input_section(Relobj* object, unsigned int shndx, uint64_t flags, uint64_t entsize, uint64_t addralign, bool keeps_input_sections) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20020404-1.c24 unsigned int entsize; member in struct:asection_struct
59 osection->entsize = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20020404-1.c24 unsigned int entsize; member in struct:asection_struct
59 osection->entsize = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldcref.c115 static size_t tabsize, entsize, refsize; variable
226 entsize += cref_table.root.entsize;
234 old_tab = xmalloc (tabsize + entsize + refsize);
242 old_ref = (char *) old_ent + entsize;
256 memcpy (old_ent, p, cref_table.root.entsize);
257 old_ent = (char *) old_ent + cref_table.root.entsize;
283 old_ref = (char *) old_ent + entsize;
298 memcpy (p, old_ent, cref_table.root.entsize);
299 old_ent = (char *) old_ent + cref_table.root.entsize;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c545 int entsize,
706 sec->entsize = entsize;
733 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
922 int entsize; local
954 entsize = 0;
1026 entsize = get_absolute_expression ();
1028 if (entsize < 0)
1032 entsize
542 obj_elf_change_section(const char *name, int type, bfd_vma attr, int entsize, const char *group_name, int linkonce, int push) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcgen-dis.c103 int entsize ATTRIBUTE_UNUSED,
H A Dcgen-asm.c70 int entsize ATTRIBUTE_UNUSED,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcgen-dis.c103 int entsize ATTRIBUTE_UNUSED,
H A Dcgen-asm.c70 int entsize ATTRIBUTE_UNUSED,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dof.c145 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
153 s.dofs_entsize = entsize;
172 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
180 s.dofs_entsize = entsize;
144 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
171 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
/netbsd-6-1-5-RELEASE/usr.sbin/dumplfs/
H A Ddumplfs.c410 int cnt, max, entsize; local
413 entsize = sizeof(IFILE_V1);
415 entsize = sizeof(IFILE);
418 for (ip = pp, cnt = i; cnt < max; cnt++, ip += entsize)

Completed in 277 milliseconds

12345