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

  /external/elfutils/libelf/
elf32_updatefile.c 480 size_t fill_len = MIN (len, FILLBUFSIZE); local
482 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
485 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
486 *filledp = filled = fill_len;
  /toolchain/binutils/binutils-2.25/gold/
output.cc 2471 off_t fill_len = aligned_offset_in_section - offset_in_section; local
3690 size_t fill_len = aligned_off - off; local
3779 size_t fill_len = aligned_off - off; local
    [all...]

Completed in 50 milliseconds