| /src/external/bsd/flex/dist/src/ |
| scanopt.c | 669 struct _aux *auxp; 762 auxp = s->aux + opt_offset; 765 if (auxp->flags & ARG_NONE) { 779 if (auxp->flags & ARG_REQ) { 796 if (auxp->flags & ARG_OPT) { 665 struct _aux *auxp; local
|
| /src/libexec/ld.elf_so/ |
| rtld.c | 484 const AuxInfo *auxp; local 542 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) { 543 switch (auxp->a_type) { 545 pAUX_base = auxp; 548 pAUX_entry = auxp; 551 pAUX_execfd = auxp; 554 pAUX_phdr = auxp; 557 pAUX_phent = auxp; [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cofflink.c | 2010 union internal_auxent *auxp; 2013 auxp = h->aux + i; 2018 auxp = &aux; 2025 if (auxp->x_file.x_n.x_n.x_zeroes == 0 2026 && auxp->x_file.x_n.x_n.x_offset != 0) 2031 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset 2039 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd)) 2042 filename = strings + auxp->x_file.x_n.x_n.x_offset; 2047 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 2060 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 2009 union internal_auxent *auxp; local 2721 union internal_auxent *auxp; local [all...] |
| coffgen.c | 2238 combined_entry_type *auxp = combined + aux + 1; local 2241 BFD_ASSERT (! auxp->is_sym); 2242 if (auxp->fix_tag) 2243 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; 2245 tagndx = auxp->u.auxent.x_sym.x_tagndx.u32; 2249 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) 2258 if (auxp->u.auxent.x_file.x_ftype) 2260 auxp->u.auxent.x_file.x_ftype, 2261 (char *) auxp->u.auxent.x_file.x_n.x_n.x_offset); 2266 auxp->u.auxent.x_sect.x_scnlen [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 1345 union internal_auxent *auxp; 1349 auxp = SYM_AUXENT (symp); 1350 memset (&auxp->x_sym.x_fcnary.x_fcn, 0, 1351 sizeof (auxp->x_sym.x_fcnary.x_fcn)); 1341 union internal_auxent *auxp; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cofflink.c | 2022 union internal_auxent *auxp; 2025 auxp = h->aux + i; 2030 auxp = &aux; 2037 if (auxp->x_file.x_n.x_n.x_zeroes == 0 2038 && auxp->x_file.x_n.x_n.x_offset != 0) 2043 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset 2051 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd)) 2054 filename = strings + auxp->x_file.x_n.x_n.x_offset; 2059 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 2072 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 2021 union internal_auxent *auxp; local 2728 union internal_auxent *auxp; local [all...] |
| coffgen.c | 2230 combined_entry_type *auxp = combined + aux + 1; local 2233 BFD_ASSERT (! auxp->is_sym); 2234 if (auxp->fix_tag) 2235 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; 2237 tagndx = auxp->u.auxent.x_sym.x_tagndx.u32; 2241 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) 2250 if (auxp->u.auxent.x_file.x_ftype) 2252 auxp->u.auxent.x_file.x_ftype, 2253 (char *) auxp->u.auxent.x_file.x_n.x_n.x_offset); 2258 auxp->u.auxent.x_sect.x_scnlen [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 1347 union internal_auxent *auxp; 1351 auxp = SYM_AUXENT (symp); 1352 memset (&auxp->x_sym.x_fcnary.x_fcn, 0, 1353 sizeof (auxp->x_sym.x_fcnary.x_fcn)); 1343 union internal_auxent *auxp; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cofflink.c | 1983 union internal_auxent *auxp; 1986 auxp = h->aux + i; 1991 auxp = &aux; 1998 if (auxp->x_file.x_n.x_n.x_zeroes == 0 1999 && auxp->x_file.x_n.x_n.x_offset != 0) 2004 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset 2012 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd)) 2015 filename = strings + auxp->x_file.x_n.x_n.x_offset; 2020 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 2033 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 1982 union internal_auxent *auxp; local 2689 union internal_auxent *auxp; local [all...] |
| coffgen.c | 2213 combined_entry_type *auxp = combined + aux + 1; local 2216 BFD_ASSERT (! auxp->is_sym); 2217 if (auxp->fix_tag) 2218 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; 2220 tagndx = auxp->u.auxent.x_sym.x_tagndx.u32; 2224 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) 2233 if (auxp->u.auxent.x_file.x_ftype) 2235 auxp->u.auxent.x_file.x_ftype, 2236 (char *) auxp->u.auxent.x_file.x_n.x_n.x_offset); 2241 auxp->u.auxent.x_sect.x_scnlen [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| cofflink.c | 2022 union internal_auxent *auxp; 2025 auxp = h->aux + i; 2030 auxp = &aux; 2037 if (auxp->x_file.x_n.x_n.x_zeroes == 0 2038 && auxp->x_file.x_n.x_n.x_offset != 0) 2043 BFD_ASSERT (auxp->x_file.x_n.x_n.x_offset 2051 if ((bfd_size_type) auxp->x_file.x_n.x_n.x_offset >= obj_coff_strings_len (input_bfd)) 2054 filename = strings + auxp->x_file.x_n.x_n.x_offset; 2059 auxp->x_file.x_n.x_n.x_offset = STRING_SIZE_SIZE + indx; 2072 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.u32 2021 union internal_auxent *auxp; local 2728 union internal_auxent *auxp; local [all...] |
| coffgen.c | 2230 combined_entry_type *auxp = combined + aux + 1; local 2233 BFD_ASSERT (! auxp->is_sym); 2234 if (auxp->fix_tag) 2235 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; 2237 tagndx = auxp->u.auxent.x_sym.x_tagndx.u32; 2241 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) 2250 if (auxp->u.auxent.x_file.x_ftype) 2252 auxp->u.auxent.x_file.x_ftype, 2253 (char *) auxp->u.auxent.x_file.x_n.x_n.x_offset); 2258 auxp->u.auxent.x_sect.x_scnlen [all...] |