Home | History | Annotate | Download | only in gold

Lines Matching defs:entsize

436                   uint64_t entsize =
474 switch(entsize)
509 // Use the entsize to determine the length to copy.
510 uint64_t bufsize = entsize;
511 // If entsize is too big, copy all the remaining bytes.
512 if ((offset + entsize) > secn_len)