Home
last modified time | relevance | path

Searched refs:STB_LOOS (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libebl/
Deblsymbolbindingname.c47 else if (binding >= STB_LOOS && binding <= STB_HIOS)
48 snprintf (buf, len, "LOOS+%d", binding - STB_LOOS);
/external/elfutils/libelf/
Delf.h441 #define STB_LOOS 10 /* Start of OS-specific */ macro