Home
last modified time | relevance | path

Searched refs:STB_LOPROC (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libebl/
Deblsymbolbindingname.c45 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
46 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
/external/grub/stage2/
Di386-elf.h141 #define STB_LOPROC 13 macro
/external/elfutils/libelf/
Delf.h443 #define STB_LOPROC 13 /* Start of processor-specific */ macro