Home
last modified time | relevance | path

Searched refs:N_GNU_DRELOFF (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Dhp300hpux.h126 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x)->a_trsize) macro
127 #define N_GNU_SYMOFF(x) (N_GNU_DRELOFF(x) + (x)->a_drsize)
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c261 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (execp); in MY()