HomeSort by relevance Sort by last modified time
    Searched defs:ldsym (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1034 struct external_ldsym *ldsym; local
1089 ldsym = (struct external_ldsym *)(ldr_data + sizeof (*lhdr));
1093 for (i = 0; i < ndsyms; i++, ldsym++)
1098 (unsigned)bfd_h_get_32 (abfd, ldsym->l_value),
1099 (unsigned)bfd_h_get_16 (abfd, ldsym->l_scnum));
1100 smtype = bfd_h_get_8 (abfd, ldsym->l_smtype);
1109 (smclas_xlat, (unsigned)bfd_h_get_8 (abfd, ldsym->l_smclas), 6);
1111 (unsigned)bfd_h_get_32 (abfd, ldsym->l_ifile),
1112 (unsigned)bfd_h_get_32 (abfd, ldsym->l_parm));
1113 if (ldsym->_l._l_name[0] != 0
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 218 /* The ldsym structure. This is used to represent a symbol in the
321 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry
408 /* Number of ldsym structures. */
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 180 bfd_byte *ldsym; member in struct:xcoff_final_link_info
207 belong here, but we already have the ldsym manipulation routines
315 struct internal_ldsym ldsym;
317 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym);
321 if (ldsym._l._l_l._l_zeroes == 0)
322 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset;
330 memcpy (c, ldsym._l._l_name, SYMNMLEN);
335 if (ldsym.l_smclas == XMC_XO)
339 ldsym.l_scnum);
340 symbuf->symbol.value = ldsym.l_value - symbuf->symbol.section->vma
314 struct internal_ldsym ldsym; local
877 struct internal_ldsym ldsym; local
2262 struct internal_ldsym ldsym; local
3669 struct internal_ldsym *ldsym; local
4196 struct internal_ldsym *ldsym; local
5183 struct internal_ldsym *ldsym; local
    [all...]

Completed in 134 milliseconds