Searched refs:STB_LOPROC (Results 1 – 7 of 7) sorted by relevance
62 if (binding >= STB_LOPROC && binding <= STB_HIPROC)63 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
34 ELF_STB_Loproc = (ELF::STB_LOPROC << ELF_STB_Shift),
248 ENUM_TO_CSTR(STB_LOPROC); in bindingToCString()
784 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
453 #define STB_LOPROC 13 /* Start of processor-specific */ macro
171 case STB_LOPROC: VG_(printf)("lop "); break; in show_raw_elf_symbol()
451 #define STB_LOPROC 13 /* Start of processor-specific */ macro