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

  /toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h 126 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
127 #define N_GNU_SYMOFF(x) (N_GNU_DRELOFF(x) + (x).a_drsize)
  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 261 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (*execp);

Completed in 221 milliseconds