| /src/external/gpl3/binutils/dist/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...] |
| /src/external/gpl3/binutils.old/dist/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...] |
| /src/external/gpl3/binutils/dist/include/coff/ |
| xcoff.h | 239 /* The ldsym structure. This is used to represent a symbol in the 342 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry 432 /* Number of ldsym structures. */
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| xcoff.h | 239 /* The ldsym structure. This is used to represent a symbol in the 342 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry 432 /* Number of ldsym structures. */
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| xcoff.h | 239 /* The ldsym structure. This is used to represent a symbol in the 342 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry 432 /* Number of ldsym structures. */
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| xcoff.h | 239 /* The ldsym structure. This is used to represent a symbol in the 342 struct internal_ldsym *ldsym; member in struct:xcoff_link_hash_entry 432 /* Number of ldsym structures. */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xcofflink.c | 181 bfd_byte *ldsym; member in struct:xcoff_final_link_info 215 belong here, but we already have the ldsym manipulation routines 365 struct internal_ldsym ldsym; 367 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym); 371 if (ldsym._l._l_l._l_zeroes != 0) 378 memcpy (c, ldsym._l._l_name, SYMNMLEN); 382 else if (ldsym._l._l_l._l_offset < ldhdr.l_stlen) 383 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset; 387 if (ldsym.l_smclas == XMC_XO) 391 ldsym.l_scnum) 364 struct internal_ldsym ldsym; local 967 struct internal_ldsym ldsym; local 2425 struct internal_ldsym ldsym; local 3878 struct internal_ldsym *ldsym; local 5262 struct internal_ldsym *ldsym; local 6304 struct internal_ldsym *ldsym; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xcofflink.c | 181 bfd_byte *ldsym; member in struct:xcoff_final_link_info 215 belong here, but we already have the ldsym manipulation routines 365 struct internal_ldsym ldsym; 367 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym); 371 if (ldsym._l._l_l._l_zeroes != 0) 378 memcpy (c, ldsym._l._l_name, SYMNMLEN); 382 else if (ldsym._l._l_l._l_offset < ldhdr.l_stlen) 383 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset; 387 if (ldsym.l_smclas == XMC_XO) 391 ldsym.l_scnum) 364 struct internal_ldsym ldsym; local 967 struct internal_ldsym ldsym; local 2425 struct internal_ldsym ldsym; local 3878 struct internal_ldsym *ldsym; local 5262 struct internal_ldsym *ldsym; local 6304 struct internal_ldsym *ldsym; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| xcofflink.c | 181 bfd_byte *ldsym; member in struct:xcoff_final_link_info 215 belong here, but we already have the ldsym manipulation routines 320 struct internal_ldsym ldsym; 322 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym); 326 if (ldsym._l._l_l._l_zeroes == 0) 327 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset; 335 memcpy (c, ldsym._l._l_name, SYMNMLEN); 340 if (ldsym.l_smclas == XMC_XO) 344 ldsym.l_scnum); 345 symbuf->symbol.value = ldsym.l_value - symbuf->symbol.section->vma 319 struct internal_ldsym ldsym; local 926 struct internal_ldsym ldsym; local 2384 struct internal_ldsym ldsym; local 3835 struct internal_ldsym *ldsym; local 5215 struct internal_ldsym *ldsym; local 6257 struct internal_ldsym *ldsym; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xcofflink.c | 181 bfd_byte *ldsym; member in struct:xcoff_final_link_info 215 belong here, but we already have the ldsym manipulation routines 320 struct internal_ldsym ldsym; 322 bfd_xcoff_swap_ldsym_in (abfd, elsym, &ldsym); 326 if (ldsym._l._l_l._l_zeroes == 0) 327 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset; 335 memcpy (c, ldsym._l._l_name, SYMNMLEN); 340 if (ldsym.l_smclas == XMC_XO) 344 ldsym.l_scnum); 345 symbuf->symbol.value = ldsym.l_value - symbuf->symbol.section->vma 319 struct internal_ldsym ldsym; local 934 struct internal_ldsym ldsym; local 2392 struct internal_ldsym ldsym; local 3843 struct internal_ldsym *ldsym; local 5223 struct internal_ldsym *ldsym; local 6265 struct internal_ldsym *ldsym; local [all...] |