HomeSort by relevance Sort by last modified time
    Searched refs:auxent (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 844 a->u.auxent.x_sym.x_tagndx.l =
845 a->u.auxent.x_sym.x_tagndx.p->offset;
850 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
851 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
856 a->u.auxent.x_csect.x_scnlen.l =
857 a->u.auxent.x_csect.x_scnlen.p->offset;
874 union internal_auxent *auxent; local
902 auxent = &(native + 1)->u.auxent;
909 strncpy (auxent->x_file.x_fname, name, filnmlen)
    [all...]
coff64-rs6000.c 2186 union internal_auxent auxent; local
    [all...]
coffcode.h 227 string points to the value in the auxent (the real filename)
337 . union internal_auxent auxent;
    [all...]
coff-rs6000.c 486 AUXENT * ext = (AUXENT *)ext1;
504 numaux * sizeof (AUXENT));
599 AUXENT *ext = (AUXENT *)extp;
3660 union internal_auxent auxent; local
    [all...]
coff-i960.c 134 union internal_auxent *aux = &((cs->native+2)->u.auxent);
141 the 2nd auxent of the original symbol. We keep the native
libcoff.h 660 union internal_auxent auxent; member in union:coff_ptr_struct::__anon108038
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 57 each auxent counts as a symbol). */
403 union internal_auxent auxent;
425 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
431 psubaux = &auxent;
444 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
696 union internal_auxent auxent;
716 /* We only worry about the first auxent, because that is the
722 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
728 paux = &auxent;
771 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize
402 union internal_auxent auxent; local
695 union internal_auxent auxent; local
    [all...]
coffgrok.c 216 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
309 union internal_auxent *aux = &rawsyms[i + 1].u.auxent;
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.h 186 (&coffsymbol (symbol_get_bfdsym (S))->native[1].u.auxent)
obj-coff.c 271 entry->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p = p;
282 entry->u.auxent.x_sym.x_tagndx.p = p;
1209 know (sizeof (SYMENT) == sizeof (AUXENT));
    [all...]
tc-ppc.c     [all...]

Completed in 557 milliseconds