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

  /toolchain/binutils/binutils-2.27/include/aout/
hp300hpux.h 64 unsigned char e_size[4]; /* bytes following*/ member in struct:hp300hpux_header_extension
adobe.h 68 unsigned char e_size[3]; member in struct:external_segdesc
  /toolchain/binutils/binutils-2.27/bfd/
aout-adobe.c 157 sect->size = ((ext->e_size[0] << 8)
158 | ext->e_size[1] << 8
159 | ext->e_size[2]);

Completed in 218 milliseconds