Searched refs:DT_LOPROC (Results 1 – 4 of 4) sorted by relevance
537 #define DT_LOPROC 0x70000000 /* Processor-specific range */ macro
701 #define DT_LOPROC 0x70000000 /* First processor-specific type. */ macro
257 _ELF_DEFINE_DT(DT_LOPROC, 0x70000000UL, \
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()