Searched refs:STT_LOPROC (Results 1 – 7 of 7) sorted by relevance
51 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC)52 snprintf (buf, len, "LOPROC+%d", symbol - STT_LOPROC);
44 ELF_STT_Loproc = (ELF::STT_LOPROC << ELF_STT_Shift),
151 #define STT_LOPROC 13 macro
635 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
458 #define STT_LOPROC 13 /* Start of processor-specific */ macro
166 case STT_LOPROC: VG_(printf)("lop "); break; in show_raw_elf_symbol()
464 #define STT_LOPROC 13 /* Start of processor-specific */ macro