Searched refs:ldsym (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c180 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
314 struct internal_ldsym ldsym; local
786 xcoff_dynamic_definition_p(struct xcoff_link_hash_entry *h, struct internal_ldsym *ldsym) argument
877 struct internal_ldsym ldsym; local
2271 struct internal_ldsym ldsym; local
3675 struct internal_ldsym *ldsym; local
4205 struct internal_ldsym *ldsym; local
5192 struct internal_ldsym *ldsym; local
[all...]
H A Dcoff64-rs6000.c545 struct internal_ldsym *ldsym,
575 ldsym->_l._l_l._l_zeroes = 0;
576 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
627 /* Swap in the ldsym structure. */
646 /* Swap out the ldsym structure. */
543 _bfd_xcoff64_put_ldsymbol_name(bfd *abfd ATTRIBUTE_UNUSED, struct xcoff_loader_info *ldinfo, struct internal_ldsym *ldsym, const char *name) argument
H A Dcoff-rs6000.c2618 /* Swap in the ldsym structure. */
2639 /* Swap out the ldsym structure. */
3487 struct internal_ldsym *ldsym,
3494 strncpy (ldsym->_l._l_name, name, SYMNMLEN);
3521 ldsym->_l._l_l._l_zeroes = 0;
3522 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
3479 _bfd_xcoff_put_ldsymbol_name(bfd *abfd ATTRIBUTE_UNUSED, struct xcoff_loader_info *ldinfo, struct internal_ldsym *ldsym, const char *name) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c97 bfd_byte *ldsym; member in struct:xcoff_final_link_info
124 belong here, but we already have the ldsym manipulation routines
232 struct internal_ldsym ldsym;
234 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym);
238 if (ldsym._l._l_l._l_zeroes == 0)
239 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset;
247 memcpy (c, ldsym._l._l_name, SYMNMLEN);
252 if (ldsym.l_smclas == XMC_XO)
256 ldsym.l_scnum);
257 symbuf->symbol.value = ldsym
231 struct internal_ldsym ldsym; local
610 struct internal_ldsym ldsym; local
2004 struct internal_ldsym ldsym; local
3027 struct internal_ldsym *ldsym; local
3505 struct internal_ldsym *ldsym; local
4620 struct internal_ldsym *ldsym; local
[all...]
H A Dcoff64-rs6000.c555 _bfd_xcoff64_put_ldsymbol_name (abfd, ldinfo, ldsym, name)
558 struct internal_ldsym *ldsym;
588 ldsym->_l._l_l._l_zeroes = 0;
589 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
644 /* Swap in the ldsym structure. */
666 /* Swap out the ldsym structure. */
H A Dcoff-rs6000.c2641 /* Swap in the ldsym structure. */
2665 /* Swap out the ldsym structure. */
3519 _bfd_xcoff_put_ldsymbol_name (abfd, ldinfo, ldsym, name)
3522 struct internal_ldsym *ldsym;
3529 strncpy (ldsym->_l._l_name, name, SYMNMLEN);
3556 ldsym->_l._l_l._l_zeroes = 0;
3557 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
/haiku-buildtools/binutils/ld/
H A Dplugin.c355 const struct ld_plugin_symbol *ldsym)
361 asym->name = (ldsym->version
362 ? concat (ldsym->name, "@", ldsym->version, (const char *) NULL)
363 : ldsym->name);
365 switch (ldsym->def)
372 if (ldsym->comdat_key)
374 char *name = concat (".gnu.linkonce.t.", ldsym->comdat_key,
405 asym->value = ldsym->size;
428 switch (ldsym
354 asymbol_from_plugin_symbol(bfd *abfd, asymbol *asym, const struct ld_plugin_symbol *ldsym) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1034 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
[all...]
/haiku-buildtools/legacy/binutils/include/coff/
H A Dxcoff.h167 /* The ldsym structure. This is used to represent a symbol in the
268 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry
405 /* Number of ldsym structures. */
/haiku-buildtools/binutils/include/coff/
H A Dxcoff.h218 /* 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 217 milliseconds