| /src/external/cddl/osnet/dist/head/ |
| syms.h | 163 union auxent union 210 } x_tv; /* info about .tv section (in auxent of symbol .tv)) */ 216 #define AUXENT union auxent 217 #define AUXESZ 18 /* sizeof(AUXENT) */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffgen.c | 942 a->u.auxent.x_sym.x_tagndx.u32 = 943 a->u.auxent.x_sym.x_tagndx.p->offset; 948 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.u32 = 949 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset; 954 a->u.auxent.x_csect.x_scnlen.u64 = 955 a->u.auxent.x_csect.x_scnlen.p->offset; 966 union internal_auxent *auxent, 976 strncpy (auxent->x_file.x_n.x_fname, str, filnmlen); 984 auxent->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 985 auxent->x_file.x_n.x_n.x_zeroes = 0 [all...] |
| coff-bfd.c | 60 /* Return the COFF auxent for a symbol. */ 85 *pauxent = ent->u.auxent;
|
| coff64-rs6000.c | 2092 union internal_auxent auxent; 2247 memset (&auxent, 0, sizeof (union internal_auxent)); 2256 auxent.x_csect.x_scnlen.u64 = data_buffer_size; 2257 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD; 2258 auxent.x_csect.x_smclas = XMC_RW; 2261 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, 2268 memset (&auxent, 0, sizeof (union internal_auxent)); 2276 auxent.x_csect.x_smtyp = XTY_LD; 2277 auxent.x_csect.x_smclas = XMC_RW; 2280 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0 2091 union internal_auxent auxent; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffgen.c | 942 a->u.auxent.x_sym.x_tagndx.u32 = 943 a->u.auxent.x_sym.x_tagndx.p->offset; 948 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.u32 = 949 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset; 954 a->u.auxent.x_csect.x_scnlen.u64 = 955 a->u.auxent.x_csect.x_scnlen.p->offset; 966 union internal_auxent *auxent, 976 strncpy (auxent->x_file.x_n.x_fname, str, filnmlen); 984 auxent->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 985 auxent->x_file.x_n.x_n.x_zeroes = 0 [all...] |
| coff-bfd.c | 60 /* Return the COFF auxent for a symbol. */ 85 *pauxent = ent->u.auxent;
|
| coff64-rs6000.c | 2092 union internal_auxent auxent; 2247 memset (&auxent, 0, sizeof (union internal_auxent)); 2256 auxent.x_csect.x_scnlen.u64 = data_buffer_size; 2257 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD; 2258 auxent.x_csect.x_smclas = XMC_RW; 2261 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, 2268 memset (&auxent, 0, sizeof (union internal_auxent)); 2276 auxent.x_csect.x_smtyp = XTY_LD; 2277 auxent.x_csect.x_smclas = XMC_RW; 2280 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0 2091 union internal_auxent auxent; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coffgen.c | 940 a->u.auxent.x_sym.x_tagndx.u32 = 941 a->u.auxent.x_sym.x_tagndx.p->offset; 946 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.u32 = 947 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset; 952 a->u.auxent.x_csect.x_scnlen.u64 = 953 a->u.auxent.x_csect.x_scnlen.p->offset; 964 union internal_auxent *auxent, 974 strncpy (auxent->x_file.x_n.x_fname, str, filnmlen); 982 auxent->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 983 auxent->x_file.x_n.x_n.x_zeroes = 0 [all...] |
| coff-bfd.c | 60 /* Return the COFF auxent for a symbol. */ 85 *pauxent = ent->u.auxent;
|
| coff64-rs6000.c | 2092 union internal_auxent auxent; 2247 memset (&auxent, 0, sizeof (union internal_auxent)); 2256 auxent.x_csect.x_scnlen.u64 = data_buffer_size; 2257 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD; 2258 auxent.x_csect.x_smclas = XMC_RW; 2261 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, 2268 memset (&auxent, 0, sizeof (union internal_auxent)); 2276 auxent.x_csect.x_smtyp = XTY_LD; 2277 auxent.x_csect.x_smclas = XMC_RW; 2280 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0 2091 union internal_auxent auxent; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffgen.c | 943 a->u.auxent.x_sym.x_tagndx.u32 = 944 a->u.auxent.x_sym.x_tagndx.p->offset; 949 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.u32 = 950 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset; 955 a->u.auxent.x_csect.x_scnlen.u64 = 956 a->u.auxent.x_csect.x_scnlen.p->offset; 967 union internal_auxent *auxent, 977 strncpy (auxent->x_file.x_n.x_fname, str, filnmlen); 985 auxent->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 986 auxent->x_file.x_n.x_n.x_zeroes = 0 [all...] |
| coff-bfd.c | 60 /* Return the COFF auxent for a symbol. */ 85 *pauxent = ent->u.auxent;
|
| coff64-rs6000.c | 2101 union internal_auxent auxent; 2256 memset (&auxent, 0, sizeof (union internal_auxent)); 2265 auxent.x_csect.x_scnlen.u64 = data_buffer_size; 2266 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD; 2267 auxent.x_csect.x_smclas = XMC_RW; 2270 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, 2277 memset (&auxent, 0, sizeof (union internal_auxent)); 2285 auxent.x_csect.x_smtyp = XTY_LD; 2286 auxent.x_csect.x_smclas = XMC_RW; 2289 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0 2100 union internal_auxent auxent; local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| rdcoff.c | 57 each auxent counts as a symbol). */ 346 union internal_auxent auxent; 369 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent)) 376 psubaux = &auxent; 654 union internal_auxent auxent; 674 /* We only worry about the first auxent, because that is the 680 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent)) 686 paux = &auxent; 729 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize; 772 base = auxent.x_sym.x_misc.x_lnsz.x_lnno - 1 345 union internal_auxent auxent; local 653 union internal_auxent auxent; local [all...] |
| coffgrok.c | 229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; 306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; 377 res->size = aux->u.auxent.x_scn.x_scnlen; 431 unsigned int idx = INDEXOF (aux->u.auxent.x_sym.x_tagndx.p); 447 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; 463 unsigned int idx = INDEXOF (aux->u.auxent.x_sym.x_tagndx.p); 480 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; 502 ? aux->u.auxent.x_sym.x_fcnary.x_ary.x_dimen[dimind]
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rdcoff.c | 57 each auxent counts as a symbol). */ 346 union internal_auxent auxent; 369 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent)) 376 psubaux = &auxent; 654 union internal_auxent auxent; 674 /* We only worry about the first auxent, because that is the 680 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent)) 686 paux = &auxent; 729 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize; 772 base = auxent.x_sym.x_misc.x_lnsz.x_lnno - 1 345 union internal_auxent auxent; local 653 union internal_auxent auxent; local [all...] |
| coffgrok.c | 229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; 306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; 377 res->size = aux->u.auxent.x_scn.x_scnlen; 431 unsigned int idx = INDEXOF (aux->u.auxent.x_sym.x_tagndx.p); 447 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; 463 unsigned int idx = INDEXOF (aux->u.auxent.x_sym.x_tagndx.p); 480 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; 502 ? aux->u.auxent.x_sym.x_fcnary.x_ary.x_dimen[dimind]
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ppc.c | 5224 coffsym->native[1].u.auxent.x_file.x_ftype = XFT_FN; 5228 coffsym->native[2].u.auxent.x_file.x_ftype = XFT_CT; 5233 coffsym->native[3].u.auxent.x_file.x_ftype = XFT_CV; 5238 coffsym->native[4].u.auxent.x_file.x_ftype = XFT_CD; 6127 SA_SET_SYM_FSIZE (sym, csectaux->u.auxent.x_csect.x_scnlen.u64); 6169 a->u.auxent.x_csect.x_scnlen.u64 = 0; 6170 a->u.auxent.x_csect.x_smtyp = (2 << 3) | XTY_SD; 6177 a->u.auxent.x_csect.x_scnlen.u64 6182 a->u.auxent.x_csect.x_scnlen.u64 6187 a->u.auxent.x_csect.x_smty [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ppc.c | 5260 coffsym->native[1].u.auxent.x_file.x_ftype = XFT_FN; 5264 coffsym->native[2].u.auxent.x_file.x_ftype = XFT_CT; 5269 coffsym->native[3].u.auxent.x_file.x_ftype = XFT_CV; 5274 coffsym->native[4].u.auxent.x_file.x_ftype = XFT_CD; 6169 SA_SET_SYM_FSIZE (sym, csectaux->u.auxent.x_csect.x_scnlen.u64); 6211 a->u.auxent.x_csect.x_scnlen.u64 = 0; 6212 a->u.auxent.x_csect.x_smtyp = (2 << 3) | XTY_SD; 6219 a->u.auxent.x_csect.x_scnlen.u64 6224 a->u.auxent.x_csect.x_scnlen.u64 6229 a->u.auxent.x_csect.x_smty [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| simple-object-xcoff.c | 589 union external_auxent *auxent; local 595 auxent = (union external_auxent *) &symtab[i + n_numaux]; 596 aux = (unsigned char *) auxent; 605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD 606 || auxent->u.xcoff64.x_csect.x_smclas != XMC_XO) 620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD 621 || auxent->u.xcoff32.x_csect.x_smclas != XMC_XO)
|