Lines Matching refs:cloc
3375 char * cloc = (char *) location;
3400 cloc += count;
3408 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset,
3413 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4)
3414 bfd_putb32 (bfd_getl32 (cloc), cloc);
3429 memcpy (cloc, buf, end_cnt);
3539 char * cloc = (char *) location;
3545 bfd_vma v = bfd_getl32 (cloc + i);