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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6000.h 261 } _l_l; member in union:external_ldsym::__anon108546
xcoff.h 236 _l_l; member in union:internal_ldsym::__anon108595
  /toolchain/binutils/binutils-2.25/bfd/
coff-rs6000.c     [all...]
coff64-rs6000.c 577 ldsym->_l._l_l._l_zeroes = 0;
578 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
638 dst->_l._l_l._l_zeroes = 0;
639 dst->_l._l_l._l_offset = bfd_get_32 (abfd, src->l_offset);
656 bfd_put_32 (abfd, (bfd_vma) src->_l._l_l._l_offset, dst->l_offset);
    [all...]
xcofflink.c 321 if (ldsym._l._l_l._l_zeroes == 0)
322 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset;
894 if (ldsym._l._l_l._l_zeroes == 0)
895 name = strings + ldsym._l._l_l._l_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1117 unsigned int off = bfd_h_get_32 (abfd, ldsym->_l._l_l._l_offset);
    [all...]

Completed in 165 milliseconds