HomeSort by relevance Sort by last modified time
    Searched refs:reloc_count (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /external/syslinux/com32/tools/
relocs.c 22 static unsigned long reloc_count, reloc_idx; variable
636 reloc_count++;
669 reloc_count = 0;
671 relocs = malloc(reloc_count * sizeof(relocs[0]));
674 reloc_count);
690 qsort(relocs, reloc_count, sizeof(relocs[0]), cmp_relocs);
704 printf("\t.long %lu\n", reloc_count);
705 for (i = 0; i < reloc_count; i++) {
709 for (i = 0; i < reloc_count; i++) {
723 write32(reloc_count, stdout)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 959 relend = rel + input_section->reloc_count;
    [all...]
oasys.c 397 section->reloc_count = 0;
471 section->reloc_count++;
505 section->reloc_count++;
714 return (asect->reloc_count + 1) * sizeof (arelent *);
742 unsigned int reloc_count = 0; local
749 return section->reloc_count = reloc_count;
963 unsigned int relocs_to_go = s->reloc_count;
966 if (s->reloc_count != 0)
969 qsort (s->orelocation, s->reloc_count, sizeof (arelent **), comp)
    [all...]
xcofflink.c 653 && enclosing->reloc_count > 0)
674 sec->reloc_count * sizeof (struct internal_reloc));
    [all...]
hp300hpux.c 296 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) *
298 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) *
776 asect->reloc_count = count;
837 for (count = 0; count < section->reloc_count; count++)
847 for (count = 0; count++ < section->reloc_count;)
854 return section->reloc_count;
reloc.c 7556 long reloc_count; local
    [all...]
aout-adobe.c 170 sect->reloc_count = execp->a_trsize;
175 sect->reloc_count = execp->a_drsize;
290 exec_hdr (abfd)->a_trsize += sect->reloc_count *
296 exec_hdr (abfd)->a_drsize += sect->reloc_count *
elf64-sparc.c 39 return (sec->reloc_count * 2 + 1) * sizeof (arelent *);
48 /* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of
162 || asect->reloc_count == 0)
173 /* Note that ASECT->RELOC_COUNT tends not to be accurate in this
176 in elf.c does not update the RELOC_COUNT. */
181 asect->reloc_count = NUM_SHDR_ENTRIES (rel_hdr);
185 amt = asect->reloc_count;
298 reloc_count field to zero to inhibit writing them here. Also,
301 if (sec->reloc_count == 0)
308 for (idx = 0; idx < sec->reloc_count; idx++
    [all...]
som.h 76 int reloc_count; member in struct:som_symbol
elf64-mips.c 3878 bfd_size_type reloc_count; local
    [all...]
elf32-moxie.c 212 relend = relocs + input_section->reloc_count;
347 rel_end = relocs + sec->reloc_count;
elfcode.h 874 reloc_count field to zero to inhibit writing them here. Also,
877 if (sec->reloc_count == 0)
880 /* If we have opened an existing file for update, reloc_count may be
890 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
921 /* orelocation has the data, reloc_count has the count... */
926 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize)
1485 bfd_size_type reloc_count; local
    [all...]
versados.c 513 esdid->section->reloc_count = esdid->relocs;
747 return (asect->reloc_count + 1) * sizeof (arelent *);
765 for (count = 0; count < section->reloc_count; count++)
783 for (count = 0; count < section->reloc_count; count++)
787 return section->reloc_count;
coffcode.h 3592 unsigned long reloc_size = 0, reloc_count = 0; local
    [all...]
elf32-ip2k.c 591 irelend = irelbase + sec->reloc_count;
632 irelend = irelbase + stab->reloc_count;
835 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count;
906 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count;
993 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count;
1101 || sec->reloc_count == 0
    [all...]
coff-m68k.c 453 if (datasec->reloc_count == 0)
461 irelend = irel + datasec->reloc_count;
463 amt = (bfd_size_type) datasec->reloc_count * 12;
elf-m10300.c 1067 rel_end = relocs + sec->reloc_count;
    [all...]
elf32-mcore.c 398 Elf_Internal_Rela * relend = relocs + input_section->reloc_count;
406 (long) input_section->reloc_count,
603 rel_end = relocs + sec->reloc_count;
elf32-xtensa.c 834 qsort (internal_relocs, table_section->reloc_count,
842 rel_end = internal_relocs + table_section->reloc_count;
6055 unsigned reloc_count; member in struct:section_cache_struct
6161 unsigned reloc_count; member in struct:ebb_struct
    [all...]
ecoff.c 67 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */
    [all...]
elf32-lm32.c 188 fixup_offset = rofixup->reloc_count * 4;
195 rofixup->reloc_count++;
837 relend = relocs + input_section->reloc_count;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.h 854 size_t reloc_count,
865 // the relocation data. RELOC_COUNT is the number of relocs.
879 size_t reloc_count,
887 // information. RELOC_COUNT is the number of relocs.
900 size_t reloc_count,
918 size_t reloc_count,
    [all...]
incremental-dump.cc 332 info.reloc_count(),
362 sym_info.reloc_count());
368 for (unsigned int j = 0; j < sym_info.reloc_count(); j++)
  /toolchain/binutils/binutils-2.25/binutils/
rescoff.c 401 unsigned int reloc_count;
499 cwi.reloc_count = 0;
537 bfd_set_reloc (abfd, sec, cwi.relocs, cwi.reloc_count);
719 (cwi->reloc_count + 2) * sizeof (arelent *));
720 cwi->relocs[cwi->reloc_count] = r;
721 cwi->relocs[cwi->reloc_count + 1] = NULL;
722 ++cwi->reloc_count;
399 unsigned int reloc_count; member in struct:coff_write_info
  /external/libdrm/intel/
intel_bufmgr_gem.c 210 int reloc_count; member in struct:_drm_intel_bo_gem
446 for (j = 0; j < bo_gem->reloc_count; j++) {
530 bufmgr_gem->exec_objects[index].relocation_count = bo_gem->reloc_count;
578 bufmgr_gem->exec2_objects[index].relocation_count = bo_gem->reloc_count;
    [all...]

Completed in 1292 milliseconds

1 23 4 5 6 7 8