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

  /external/elfutils/src/
elflint.c 2134 uint64_t used_buf = (4ULL + bitmask_words + nbuckets) * sizeof (Elf32_Word); local
2417 uint64_t used_buf = ((4ULL + gnu_hasharr[2] * bitmap_factor + gnu_nbucket) local
    [all...]
strip.c 1572 uint64_t used_buf = ((2ULL + nchain + nbucket) local
    [all...]
readelf.c 3101 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); local
3229 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); local
    [all...]

Completed in 845 milliseconds