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

  /toolchain/binutils/binutils-2.25/include/coff/
i960.h 20 /* NOTE: Tagentries (cf TAGBITS) are no longer used by the 960 */
86 char tagentries[4]; /* number of tag entries to follow */ member in struct:__anon115947
92 #define TAGPTR(aout) ((TAGBITS *) (&(aout.tagentries)+1))
96 /*#define AOUTSZ(aout) (sizeof(AOUTHDR)+(aout.tagentries*sizeof(TAGBITS)))*/
internal.h 261 unsigned long tagentries; /* number of tag entries to follow */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 622 aouthdr_int->tagentries = H_GET_32 (abfd, aouthdr_ext->tagentries);
693 H_PUT_32 (abfd, aouthdr_in->tagentries, aouthdr_out->tagentries);

Completed in 3639 milliseconds