Searched refs:STB_LOPROC (Results 1 – 5 of 5) sorted by relevance
58 if (binding >= STB_LOPROC && binding <= STB_HIPROC) in ebl_symbol_binding_name()59 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC); in ebl_symbol_binding_name()
848 STB_LOPROC = 13, // Lowest processor-specific binding type enumerator
479 #define STB_LOPROC 13 /* Start of processor-specific */ macro
174 case STB_LOPROC: VG_(printf)("lop "); break; in show_raw_elf_symbol()
451 #define STB_LOPROC 13 /* Start of processor-specific */ macro