Searched refs:STT_LOPROC (Results 1 – 5 of 5) sorted by relevance
64 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC) in ebl_symbol_type_name()65 snprintf (buf, len, "LOPROC+%d", symbol - STT_LOPROC); in ebl_symbol_type_name()
864 STT_LOPROC = 13, // Lowest processor-specific symbol type enumerator
495 #define STT_LOPROC 13 /* Start of processor-specific */ macro2468 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */
184 case STT_LOPROC: VG_(printf)("lop "); break; in show_raw_elf_symbol()
464 #define STT_LOPROC 13 /* Start of processor-specific */ macro