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

  /toolchain/binutils/binutils-2.27/gas/
frags.h 110 #define SIZEOF_STRUCT_FRAG \
frags.c 86 ptr = (fragS *) obstack_alloc (ob, SIZEOF_STRUCT_FRAG);
88 memset (ptr, 0, SIZEOF_STRUCT_FRAG);
114 newc += SIZEOF_STRUCT_FRAG;
write.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 592 rest = xmalloc (SIZEOF_STRUCT_FRAG + 4);
593 memcpy (rest, fragP, SIZEOF_STRUCT_FRAG);
    [all...]
tc-ppc.c     [all...]
tc-xtensa.c     [all...]

Completed in 293 milliseconds