Home | History | Annotate | Download | only in gold

Lines Matching defs:bytes

326   // .opd entries are 24 bytes long, but they can be spaced 16 bytes
331 // entries are spaced 24 bytes apart, but we don't know the spacing
333 // for an object to have some entries spaced 16 bytes apart and
334 // others 24 bytes apart.)
2491 // bytes before the stub table can be handled by it too.
3805 unsigned int bytes = 4 * 4 + 4 * (ha(off) != 0);
3810 bytes += (4
3817 bytes = (bytes + align - 1) & -align;
3818 return bytes;