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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dmerge.c67 unsigned int entsize; member in struct:sec_merge_hash
147 if (table->entsize == 1)
161 for (i = 0; i < table->entsize; ++i)
164 if (i == table->entsize)
166 for (i = 0; i < table->entsize; ++i)
175 len *= table->entsize;
178 len += table->entsize;
182 for (i = 0; i < table->entsize; ++i)
188 len = table->entsize;
236 sec_merge_init (unsigned int entsize, bfd_boolea argument
[all...]
H A Delf64-mips.c2022 int entsize;
2036 entsize = rel_hdr->sh_entsize;
2037 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel)
2038 || entsize == sizeof (Elf64_Mips_External_Rela));
2040 if (entsize == sizeof (Elf64_Mips_External_Rel))
2047 i++, native_relocs += entsize)
2053 if (entsize == sizeof (Elf64_Mips_External_Rela))
2017 int entsize; local
H A Delfcode.h1237 int entsize;
1251 entsize = rel_hdr->sh_entsize;
1252 BFD_ASSERT (entsize == sizeof (Elf_External_Rel)
1253 || entsize == sizeof (Elf_External_Rela));
1262 i++, relent++, native_relocs += entsize)
1266 if (entsize == sizeof (Elf_External_Rela))
1305 if ((entsize == sizeof (Elf_External_Rela)
1234 int entsize; local
H A Delf64-sparc.c366 int entsize;
382 entsize = rel_hdr->sh_entsize;
383 BFD_ASSERT (entsize == sizeof (Elf64_External_Rela));
385 count = rel_hdr->sh_size / entsize;
388 i++, relent++, native_relocs += entsize)
364 int entsize; local
H A Dbfd-in2.h1235 Entity size is given in the entsize field. */
1239 strings where entsize specifies character size instead of fixed
1376 unsigned int entsize;
1369 unsigned int entsize; member in struct:bfd_section
H A Delf.c743 newsect->entsize = hdr->sh_entsize;
2584 this_hdr->sh_entsize = asect->entsize;
5459 /* Copy private section information. This copies over the entsize
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen-dis.c104 int entsize ATTRIBUTE_UNUSED,
H A Dcgen-asm.c69 int entsize ATTRIBUTE_UNUSED,
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c221 osection->entsize = 0;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1235 Entity size is given in the entsize field. */
1239 strings where entsize specifies character size instead of fixed
1376 unsigned int entsize;
1369 unsigned int entsize; member in struct:bfd_section
H A Dbfd.h1235 Entity size is given in the entsize field. */
1239 strings where entsize specifies character size instead of fixed
1376 unsigned int entsize;
1369 unsigned int entsize; member in struct:bfd_section
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1233 Entity size is given in the entsize field. */
1237 strings where entsize specifies character size instead of fixed
1374 unsigned int entsize;
1367 unsigned int entsize; member in struct:bfd_section
H A Dbfd.h1233 Entity size is given in the entsize field. */
1237 strings where entsize specifies character size instead of fixed
1374 unsigned int entsize;
1367 unsigned int entsize; member in struct:bfd_section

Completed in 362 milliseconds