HomeSort by: relevance | last modified time | path
    Searched defs:e_bss (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/include/
bout.h 71 unsigned char e_bss[4]; /* Length of uninitialized data area */ member in struct:external_exec
  /src/external/gpl3/gdb.old/dist/include/
bout.h 71 unsigned char e_bss[4]; /* Length of uninitialized data area */ member in struct:external_exec
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 35 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ member in struct:external_exec
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 81 bfd_byte e_bss[2]; /* Length of bss area in bytes. */ member in struct:pdp11_external_exec
440 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
472 else if ((val = execp->a_bss) > MAXVAL (bytes->e_bss))
473 err = "e_bss";
491 PUT_WORD (abfd, execp->a_bss, bytes->e_bss);
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 81 bfd_byte e_bss[2]; /* Length of bss area in bytes. */ member in struct:pdp11_external_exec
440 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
472 else if ((val = execp->a_bss) > MAXVAL (bytes->e_bss))
473 err = "e_bss";
491 PUT_WORD (abfd, execp->a_bss, bytes->e_bss);
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 81 bfd_byte e_bss[2]; /* Length of bss area in bytes. */ member in struct:pdp11_external_exec
440 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
472 else if ((val = execp->a_bss) > MAXVAL (bytes->e_bss))
473 err = "e_bss";
491 PUT_WORD (abfd, execp->a_bss, bytes->e_bss);
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 81 bfd_byte e_bss[2]; /* Length of bss area in bytes. */ member in struct:pdp11_external_exec
440 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
472 else if ((val = execp->a_bss) > MAXVAL (bytes->e_bss))
473 err = "e_bss";
491 PUT_WORD (abfd, execp->a_bss, bytes->e_bss);

Completed in 56 milliseconds