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

/freebsd-11-stable/contrib/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
2005 struct internal_ldsym ldsym; local
3028 struct internal_ldsym *ldsym; local
3506 struct internal_ldsym *ldsym; local
4621 struct internal_ldsym *ldsym; local
[all...]
H A Dcoff64-rs6000.c556 _bfd_xcoff64_put_ldsymbol_name (abfd, ldinfo, ldsym, name)
559 struct internal_ldsym *ldsym;
589 ldsym->_l._l_l._l_zeroes = 0;
590 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
645 /* Swap in the ldsym structure. */
667 /* Swap out the ldsym structure. */
H A Dcoff-rs6000.c2654 /* Swap in the ldsym structure. */
2678 /* Swap out the ldsym structure. */
3532 _bfd_xcoff_put_ldsymbol_name (abfd, ldinfo, ldsym, name)
3535 struct internal_ldsym *ldsym;
3542 strncpy (ldsym->_l._l_name, name, SYMNMLEN);
3569 ldsym->_l._l_l._l_zeroes = 0;
3570 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
/freebsd-11-stable/contrib/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. */

Completed in 114 milliseconds