DT_NUM
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
plt_start = object->Dyn.info[DT_88K_PLTSTART - DT_LOPROC + DT_NUM];
plt_end = object->Dyn.info[DT_88K_PLTEND - DT_LOPROC + DT_NUM];
n = object->Dyn.info[DT_MIPS_LOCAL_GOTNO - DT_LOPROC + DT_NUM];
symp += object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
n = object->Dyn.info[DT_MIPS_SYMTABNO - DT_LOPROC + DT_NUM] -
object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
n = object->Dyn.info[DT_MIPS_LOCAL_GOTNO - DT_LOPROC + DT_NUM] -
object->Dyn.info[DT_MIPS_GOTSYM - DT_LOPROC + DT_NUM];
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
if (dynp->d_tag < DT_NUM)
object->Dyn.info[dynp->d_tag + DT_NUM - DT_LOPROC] =
u_long info[DT_NUM + DT_PROCNUM];