Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h529 #define DT_PTR (1) /* pointer */ macro
537 (((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))
/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.c442 case DT_PTR: in do_type()