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

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 447 if (sym->_n._n_n._n_zeroes != 0
448 || sym->_n._n_n._n_offset == 0)
458 BFD_ASSERT (sym->_n._n_n._n_offset >= STRING_SIZE_SIZE);
466 if (sym->_n._n_n._n_offset >= obj_coff_strings_len (abfd))
468 return strings + sym->_n._n_n._n_offset;
893 native->u.syment._n._n_n._n_offset =
895 native->u.syment._n._n_n._n_zeroes = 0;
932 native->u.syment._n._n_n._n_offset = (*string_size_p
934 native->u.syment._n._n_n._n_zeroes = 0;
970 native->u.syment._n._n_n._n_offset
    [all...]
coff-mcore.c 437 else if ( sym->_n._n_n._n_zeroes == 0
438 && sym->_n._n_n._n_offset != 0)
439 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
coff64-rs6000.c 321 in->_n._n_n._n_zeroes = 0;
322 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e_offset);
336 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e_offset);
538 sym->_n._n_n._n_zeroes = 0;
539 sym->_n._n_n._n_offset = STRING_SIZE_SIZE + indx;
    [all...]
cofflink.c 294 if (sym._n._n_n._n_zeroes != 0
295 || sym._n._n_n._n_offset == 0)
918 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
    [all...]
coffswap.h 312 in->_n._n_n._n_zeroes = 0;
313 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
350 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset);
xcofflink.c     [all...]
coff-rs6000.c 447 in->_n._n_n._n_zeroes = 0;
448 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
471 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset);
    [all...]
coff-ppc.c 715 #define n_zeroes _n._n_n._n_zeroes
716 #define n_offset _n._n_n._n_offset */
    [all...]
coffcode.h     [all...]
coff-sh.c     [all...]
peicode.h 572 ent->u.syment._n._n_n._n_offset = (bfd_hostptr_t) sym;
    [all...]
peXXigen.c 116 in->_n._n_n._n_zeroes = 0;
117 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
243 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset);
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 482 } _n_n; member in union:internal_syment::__anon115966
494 #define n_zeroes _n._n_n._n_zeroes
495 #define n_offset _n._n_n._n_offset

Completed in 192 milliseconds