Searched refs:DT_HIPROC (Results 1 – 4 of 4) sorted by relevance
507 #define DT_HIPROC 0x7fffffff macro
751 #define DT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro
371 _ELF_DEFINE_DT(DT_HIPROC, 0x7FFFFFFFUL, \378 DT__LAST__ = DT_HIPROC
908 if (dtype >= DT_LOPROC && dtype <= DT_HIPROC) { in dt_type()2955 if (dyn->d_tag >= DT_LOPROC && dyn->d_tag <= DT_HIPROC && in dump_dyn_val()