Searched refs:DT_LOPROC (Results 1 – 4 of 4) sorted by relevance
2088 #define DT_ALPHA_PLTRO (DT_LOPROC + 0)2211 #define DT_PPC_GOT (DT_LOPROC + 0)2330 #define DT_PPC64_GLINK (DT_LOPROC + 0)2331 #define DT_PPC64_OPD (DT_LOPROC + 1)2332 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)2599 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)3169 #define DT_XTENSA_GOT_LOC_SZ (DT_LOPROC + 1)3260 #define DT_C6000_DSBT_BASE (DT_LOPROC + 0)3261 #define DT_C6000_DSBT_SIZE (DT_LOPROC + 1)3262 #define DT_C6000_PREEMPTMAP (DT_LOPROC + 2)[all …]
27 #define DT_XTENSA(x) (DT_XTENSA_##x - DT_LOPROC + DT_NUM + OS_NUM)
167 } else if (dpnt->d_tag < DT_LOPROC) { in __dl_parse_dynamic_info()
555 #define DT_LOPROC 0x70000000 /**< processor spec. */ macro
Completed in 23 milliseconds