HomeSort by relevance Sort by last modified time
    Searched refs:nrefs (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
derelocate.c 76 size_t nrefs = 0; local
83 nrefs = -1;
121 nrefs = -1;
132 ++nrefs;
158 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs]));
162 struct secref **sortrefs = malloc (nrefs * sizeof sortrefs[0]);
166 for (size_t i = nrefs; i-- > 0; refs = refs->next)
170 qsort (sortrefs, nrefs, sizeof sortrefs[0], &compare_secrefs);
172 mod->reloc_info->count = nrefs;
173 for (size_t i = 0; i < nrefs; ++i
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 74 int nrefs; /* Number of imported symbols (valid end of pass1). */ member in struct:versados_data_struct
305 s = versados_new_symbol (abfd, snum + VDATA (abfd)->nrefs, n,
463 VDATA (abfd)->nrefs = 0;
492 VDATA (abfd)->nrefs = VDATA (abfd)->ref_idx;
497 abfd->symcount = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs;
540 for (j = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs, i = 0; i < 16; i++)

Completed in 1064 milliseconds