Searched refs:auxp (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dsol-c0.c81 _start(int argc, char *argv[], char *envp[], void *auxp, void (*termfunc)()) argument
112 ret = main (argc, argv, envp, auxp);
/haiku-buildtools/binutils/bfd/
H A Dcofflink.c2011 union internal_auxent *auxp;
2014 auxp = h->aux + i;
2019 auxp = &aux;
2026 if (auxp->x_file.x_n.x_zeroes == 0
2027 && auxp->x_file.x_n.x_offset != 0)
2032 BFD_ASSERT (auxp->x_file.x_n.x_offset
2040 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd))
2043 filename = strings + auxp->x_file.x_n.x_offset;
2048 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
2061 indx = auxp
2010 union internal_auxent *auxp; local
2702 union internal_auxent *auxp; local
[all...]
H A Dcoffgen.c2103 combined_entry_type *auxp = combined + aux + 1; local
2106 BFD_ASSERT (! auxp->is_sym);
2107 if (auxp->fix_tag)
2108 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
2110 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
2114 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
2128 (unsigned long) auxp->u.auxent.x_scn.x_scnlen,
2129 auxp->u.auxent.x_scn.x_nreloc,
2130 auxp->u.auxent.x_scn.x_nlinno);
2131 if (auxp
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c1942 union internal_auxent *auxp;
1945 auxp = h->aux + i;
1950 auxp = &aux;
1957 if (auxp->x_file.x_n.x_zeroes == 0
1958 && auxp->x_file.x_n.x_offset != 0)
1963 BFD_ASSERT (auxp->x_file.x_n.x_offset
1971 filename = strings + auxp->x_file.x_n.x_offset;
1976 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
1989 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
2006 auxp
1941 union internal_auxent *auxp; local
2600 union internal_auxent *auxp; local
[all...]
H A Dcoffgen.c1909 combined_entry_type *auxp = combined + aux + 1; local
1912 if (auxp->fix_tag)
1913 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
1915 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
1919 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
1933 (long) auxp->u.auxent.x_scn.x_scnlen,
1934 auxp->u.auxent.x_scn.x_nreloc,
1935 auxp->u.auxent.x_scn.x_nlinno);
1936 if (auxp->u.auxent.x_scn.x_checksum != 0
1937 || auxp
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-coff.c1310 union internal_auxent *auxp;
1315 auxp = SYM_AUXENT (symp);
1316 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0,
1317 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen));
1306 union internal_auxent *auxp; local
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c1351 union internal_auxent *auxp;
1356 auxp = SYM_AUXENT (symp);
1357 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0,
1358 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen));
1347 union internal_auxent *auxp; local

Completed in 162 milliseconds