Home | History | Annotate | Download | only in bfd

Lines Matching full:cloc

3393       char * cloc = (char *) location;
3418 cloc += count;
3426 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset,
3431 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4)
3432 bfd_putb32 (bfd_getl32 (cloc), cloc);
3447 memcpy (cloc, buf, end_cnt);
3557 char * cloc = (char *) location;
3563 bfd_vma v = bfd_getl32 (cloc + i);