Searched refs:STT_LOPROC (Results 1 – 7 of 7) sorted by relevance
68 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC)69 snprintf (buf, len, "LOPROC+%d", symbol - STT_LOPROC);
45 ELF_STT_Loproc = (ELF::STT_LOPROC << ELF_STT_Shift),
269 ENUM_TO_CSTR(STT_LOPROC); in typeToCString()
800 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
469 #define STT_LOPROC 13 /* Start of processor-specific */ macro2339 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */
181 case STT_LOPROC: VG_(printf)("lop "); break; in show_raw_elf_symbol()
464 #define STT_LOPROC 13 /* Start of processor-specific */ macro