HomeSort by relevance Sort by last modified time
    Searched full:relocations_size (Results 1 - 1 of 1) sorted by null

  /build/tools/lsd/
lsd.c 51 int num_relocations; /* number of relocs (<= relocations_size) */
52 int relocations_size; /* sice of array -- NOT number of relocs! */ member in struct:source_t
210 if (source->num_relocations == source->relocations_size) {
211 source->relocations_size += 5;
214 source->relocations_size *

Completed in 39 milliseconds