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

  /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...]
coff64-rs6000.c 547 struct internal_ldsym *ldsym,
577 ldsym->_l._l_l._l_zeroes = 0;
578 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
629 /* Swap in the ldsym structure. */
648 /* Swap out the ldsym structure. */
    [all...]
coff-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 285 const struct ld_plugin_symbol *ldsym)
291 asym->name = (ldsym->version
292 ? concat (ldsym->name, "@", ldsym->version, (const char *) NULL)
293 : ldsym->name);
295 switch (ldsym->def)
302 if (ldsym->comdat_key)
304 char *name = concat (".gnu.linkonce.t.", ldsym->comdat_key,
335 asym->value = ldsym->size;
358 switch (ldsym->visibility
    [all...]
  /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. */

Completed in 241 milliseconds