HomeSort by: relevance | last modified time | path
    Searched refs:entsize (Results 1 - 25 of 257) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/binutils/dist/bfd/
merge.c 81 unsigned int entsize; member in struct:sec_merge_hash
364 if (table->entsize == 1)
371 for (i = 0; i < table->entsize; ++i)
374 if (i == table->entsize)
376 s += table->entsize;
379 len *= table->entsize;
380 len += table->entsize;
384 len = table->entsize;
441 sec_merge_init (unsigned int entsize, bool strings)
458 table->entsize = entsize
    [all...]
hash.c 337 . unsigned int entsize;
417 unsigned int {*entsize*}, unsigned int {*size*});
428 unsigned int entsize,
457 table->entsize = entsize;
473 unsigned int {*entsize*});
484 unsigned int entsize)
486 return bfd_hash_table_init_n (table, newfunc, entsize,
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 81 unsigned int entsize; member in struct:sec_merge_hash
366 if (table->entsize == 1)
373 for (i = 0; i < table->entsize; ++i)
376 if (i == table->entsize)
378 s += table->entsize;
381 len *= table->entsize;
382 len += table->entsize;
386 len = table->entsize;
443 sec_merge_init (unsigned int entsize, bool strings)
460 table->entsize = entsize
    [all...]
hash.c 337 . unsigned int entsize;
417 unsigned int {*entsize*}, unsigned int {*size*});
428 unsigned int entsize,
457 table->entsize = entsize;
473 unsigned int {*entsize*});
484 unsigned int entsize)
486 return bfd_hash_table_init_n (table, newfunc, entsize,
  /src/external/gpl3/gdb/dist/bfd/
merge.c 81 unsigned int entsize; member in struct:sec_merge_hash
366 if (table->entsize == 1)
373 for (i = 0; i < table->entsize; ++i)
376 if (i == table->entsize)
378 s += table->entsize;
381 len *= table->entsize;
382 len += table->entsize;
386 len = table->entsize;
443 sec_merge_init (unsigned int entsize, bool strings)
460 table->entsize = entsize
    [all...]
hash.c 337 . unsigned int entsize;
417 unsigned int {*entsize*}, unsigned int {*size*});
428 unsigned int entsize,
457 table->entsize = entsize;
473 unsigned int {*entsize*});
484 unsigned int entsize)
486 return bfd_hash_table_init_n (table, newfunc, entsize,
  /src/external/gpl3/gdb.old/dist/bfd/
merge.c 83 unsigned int entsize; member in struct:sec_merge_hash
344 if (table->entsize == 1)
351 for (i = 0; i < table->entsize; ++i)
354 if (i == table->entsize)
356 s += table->entsize;
359 len *= table->entsize;
360 len += table->entsize;
364 len = table->entsize;
423 sec_merge_init (unsigned int entsize, bool strings)
441 table->entsize = entsize
    [all...]
hash.c 337 . unsigned int entsize;
417 unsigned int {*entsize*}, unsigned int {*size*});
428 unsigned int entsize,
457 table->entsize = entsize;
473 unsigned int {*entsize*});
484 unsigned int entsize)
486 return bfd_hash_table_init_n (table, newfunc, entsize,
  /src/external/gpl3/binutils/dist/ld/
ldcref.c 117 static size_t tabsize, entsize, refsize; variable
228 entsize += cref_table.root.entsize;
236 old_tab = xmalloc (tabsize + entsize + refsize);
244 old_ref = (char *) old_ent + entsize;
258 memcpy (old_ent, p, cref_table.root.entsize);
259 old_ent = (char *) old_ent + cref_table.root.entsize;
285 old_ref = (char *) old_ent + entsize;
300 memcpy (p, old_ent, cref_table.root.entsize);
301 old_ent = (char *) old_ent + cref_table.root.entsize;
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 117 static size_t tabsize, entsize, refsize; variable
228 entsize += cref_table.root.entsize;
236 old_tab = xmalloc (tabsize + entsize + refsize);
244 old_ref = (char *) old_ent + entsize;
258 memcpy (old_ent, p, cref_table.root.entsize);
259 old_ent = (char *) old_ent + cref_table.root.entsize;
285 old_ref = (char *) old_ent + entsize;
300 memcpy (p, old_ent, cref_table.root.entsize);
301 old_ent = (char *) old_ent + cref_table.root.entsize;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 579 int entsize,
798 if (entsize != 0)
799 sec->entsize = entsize;
853 if (entsize != 0
854 && old_sec->entsize != (unsigned) entsize)
868 int entsize,
872 change_section (name, type, attr, entsize, match_p, linkonce, false, 0);
1196 int entsize; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gart.c 273 const unsigned entsize = local
277 gpu_pgstart*entsize, gpu_npages*entsize,
289 const unsigned entsize = local
293 gpu_pgstart*entsize, gpu_npages*entsize,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_gart.c 294 const unsigned entsize = local
298 gpu_pgstart*entsize, gpu_npages*entsize,
309 const unsigned entsize = local
313 gpu_pgstart*entsize, gpu_npages*entsize,
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 575 int entsize,
796 sec->entsize = entsize;
851 && old_sec->entsize != (unsigned) entsize)
865 int entsize,
869 change_section (name, type, attr, entsize, match_p, linkonce, false, 0);
1183 int entsize; local
1228 entsize = 0;
1331 entsize = 1
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cgen-dis.c 95 ENTSIZE is sizeof (CGEN_IBASE) for the target.
108 int entsize ATTRIBUTE_UNUSED,
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-dis.c 95 ENTSIZE is sizeof (CGEN_IBASE) for the target.
108 int entsize ATTRIBUTE_UNUSED,
  /src/external/gpl3/gdb/dist/opcodes/
cgen-dis.c 95 ENTSIZE is sizeof (CGEN_IBASE) for the target.
108 int entsize ATTRIBUTE_UNUSED,
  /src/external/gpl3/gdb.old/dist/opcodes/
cgen-dis.c 95 ENTSIZE is sizeof (CGEN_IBASE) for the target.
108 int entsize ATTRIBUTE_UNUSED,
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 1228 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1247 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1404 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1442 for (ent = buf; ent < buf + length; ent += entsize)
1462 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
1480 for (ent = buf; ent < buf + length; ent += entsize)
1502 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 1228 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1247 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1404 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1442 for (ent = buf; ent < buf + length; ent += entsize)
1462 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
1480 for (ent = buf; ent < buf + length; ent += entsize)
1502 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 1228 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1247 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1404 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1442 for (ent = buf; ent < buf + length; ent += entsize)
1462 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
1480 for (ent = buf; ent < buf + length; ent += entsize)
1502 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 1228 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1247 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1404 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1442 for (ent = buf; ent < buf + length; ent += entsize)
1462 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
1480 for (ent = buf; ent < buf + length; ent += entsize)
1502 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 1228 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1247 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1404 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1442 for (ent = buf; ent < buf + length; ent += entsize)
1462 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
1480 for (ent = buf; ent < buf + length; ent += entsize)
1502 = (unsigned char *) (shndx_table + (ent - buf) / entsize);
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 1225 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, local
1244 for (ent = buf + entsize; ent < buf + length; ent += entsize)
1373 unsigned entsize = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, local
1401 for (ent = buf; ent < buf + length; ent += entsize)
1420 ((unsigned char *)(shndx_table + (ent - buf) / entsize));
1436 for (ent = buf; ent < buf + length; ent += entsize)
1457 ((unsigned char *)(shndx_table + (ent - buf) / entsize));
  /src/usr.sbin/dumplfs/
dumplfs.c 508 int cnt, max, entsize; local
511 entsize = sizeof(IFILE64);
513 entsize = sizeof(IFILE32);
515 entsize = sizeof(IFILE_V1);
518 for (ip = pp, cnt = i; cnt < max; cnt++, ip += entsize)

Completed in 90 milliseconds

1 2 3 4 5 6 7 8 91011